toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.compute.v1.kotlin.inputs
/
GetServiceAttachmentPlainArgs
Get
Service
Attachment
Plain
Args
data
class
GetServiceAttachmentPlainArgs
(
val
project
:
String
?
=
null
,
val
region
:
String
,
val
serviceAttachment
:
String
)
:
ConvertibleToJava
<
GetServiceAttachmentPlainArgs
>
Members
Constructors
Get
Service
Attachment
Plain
Args
Link copied to clipboard
constructor
(
project
:
String
?
=
null
,
region
:
String
,
serviceAttachment
:
String
)
Properties
project
Link copied to clipboard
val
project
:
String
?
=
null
region
Link copied to clipboard
val
region
:
String
service
Attachment
Link copied to clipboard
val
serviceAttachment
:
String
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetServiceAttachmentPlainArgs