Show / Hide Table of Contents

Class GetDatabaseClusterResult

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

Fields

View Source

Database

Name of the cluster's default database.

Declaration
public readonly string Database
Field Value
Type Description
System.String
View Source

Engine

Database engine used by the cluster (ex. pg for PostreSQL).

Declaration
public readonly string Engine
Field Value
Type Description
System.String
View Source

Host

Database cluster's hostname.

Declaration
public readonly string Host
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

MaintenanceWindows

Defines when the automatic maintenance should be performed for the database cluster.

Declaration
public readonly ImmutableArray<GetDatabaseClusterMaintenanceWindowResult> MaintenanceWindows
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetDatabaseClusterMaintenanceWindowResult>
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NodeCount

Number of nodes that will be included in the cluster.

Declaration
public readonly int NodeCount
Field Value
Type Description
System.Int32
View Source

Password

Password for the cluster's default user.

Declaration
public readonly string Password
Field Value
Type Description
System.String
View Source

Port

Network port that the database cluster is listening on.

Declaration
public readonly int Port
Field Value
Type Description
System.Int32
View Source

PrivateHost

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

Declaration
public readonly string PrivateHost
Field Value
Type Description
System.String
View Source

PrivateNetworkUuid

The ID of the VPC where the database cluster is located.

Declaration
public readonly string PrivateNetworkUuid
Field Value
Type Description
System.String
View Source

PrivateUri

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

Declaration
public readonly string PrivateUri
Field Value
Type Description
System.String
View Source

Region

DigitalOcean region where the cluster will reside.

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

Size

Database droplet size associated with the cluster (ex. db-s-1vcpu-1gb).

Declaration
public readonly string Size
Field Value
Type Description
System.String
View Source

Tags

Declaration
public readonly ImmutableArray<string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Uri

The full URI for connecting to the database cluster.

Declaration
public readonly string Uri
Field Value
Type Description
System.String
View Source

Urn

The uniform resource name of the database cluster.

Declaration
public readonly string Urn
Field Value
Type Description
System.String
View Source

User

Username for the cluster's default user.

Declaration
public readonly string User
Field Value
Type Description
System.String
View Source

Version

Engine version used by the cluster (ex. 11 for PostgreSQL 11).

Declaration
public readonly string Version
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.