Skip to content

RosDBNodesProps

Properties for defining a RosDBNodes.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-dbnodes

Initializer

using AlibabaCloud.SDK.ROS.CDK.Polardb;
new RosDBNodesProps {
    object Amount,
    object DbClusterId,
    object DbNodeType = null,
    object EndpointBindList = null,
    object ImciSwitch = null,
    object PlannedEndTime = null,
    object PlannedStartTime = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
Amount object No description.
DbClusterId object No description.
DbNodeType object No description.
EndpointBindList object No description.
ImciSwitch object No description.
PlannedEndTime object No description.
PlannedStartTime object No description.
ResourceGroupId object No description.

AmountRequired

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

DbClusterIdRequired

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

DbNodeTypeOptional

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

EndpointBindListOptional

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

ImciSwitchOptional

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

PlannedEndTimeOptional

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

PlannedStartTimeOptional

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

ResourceGroupIdOptional

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