Skip to content

RosClusterMemberProps

Properties for defining a RosClusterMember.

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

Initializer

import com.aliyun.ros.cdk.edas.RosClusterMemberProps;
RosClusterMemberProps.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 No description.
instanceIds com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
password java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

clusterIdRequired

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

instanceIdsRequired

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

passwordRequired

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