RosInstanceVpcEndpointLinkedVpcProps
Properties for defining a RosInstanceVpcEndpointLinkedVpc
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-instancevpcendpointlinkedvpc
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cr;
new RosInstanceVpcEndpointLinkedVpcProps {
object InstanceId,
object VpcId,
object VswitchId,
object EnableCreateDnsRecordInPvzt = null,
object ModuleName = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
No description. |
VpcId |
object |
No description. |
VswitchId |
object |
No description. |
EnableCreateDnsRecordInPvzt |
object |
No description. |
ModuleName |
object |
No description. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
VswitchId
Required
public object VswitchId { get; set; }
- Type: object
EnableCreateDnsRecordInPvzt
Optional
public object EnableCreateDnsRecordInPvzt { get; set; }
- Type: object
ModuleName
Optional
public object ModuleName { get; set; }
- Type: object