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. |
CenId
Required
public object CenId { get; set; }
- Type: object
ChildInstanceId
Required
public object ChildInstanceId { get; set; }
- Type: object
ChildInstanceRegionId
Required
public object ChildInstanceRegionId { get; set; }
- Type: object
ChildInstanceType
Required
public object ChildInstanceType { get; set; }
- Type: object
ChildInstanceOwnerId
Optional
public object ChildInstanceOwnerId { get; set; }
- Type: object