DBNodesProps
Properties for defining a DBNodes
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-dbnodes
Initializer
import { DBNodesProps } from '@alicloud/ros-cdk-polardb'
const dBNodesProps: DBNodesProps = { ... }
Properties
Name | Type | Description |
---|---|---|
amount |
number | @alicloud/ros-cdk-core.IResolvable |
Property amount: Number of nodes to be added to cluster. |
dbClusterId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster to be added nodes to. |
dbNodeType |
string | @alicloud/ros-cdk-core.IResolvable |
Property dbNodeType: Node type. |
endpointBindList |
@alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] |
Property endpointBindList: Address IDs that specifies the cluster connection address to which the new node should join. |
imciSwitch |
string | @alicloud/ros-cdk-core.IResolvable |
Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature. |
plannedEndTime |
string | @alicloud/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). |
plannedStartTime |
string | @alicloud/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). |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property resourceGroupId: Resource group id. |
amount
Required
public readonly amount: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property amount: Number of nodes to be added to cluster.
dbClusterId
Required
public readonly dbClusterId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster to be added nodes to.
dbNodeType
Optional
public readonly dbNodeType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dbNodeType: Node type.
Ranges: RO|STANDBY|DLNode|RW
endpointBindList
Optional
public readonly endpointBindList: IResolvable | string | IResolvable[];
- Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]
Property endpointBindList: Address IDs that specifies the cluster connection address to which the new node should join.
imciSwitch
Optional
public readonly imciSwitch: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature.
plannedEndTime
Optional
public readonly plannedEndTime: string | IResolvable;
- Type: string | @alicloud/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).
plannedStartTime
Optional
public readonly plannedStartTime: string | IResolvable;
- Type: string | @alicloud/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).
resourceGroupId
Optional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property resourceGroupId: Resource group id.