ClusterMemberProps
Properties for defining a ClusterMember.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-clustermember
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new ClusterMemberProps {
object ClusterId,
object InstanceIds,
object Password
};
Properties
| Name | Type | Description |
|---|---|---|
ClusterId | object | Property clusterId: Cluster ID to import ECS instance. |
InstanceIds | object | Property instanceIds: ECS instance ID list to import. |
Password | object | Property password: Password ECS hosts need to import (ECS settings can continue to use purchased). |
ClusterIdRequired
public object ClusterId { get; set; }
- Type: object
Property clusterId: Cluster ID to import ECS instance.
InstanceIdsRequired
public object InstanceIds { get; set; }
- Type: object
Property instanceIds: ECS instance ID list to import.
PasswordRequired
public object Password { get; set; }
- Type: object
Property password: Password ECS hosts need to import (ECS settings can continue to use purchased).