RosCenInstanceAttachmentProps
Properties for defining a RosCenInstanceAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-ceninstanceattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosCenInstanceAttachmentProps {
object CenId,
object ChildInstanceId,
object ChildInstanceRegionId,
object ChildInstanceType,
object ChildInstanceOwnerId = null
};
Properties
| Name | Type | Description |
|---|---|---|
CenId |
object |
No description. |
ChildInstanceId |
object |
No description. |
ChildInstanceRegionId |
object |
No description. |
ChildInstanceType |
object |
No description. |
ChildInstanceOwnerId |
object |
No description. |
CenIdRequired
public object CenId { get; set; }
- Type: object
ChildInstanceIdRequired
public object ChildInstanceId { get; set; }
- Type: object
ChildInstanceRegionIdRequired
public object ChildInstanceRegionId { get; set; }
- Type: object
ChildInstanceTypeRequired
public object ChildInstanceType { get; set; }
- Type: object
ChildInstanceOwnerIdOptional
public object ChildInstanceOwnerId { get; set; }
- Type: object