Skip to content

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.

ClusterNameRequired

ClusterName interface{}
  • Type: interface{}

ClusterTypeRequired

ClusterType interface{}
  • Type: interface{}

NetworkModeRequired

NetworkMode interface{}
  • Type: interface{}

LogicalRegionIdOptional

LogicalRegionId interface{}
  • Type: interface{}

OversoldFactorOptional

OversoldFactor interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}