Skip to content

RosClusterMemberProps

Properties for defining a RosClusterMember.

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

Initializer

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

Properties

Name Type Description
ClusterId interface{} No description.
InstanceIds interface{} No description.
Password interface{} No description.

ClusterIdRequired

ClusterId interface{}
  • Type: interface{}

InstanceIdsRequired

InstanceIds interface{}
  • Type: interface{}

PasswordRequired

Password interface{}
  • Type: interface{}