Class EndpointState
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class EndpointState : ResourceArgs
Constructors
View SourceEndpointState()
Declaration
public EndpointState()
Properties
View SourceAutoAddNewNodes
Whether the new node automatically joins the default cluster address. Valid values are Enable, Disable. Default to Disable.
Declaration
public Input<string> AutoAddNewNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbClusterId
The Id of cluster that can run database.
Declaration
public Input<string> DbClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EndpointConfig
Advanced configuration of the cluster address.
Declaration
public InputMap<object> EndpointConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
EndpointType
Type of endpoint. Valid value: Custom. Currently supported only Custom.
Declaration
public Input<string> EndpointType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Nodes
Node id list for endpoint configuration. At least 2 nodes if specified, or if the cluster has more than 3 nodes, read-only endpoint is allowed to mount only one node. Default is all nodes.
Declaration
public InputList<string> Nodes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ReadWriteMode
Read or write mode. Valid values are ReadWrite, ReadOnly. Default to ReadOnly.
Declaration
public Input<string> ReadWriteMode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |