CenInstanceAttachmentProps
Properties for defining a CenInstanceAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-ceninstanceattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new CenInstanceAttachmentProps {
object CenId,
object ChildInstanceId,
object ChildInstanceRegionId,
object ChildInstanceType,
object ChildInstanceOwnerId = null
};
Properties
| Name | Type | Description |
|---|---|---|
CenId |
object |
Property cenId: The ID of the CEN instance. |
ChildInstanceId |
object |
Property childInstanceId: The ID of the network to attach. |
ChildInstanceRegionId |
object |
Property childInstanceRegionId: The ID of the region where the network is located. |
ChildInstanceType |
object |
Property childInstanceType: The type of the network to attach. |
ChildInstanceOwnerId |
object |
Property childInstanceOwnerId: The account ID to which the network belongs. |
CenIdRequired
public object CenId { get; set; }
- Type: object
Property cenId: The ID of the CEN instance.
ChildInstanceIdRequired
public object ChildInstanceId { get; set; }
- Type: object
Property childInstanceId: The ID of the network to attach.
ChildInstanceRegionIdRequired
public object ChildInstanceRegionId { get; set; }
- Type: object
Property childInstanceRegionId: The ID of the region where the network is located.
The ID of the region where the network is located.
ChildInstanceTypeRequired
public object ChildInstanceType { get; set; }
- Type: object
Property childInstanceType: The type of the network to attach.
Support VPC, VBR or CCN.
ChildInstanceOwnerIdOptional
public object ChildInstanceOwnerId { get; set; }
- Type: object
Property childInstanceOwnerId: The account ID to which the network belongs.