Get Endpoints Endpoint
data class GetEndpointsEndpoint(val addressItems: List<GetEndpointsEndpointAddressItem>, val autoAddNewNodes: String, val dbEndpointId: String, val endpointConfig: String, val endpointType: String, val nodes: String, val readWriteMode: String)
Properties
Link copied to clipboard
A list of endpoint addresses. Each element contains the following attributes.
Link copied to clipboard
Whether the new node is automatically added to the default cluster address.Options are Enable
and Disable
.
Link copied to clipboard
endpoint of the cluster.
Link copied to clipboard
The Endpoint configuration. ConsistLevel
: session consistency level, value:0
: final consistency,1
: session consistency;LoadBalanceStrategy
: load balancing strategy. Based on the automatic scheduling of load, the value is: load
.
Link copied to clipboard
Cluster address type.Cluster
: the default address of the Cluster.Primary
: Primary address.Custom
: Custom cluster addresses.
Link copied to clipboard
Read-write mode:ReadWrite
: readable and writable (automatic read-write separation).ReadOnly
: ReadOnly.