ClusterProps
Properties for defining a Cluster.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-foas-cluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Foas;
new ClusterProps {
object ClusterName,
object Description,
object OssBucket,
object VSwitchId,
object Order = null,
object OrderId = null
};
Properties
| Name | Type | Description |
|---|---|---|
ClusterName |
object |
Property clusterName: Cluster name. |
Description |
object |
Property description: Cluster description. |
OssBucket |
object |
Property ossBucket: Bucket name in your OSS. |
VSwitchId |
object |
Property vSwitchId: VSwitch ID. |
Order |
object |
Property order: Order detail. |
OrderId |
object |
Property orderId: Order Id. |
ClusterNameRequired
public object ClusterName { get; set; }
- Type: object
Property clusterName: Cluster name.
It begins with a letter, and contains only lowercase English letters, numbers, underscores (_), and is limited to 3-64 characters.
DescriptionRequired
public object Description { get; set; }
- Type: object
Property description: Cluster description.
OssBucketRequired
public object OssBucket { get; set; }
- Type: object
Property ossBucket: Bucket name in your OSS.
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: VSwitch ID.
OrderOptional
public object Order { get; set; }
- Type: object
Property order: Order detail.
Only one of property Order or OrderId can be specified. Order is not suggested. Policy AliyunBSSFullAccess must be granted to StreamDefaultRole in RAM console. The order can not be cancelled.
OrderIdOptional
public object OrderId { get; set; }
- Type: object
Property orderId: Order Id.
Only one of property Order or OrderId can be specified. OrderId is suggested.