Skip to content

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.

AmountRequired

Amount interface{}
  • Type: interface{}

Property amount: Number of nodes to be added to cluster.


DbClusterIdRequired

DbClusterId interface{}
  • Type: interface{}

Property dbClusterId: The ID of the ApsaraDB for POLARDB cluster to be added nodes to.


DbNodeTypeOptional

DbNodeType interface{}
  • Type: interface{}

Property dbNodeType: Node type.

Ranges: RO|STANDBY|DLNode|RW


EndpointBindListOptional

EndpointBindList interface{}
  • Type: interface{}

Property endpointBindList: Address IDs that specifies the cluster connection address to which the new node should join.


ImciSwitchOptional

ImciSwitch interface{}
  • Type: interface{}

Property imciSwitch: Specifies whether to enable the In-Memory Column Index (IMCI) feature.


PlannedEndTimeOptional

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).


PlannedStartTimeOptional

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).


ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

Property resourceGroupId: Resource group id.