DBNodesProps
Properties for defining a DBNodes
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-dbnodes
Initializer
import ros_cdk_polardb
ros_cdk_polardb.DBNodesProps(
amount: typing.Union[typing.Union[int, float], IResolvable],
db_cluster_id: typing.Union[str, IResolvable],
db_node_type: typing.Union[str, IResolvable] = None,
endpoint_bind_list: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
imci_switch: typing.Union[str, IResolvable] = None,
planned_end_time: typing.Union[str, IResolvable] = None,
planned_start_time: typing.Union[str, IResolvable] = None,
resource_group_id: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
amount |
typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] |
Property amount: Number of nodes to be added to cluster. |
db_cluster_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster to be added nodes to. |
db_node_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dbNodeType: Node type. |
endpoint_bind_list |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] |
Property endpointBindList: Address IDs that specifies the cluster connection address to which the new node should join. |
imci_switch |
typing.Union[str, ros_cdk_core.IResolvable] |
Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature. |
planned_end_time |
typing.Union[str, ros_cdk_core.IResolvable] |
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). |
planned_start_time |
typing.Union[str, ros_cdk_core.IResolvable] |
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). |
resource_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property resourceGroupId: Resource group id. |
amount
Required
amount: typing.Union[typing.Union[int, float], IResolvable]
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
Property amount: Number of nodes to be added to cluster.
db_cluster_id
Required
db_cluster_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster to be added nodes to.
db_node_type
Optional
db_node_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dbNodeType: Node type.
Ranges: RO|STANDBY|DLNode|RW
endpoint_bind_list
Optional
endpoint_bind_list: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]
Property endpointBindList: Address IDs that specifies the cluster connection address to which the new node should join.
imci_switch
Optional
imci_switch: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature.
planned_end_time
Optional
planned_end_time: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
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).
planned_start_time
Optional
planned_start_time: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
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).
resource_group_id
Optional
resource_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property resourceGroupId: Resource group id.