Show / Hide Table of Contents

Class EndpointArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointArgs
Inherited Members
ResourceArgs.Empty
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 EndpointArgs : ResourceArgs

Constructors

View Source

EndpointArgs()

Declaration
public EndpointArgs()

Properties

View Source

AutoAddNewNodes

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>
View Source

DbClusterId

The Id of cluster that can run database.

Declaration
public Input<string> DbClusterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

EndpointConfig

Advanced configuration of the cluster address.

Declaration
public InputMap<object> EndpointConfig { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.