Class GetEndpointsEndpointResult
Inheritance
System.Object
GetEndpointsEndpointResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.PolarDB.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetEndpointsEndpointResult
Fields
View SourceAddressItems
A list of endpoint addresses. Each element contains the following attributes.
Declaration
public readonly ImmutableArray<GetEndpointsEndpointAddressItemResult> AddressItems
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetEndpointsEndpointAddressItemResult> |
AutoAddNewNodes
Whether the new node is automatically added to the default cluster address.Options are Enable and Disable.
Declaration
public readonly string AutoAddNewNodes
Field Value
| Type | Description |
|---|---|
| System.String |
DbEndpointId
endpoint of the cluster.
Declaration
public readonly string DbEndpointId
Field Value
| Type | Description |
|---|---|
| System.String |
EndpointConfig
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.
Declaration
public readonly string EndpointConfig
Field Value
| Type | Description |
|---|---|
| System.String |
EndpointType
Cluster address type.Cluster: the default address of the Cluster.Primary: Primary address.Custom: Custom cluster addresses.
Declaration
public readonly string EndpointType
Field Value
| Type | Description |
|---|---|
| System.String |
Nodes
A list of nodes that connect to the address configuration.
Declaration
public readonly string Nodes
Field Value
| Type | Description |
|---|---|
| System.String |
ReadWriteMode
Read-write mode:ReadWrite: readable and writable (automatic read-write separation).ReadOnly: ReadOnly.
Declaration
public readonly string ReadWriteMode
Field Value
| Type | Description |
|---|---|
| System.String |