Skip to content

ClusterMemberProps

Properties for defining a ClusterMember.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-clustermember

Initializer

import com.aliyun.ros.cdk.edas.ClusterMemberProps;
ClusterMemberProps.builder()
    .clusterId(java.lang.String)
    .clusterId(IResolvable)
    .instanceIds(IResolvable)
    .instanceIds(java.util.List<java.lang.String)
    .instanceIds(IResolvable>)
    .password(java.lang.String)
    .password(IResolvable)
    .build();

Properties

Name Type Description
clusterId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property clusterId: Cluster ID to import ECS instance.
instanceIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List Property instanceIds: ECS instance ID list to import.
password java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property password: Password ECS hosts need to import (ECS settings can continue to use purchased).

clusterIdRequired

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

Property clusterId: Cluster ID to import ECS instance.


instanceIdsRequired

public java.lang.Object getInstanceIds();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

Property instanceIds: ECS instance ID list to import.


passwordRequired

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

Property password: Password ECS hosts need to import (ECS settings can continue to use purchased).