DBNodesProps
Properties for defining a DBNodes
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-dbnodes
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpolardb"
&alicloudroscdkpolardb.DBNodesProps {
Amount: interface{},
DbClusterId: interface{},
DbNodeType: interface{},
EndpointBindList: interface{},
ImciSwitch: interface{},
PlannedEndTime: interface{},
PlannedStartTime: interface{},
ResourceGroupId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Amount |
interface{} |
Property amount: Number of nodes to be added to cluster. |
DbClusterId |
interface{} |
Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster to be added nodes to. |
DbNodeType |
interface{} |
Property dbNodeType: Node type. |
EndpointBindList |
interface{} |
Property endpointBindList: Address IDs that specifies the cluster connection address to which the new node should join. |
ImciSwitch |
interface{} |
Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature. |
PlannedEndTime |
interface{} |
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 |
interface{} |
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 |
interface{} |
Property resourceGroupId: Resource group id. |
Amount
Required
Amount interface{}
- Type: interface{}
Property amount: Number of nodes to be added to cluster.
DbClusterId
Required
DbClusterId interface{}
- Type: interface{}
Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster to be added nodes to.
DbNodeType
Optional
DbNodeType interface{}
- Type: interface{}
Property dbNodeType: Node type.
Ranges: RO|STANDBY|DLNode|RW
EndpointBindList
Optional
EndpointBindList interface{}
- Type: interface{}
Property endpointBindList: Address IDs that specifies the cluster connection address to which the new node should join.
ImciSwitch
Optional
ImciSwitch interface{}
- Type: interface{}
Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature.
PlannedEndTime
Optional
PlannedEndTime interface{}
- Type: interface{}
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
PlannedStartTime interface{}
- Type: interface{}
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
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group id.