RosClusterProps
Properties for defining a RosCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-cluster
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkedas"
&alicloudroscdkedas.RosClusterProps {
ClusterName: interface{},
ClusterType: interface{},
NetworkMode: interface{},
LogicalRegionId: interface{},
OversoldFactor: interface{},
ResourceGroupId: interface{},
VpcId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ClusterName |
interface{} |
No description. |
ClusterType |
interface{} |
No description. |
NetworkMode |
interface{} |
No description. |
LogicalRegionId |
interface{} |
No description. |
OversoldFactor |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
ClusterName
Required
ClusterName interface{}
- Type: interface{}
ClusterType
Required
ClusterType interface{}
- Type: interface{}
NetworkMode
Required
NetworkMode interface{}
- Type: interface{}
LogicalRegionId
Optional
LogicalRegionId interface{}
- Type: interface{}
OversoldFactor
Optional
OversoldFactor interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
VpcId
Optional
VpcId interface{}
- Type: interface{}