Skip to content

ClientInstanceAttachmentProps

Properties for defining a ClientInstanceAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-eais-clientinstanceattachment

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkeais"
&alicloudroscdkeais.ClientInstanceAttachmentProps {
    ClientInstanceId: interface{},
    InstanceId: interface{},
}

Properties

Name Type Description
ClientInstanceId interface{} Property clientInstanceId: The ID of the ECS or ECI instance bound to the EAIS instance.
InstanceId interface{} Property instanceId: The EAIS instance ID.

ClientInstanceIdRequired

ClientInstanceId interface{}
  • Type: interface{}

Property clientInstanceId: The ID of the ECS or ECI instance bound to the EAIS instance.


InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

Property instanceId: The EAIS instance ID.