Skip to content

RosDBInstanceProps

Properties for defining a RosDBInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardbx-dbinstance

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardbx;
new RosDBInstanceProps {
    object DbNodeClass,
    object DbNodeCount,
    object EngineVersion,
    object PrimaryZone,
    object TopologyType,
    object VpcId,
    object VSwitchId,
    object AutoRenew = null,
    object DbInstanceDescription = null,
    object PayType = null,
    object Period = null,
    object ResourceGroupId = null,
    object SecondaryZone = null,
    object SecurityIpConfig = null,
    object TertiaryZone = null,
    object UsedTime = null
};

Properties

Name Type Description
DbNodeClass object No description.
DbNodeCount object No description.
EngineVersion object No description.
PrimaryZone object No description.
TopologyType object No description.
VpcId object No description.
VSwitchId object No description.
AutoRenew object No description.
DbInstanceDescription object No description.
PayType object No description.
Period object No description.
ResourceGroupId object No description.
SecondaryZone object No description.
SecurityIpConfig object No description.
TertiaryZone object No description.
UsedTime object No description.

DbNodeClassRequired

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

DbNodeCountRequired

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

EngineVersionRequired

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

PrimaryZoneRequired

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

TopologyTypeRequired

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

VpcIdRequired

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

VSwitchIdRequired

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

AutoRenewOptional

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

DbInstanceDescriptionOptional

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

PayTypeOptional

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

PeriodOptional

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

ResourceGroupIdOptional

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

SecondaryZoneOptional

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

SecurityIpConfigOptional

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

TertiaryZoneOptional

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

UsedTimeOptional

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