Skip to content

RosDrdsInstanceProps

Properties for defining a RosDrdsInstance.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Drds;
new RosDrdsInstanceProps {
    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 No description.
InstanceSeries object No description.
PayType object No description.
Specification object No description.
Type object No description.
ZoneId object No description.
Duration object No description.
IsAutoRenew object No description.
MySqlVersion object No description.
PricingCycle object No description.
ResourceGroupId object No description.
Tags TagsProperty[] No description.
VpcId object No description.
VswitchId object No description.

DescriptionRequired

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

InstanceSeriesRequired

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

PayTypeRequired

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

SpecificationRequired

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

TypeRequired

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

ZoneIdRequired

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

DurationOptional

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

IsAutoRenewOptional

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

MySqlVersionOptional

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

PricingCycleOptional

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

ResourceGroupIdOptional

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

TagsOptional

public TagsProperty[] Tags { get; set; }

VpcIdOptional

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

VswitchIdOptional

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