Skip to content

RosDBClusterProps

Properties for defining a RosDBCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-adb-dbcluster

Initializer

using AlibabaCloud.SDK.ROS.CDK.Adb;
new RosDBClusterProps {
    object DbClusterCategory,
    object DbClusterVersion,
    object Mode,
    object PayType,
    object VpcId,
    object VSwitchId,
    object ComputeResource = null,
    object DbClusterClass = null,
    object DbClusterDescription = null,
    object DbNodeGroupCount = null,
    object DbNodeStorage = null,
    object ElasticIoResource = null,
    object ExecutorCount = null,
    object Period = null,
    object PeriodType = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null,
    object ZoneId = null
};

Properties

Name Type Description
DbClusterCategory object No description.
DbClusterVersion object No description.
Mode object No description.
PayType object No description.
VpcId object No description.
VSwitchId object No description.
ComputeResource object No description.
DbClusterClass object No description.
DbClusterDescription object No description.
DbNodeGroupCount object No description.
DbNodeStorage object No description.
ElasticIoResource object No description.
ExecutorCount object No description.
Period object No description.
PeriodType object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.
ZoneId object No description.

DbClusterCategoryRequired

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

DbClusterVersionRequired

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

ModeRequired

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

PayTypeRequired

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

VpcIdRequired

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

VSwitchIdRequired

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

ComputeResourceOptional

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

DbClusterClassOptional

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

DbClusterDescriptionOptional

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

DbNodeGroupCountOptional

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

DbNodeStorageOptional

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

ElasticIoResourceOptional

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

ExecutorCountOptional

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

PeriodOptional

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

PeriodTypeOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

ZoneIdOptional

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