Show / Hide Table of Contents

Class DatabaseReplicaState

Inheritance
System.Object
InputArgs
ResourceArgs
DatabaseReplicaState
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class DatabaseReplicaState : ResourceArgs

Constructors

View Source

DatabaseReplicaState()

Declaration
public DatabaseReplicaState()

Properties

View Source

ClusterId

The ID of the original source database cluster.

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

Database

Name of the replica's default database.

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

Host

Database replica's hostname.

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

Name

The name for the database replica.

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

Password

Password for the replica's default user.

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

Port

Network port that the database replica is listening on.

Declaration
public Input<int> Port { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

PrivateHost

Same as host, but only accessible from resources within the account and in the same region.

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

PrivateUri

Same as uri, but only accessible from resources within the account and in the same region.

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

Region

DigitalOcean region where the replica will reside.

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

Size

Database Droplet size associated with the replica (ex. db-s-1vcpu-1gb).

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

Tags

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

Uri

The full URI for connecting to the database replica.

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

User

Username for the replica's default user.

Declaration
public Input<string> User { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.