Skip to content

RosClusterProps

Properties for defining a RosCluster.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edas;
new RosClusterProps {
    object ClusterName,
    object ClusterType,
    object NetworkMode,
    object LogicalRegionId = null,
    object OversoldFactor = null,
    object ResourceGroupId = null,
    object VpcId = null
};

Properties

Name Type Description
ClusterName object No description.
ClusterType object No description.
NetworkMode object No description.
LogicalRegionId object No description.
OversoldFactor object No description.
ResourceGroupId object No description.
VpcId object No description.

ClusterNameRequired

public object ClusterName { get; set; }
  • Type: object

ClusterTypeRequired

public object ClusterType { get; set; }
  • Type: object

NetworkModeRequired

public object NetworkMode { get; set; }
  • Type: object

LogicalRegionIdOptional

public object LogicalRegionId { get; set; }
  • Type: object

OversoldFactorOptional

public object OversoldFactor { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

VpcIdOptional

public object VpcId { get; set; }
  • Type: object