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. |
Amount
Required
public object Amount { get; set; }
- Type: object
Property amount: Number of nodes to be added to cluster.
DbClusterId
Required
public object DbClusterId { get; set; }
- Type: object
Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster to be added nodes to.
DbNodeType
Optional
public object DbNodeType { get; set; }
- Type: object
Property dbNodeType: Node type.
Ranges: RO|STANDBY|DLNode
ImciSwitch
Optional
public object ImciSwitch { get; set; }
- Type: object
Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.