ClusterProps
Properties for defining a Cluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-foas-cluster
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfoas"
&alicloudroscdkfoas.ClusterProps {
ClusterName: interface{},
Description: interface{},
OssBucket: interface{},
VSwitchId: interface{},
Order: interface{},
OrderId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ClusterName |
interface{} |
Property clusterName: Cluster name. |
Description |
interface{} |
Property description: Cluster description. |
OssBucket |
interface{} |
Property ossBucket: Bucket name in your OSS. |
VSwitchId |
interface{} |
Property vSwitchId: VSwitch ID. |
Order |
interface{} |
Property order: Order detail. |
OrderId |
interface{} |
Property orderId: Order Id. |
ClusterName
Required
ClusterName interface{}
- Type: interface{}
Property clusterName: Cluster name.
It begins with a letter, and contains only lowercase English letters, numbers, underscores (_), and is limited to 3-64 characters.
Description
Required
Description interface{}
- Type: interface{}
Property description: Cluster description.
OssBucket
Required
OssBucket interface{}
- Type: interface{}
Property ossBucket: Bucket name in your OSS.
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: VSwitch ID.
Order
Optional
Order interface{}
- Type: interface{}
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.
OrderId
Optional
OrderId interface{}
- Type: interface{}
Property orderId: Order Id.
Only one of property Order or OrderId can be specified. OrderId is suggested.