toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.pvtz.kotlin.outputs
/
ZoneAttachmentVpc
Zone
Attachment
Vpc
data
class
ZoneAttachmentVpc
(
val
regionId
:
String
?
=
null
,
val
vpcId
:
String
)
Members
Constructors
Zone
Attachment
Vpc
Link copied to clipboard
constructor
(
regionId
:
String
?
=
null
,
vpcId
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
region
Id
Link copied to clipboard
val
regionId
:
String
?
=
null
The region of the vpc. If not set, the current region will instead of.
vpc
Id
Link copied to clipboard
val
vpcId
:
String
The Id of the vpc.