Skip to content

RosDBClusterProps

Properties for defining a RosDBCluster.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Adblake;
new RosDBClusterProps {
    object ComputeResource,
    object DbClusterVersion,
    object PayType,
    object StorageResource,
    object VpcId,
    object VSwitchId,
    object ZoneId,
    object BackupSetId = null,
    object DbClusterDescription = null,
    object EnableDefaultResourcePool = null,
    object Period = null,
    object PeriodType = null,
    object ResourceGroupId = null,
    object RestoreToTime = null,
    object RestoreType = null,
    object SourceDbClusterId = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
ComputeResource object No description.
DbClusterVersion object No description.
PayType object No description.
StorageResource object No description.
VpcId object No description.
VSwitchId object No description.
ZoneId object No description.
BackupSetId object No description.
DbClusterDescription object No description.
EnableDefaultResourcePool object No description.
Period object No description.
PeriodType object No description.
ResourceGroupId object No description.
RestoreToTime object No description.
RestoreType object No description.
SourceDbClusterId object No description.
Tags TagsProperty[] No description.

ComputeResourceRequired

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

DbClusterVersionRequired

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

PayTypeRequired

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

StorageResourceRequired

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

VpcIdRequired

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

VSwitchIdRequired

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

ZoneIdRequired

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

BackupSetIdOptional

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

DbClusterDescriptionOptional

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

EnableDefaultResourcePoolOptional

public object EnableDefaultResourcePool { 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

RestoreToTimeOptional

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

RestoreTypeOptional

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

SourceDbClusterIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }