Skip to content

ClusterMemberProps

Properties for defining a ClusterMember.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkedas"
&alicloudroscdkedas.ClusterMemberProps {
    ClusterId: interface{},
    InstanceIds: interface{},
    Password: interface{},
}

Properties

Name Type Description
ClusterId interface{} Property clusterId: Cluster ID to import ECS instance.
InstanceIds interface{} Property instanceIds: ECS instance ID list to import.
Password interface{} Property password: Password ECS hosts need to import (ECS settings can continue to use purchased).

ClusterIdRequired

ClusterId interface{}
  • Type: interface{}

Property clusterId: Cluster ID to import ECS instance.


InstanceIdsRequired

InstanceIds interface{}
  • Type: interface{}

Property instanceIds: ECS instance ID list to import.


PasswordRequired

Password interface{}
  • Type: interface{}

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