Skip to content

RosClusterMemberProps

Properties for defining a RosClusterMember.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new RosClusterMemberProps {
    object ClusterId,
    object InstanceIds,
    object Password
};

Properties

Name Type Description
ClusterId object No description.
InstanceIds object No description.
Password object No description.

ClusterIdRequired

public object ClusterId { get; set; }
  • Type: object

InstanceIdsRequired

public object InstanceIds { get; set; }
  • Type: object

PasswordRequired

public object Password { get; set; }
  • Type: object