Skip to content

RosClusterProps

Properties for defining a RosCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-foas-cluster

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkfoas"
&alicloudroscdkfoas.RosClusterProps {
    ClusterName: interface{},
    Description: interface{},
    OssBucket: interface{},
    VSwitchId: interface{},
    Order: interface{},
    OrderId: interface{},
}

Properties

Name Type Description
ClusterName interface{} No description.
Description interface{} No description.
OssBucket interface{} No description.
VSwitchId interface{} No description.
Order interface{} No description.
OrderId interface{} No description.

ClusterNameRequired

ClusterName interface{}
  • Type: interface{}

DescriptionRequired

Description interface{}
  • Type: interface{}

OssBucketRequired

OssBucket interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

OrderOptional

Order interface{}
  • Type: interface{}

OrderIdOptional

OrderId interface{}
  • Type: interface{}