Skip to content

ClientInstanceAttachmentProps

Properties for defining a ClientInstanceAttachment.

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

Initializer

import com.aliyun.ros.cdk.eais.ClientInstanceAttachmentProps;
ClientInstanceAttachmentProps.builder()
    .clientInstanceId(java.lang.String)
    .clientInstanceId(IResolvable)
    .instanceId(java.lang.String)
    .instanceId(IResolvable)
    .build();

Properties

Name Type Description
clientInstanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property clientInstanceId: The ID of the ECS or ECI instance bound to the EAIS instance.
instanceId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property instanceId: The EAIS instance ID.

clientInstanceIdRequired

public java.lang.Object getClientInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


instanceIdRequired

public java.lang.Object getInstanceId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property instanceId: The EAIS instance ID.