ClientInstanceAttachmentProps
Properties for defining a ClientInstanceAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eais-clientinstanceattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eais;
new ClientInstanceAttachmentProps {
object ClientInstanceId,
object InstanceId
};
Properties
| Name | Type | Description |
|---|---|---|
ClientInstanceId |
object |
Property clientInstanceId: The ID of the ECS or ECI instance bound to the EAIS instance. |
InstanceId |
object |
Property instanceId: The EAIS instance ID. |
ClientInstanceIdRequired
public object ClientInstanceId { get; set; }
- Type: object
Property clientInstanceId: The ID of the ECS or ECI instance bound to the EAIS instance.
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
Property instanceId: The EAIS instance ID.