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 EndpointBindList = null,
object ImciSwitch = null,
object PlannedEndTime = null,
object PlannedStartTime = 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. |
EndpointBindList |
object |
Property endpointBindList: Address IDs that specifies the cluster connection address to which the new node should join. |
ImciSwitch |
object |
Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature. |
PlannedEndTime |
object |
Property plannedEndTime: The latest time at which a new node task can be added to start executing a timed (that is, within the target time period). |
PlannedStartTime |
object |
Property plannedStartTime: The earliest time at which a new node task can be added to start executing a timed (that is, within the target time period). |
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|RW
EndpointBindList
Optional
public object EndpointBindList { get; set; }
- Type: object
Property endpointBindList: Address IDs that specifies the cluster connection address to which the new node should join.
ImciSwitch
Optional
public object ImciSwitch { get; set; }
- Type: object
Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature.
PlannedEndTime
Optional
public object PlannedEndTime { get; set; }
- Type: object
Property plannedEndTime: The latest time at which a new node task can be added to start executing a timed (that is, within the target time period).
The format is YYYY-MM-DDThh:mm:ssZ (UTC).
PlannedStartTime
Optional
public object PlannedStartTime { get; set; }
- Type: object
Property plannedStartTime: The earliest time at which a new node task can be added to start executing a timed (that is, within the target time period).
The format is YYYY-MM-DDThh:mm:ssZ (UTC).
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: Resource group id.