Skip to content

DrdsInstanceProps

Properties for defining a DrdsInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-drds-drdsinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Drds;
new DrdsInstanceProps {
    object Description,
    object InstanceSeries,
    object PayType,
    object Specification,
    object Type,
    object ZoneId,
    object Duration = null,
    object IsAutoRenew = null,
    object MySqlVersion = null,
    object PricingCycle = null,
    object ResourceGroupId = null,
    TagsProperty[] Tags = null,
    object VpcId = null,
    object VswitchId = null
};

Properties

Name Type Description
Description object Property description: Description of the DRDS instance, 2-128 characters.
InstanceSeries object Property instanceSeries: drds.sn1.4c8g Starter Edition; drds.sn1.8c16g Standard Edition; drds.sn1.16c32g Business Edition; drds.sn1.32c64g Ultimate Edition.
PayType object Property payType: For the type of payment, see "Payment Type Parameter Table".
Specification object Property specification: The example specification, for example, drds.sn1.4c8g.8C16G, consists of the DRDS instance series (drds.sn1.4c8g) plus a specific example specification (8C16G). For the DRDS instance specification value range, see: Distributed Relational Database Service Specifications and Pricing.
Type object Property type: Instance type, instance type 0 - shared instance 1 - exclusive instance, in addition, this parameter can also pass PRIVATE and PUBLIC to represent exclusive instance and shared instance respectively.
ZoneId object Property zoneId: Availability zone, an available zone belongs to a certain zone, such as Hangzhou Availability Zone A (cn-hangzhou-a) belongs to the region Hangzhou (cn-hangzhou).
Duration object Property duration: The number of cycles ordered.
IsAutoRenew object Property isAutoRenew: Whether to renew the fee automatically, if it is purchased on a monthly basis, it will automatically renew for one month, and if it is purchased on an annual basis, it will automatically renew for one year.
MySqlVersion object Property mySqlVersion: The MySQL protocol version supported by DRDS.
PricingCycle object Property pricingCycle: The unit of the order period, year: year, month: month.
ResourceGroupId object Property resourceGroupId: Resource group id.
Tags TagsProperty[] Property tags: Tags to attach to instance.
VpcId object Property vpcId: Virtual private network ID, must be specified when creating a DRDS for VPC network type.
VswitchId object Property vswitchId: Virtual switch ID, must be specified when creating a DRDS for VPC network type.

DescriptionRequired

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

Property description: Description of the DRDS instance, 2-128 characters.


InstanceSeriesRequired

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

Property instanceSeries: drds.sn1.4c8g Starter Edition; drds.sn1.8c16g Standard Edition; drds.sn1.16c32g Business Edition; drds.sn1.32c64g Ultimate Edition.


PayTypeRequired

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

Property payType: For the type of payment, see "Payment Type Parameter Table".


SpecificationRequired

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

Property specification: The example specification, for example, drds.sn1.4c8g.8C16G, consists of the DRDS instance series (drds.sn1.4c8g) plus a specific example specification (8C16G). For the DRDS instance specification value range, see: Distributed Relational Database Service Specifications and Pricing.


TypeRequired

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

Property type: Instance type, instance type 0 - shared instance 1 - exclusive instance, in addition, this parameter can also pass PRIVATE and PUBLIC to represent exclusive instance and shared instance respectively.


ZoneIdRequired

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

Property zoneId: Availability zone, an available zone belongs to a certain zone, such as Hangzhou Availability Zone A (cn-hangzhou-a) belongs to the region Hangzhou (cn-hangzhou).


DurationOptional

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

Property duration: The number of cycles ordered.

When PricingCycle=year, the value is 1-3; when PricingCycle=month, the value is 1-9. The parameter takes effect when the payment type is drdsPre.


IsAutoRenewOptional

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

Property isAutoRenew: Whether to renew the fee automatically, if it is purchased on a monthly basis, it will automatically renew for one month, and if it is purchased on an annual basis, it will automatically renew for one year.

The parameter takes effect when the payment type is drdsPre.


MySqlVersionOptional

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

Property mySqlVersion: The MySQL protocol version supported by DRDS.

Valid values: 5 and 8. Default value: 5. This parameter is valid only when the primary instance is created. The read-only instance is the same as the primary instance by default.


PricingCycleOptional

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

Property pricingCycle: The unit of the order period, year: year, month: month.

The parameter takes effect when the payment type is drdsPre.


ResourceGroupIdOptional

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

Property resourceGroupId: Resource group id.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.


VpcIdOptional

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

Property vpcId: Virtual private network ID, must be specified when creating a DRDS for VPC network type.


VswitchIdOptional

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

Property vswitchId: Virtual switch ID, must be specified when creating a DRDS for VPC network type.