toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.pvtz.kotlin.outputs
/
GetRulesRuleBindVpc
Get
Rules
Rule
Bind
Vpc
data
class
GetRulesRuleBindVpc
(
val
regionId
:
String
,
val
regionName
:
String
,
val
vpcId
:
String
,
val
vpcName
:
String
)
Members
Constructors
Get
Rules
Rule
Bind
Vpc
Link copied to clipboard
constructor
(
regionId
:
String
,
regionName
:
String
,
vpcId
:
String
,
vpcName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
region
Id
Link copied to clipboard
val
regionId
:
String
The region ID of the vpc.
region
Name
Link copied to clipboard
val
regionName
:
String
The Region Name of the vpc.
vpc
Id
Link copied to clipboard
val
vpcId
:
String
The ID of the VPC.
vpc
Name
Link copied to clipboard
val
vpcName
:
String
The Name of the VPC.