pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.pvtz.kotlin.inputs
/
ZoneAttachmentVpcArgs
Zone
Attachment
Vpc
Args
data
class
ZoneAttachmentVpcArgs
(
val
regionId
:
Output
<
String
>
?
=
null
,
val
vpcId
:
Output
<
String
>
)
:
ConvertibleToJava
<
ZoneAttachmentVpcArgs
>
Constructors
Functions
Properties
Constructors
Zone
Attachment
Vpc
Args
Link copied to clipboard
fun
ZoneAttachmentVpcArgs
(
regionId
:
Output
<
String
>
?
=
null
,
vpcId
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ZoneAttachmentVpcArgs
Properties
region
Id
Link copied to clipboard
val
regionId
:
Output
<
String
>
?
=
null
The region of the vpc. If not set, the current region will instead of.
vpc
Id
Link copied to clipboard
val
vpcId
:
Output
<
String
>
The Id of the vpc.