Skip to content

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.

ClusterNameRequired

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.


DescriptionRequired

Description interface{}
  • Type: interface{}

Property description: Cluster description.


OssBucketRequired

OssBucket interface{}
  • Type: interface{}

Property ossBucket: Bucket name in your OSS.


VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: VSwitch ID.


OrderOptional

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.


OrderIdOptional

OrderId interface{}
  • Type: interface{}

Property orderId: Order Id.

Only one of property Order or OrderId can be specified. OrderId is suggested.