Skip to content

DBNodesProps

Properties for defining a DBNodes.

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

Initializer

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

Properties

Name Type Description
Amount object Property amount: Number of nodes to be added to cluster.
DbClusterId object Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster to be added nodes to.
DbNodeType object Property dbNodeType: Node type.
ImciSwitch object Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature.
ResourceGroupId object Property resourceGroupId: Resource group id.

AmountRequired

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

Property amount: Number of nodes to be added to cluster.


DbClusterIdRequired

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

Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster to be added nodes to.


DbNodeTypeOptional

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

Property dbNodeType: Node type.

Ranges: RO|STANDBY|DLNode


ImciSwitchOptional

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

Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature.


ResourceGroupIdOptional

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

Property resourceGroupId: Resource group id.