Show / Hide Table of Contents

Class GetClustersClusterResult

Inheritance
System.Object
GetClustersClusterResult
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 GetClustersClusterResult

Fields

View Source

ChargeType

Billing method. Value options: PostPaid for Pay-As-You-Go and PrePaid for subscription.

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

CreateTime

The create_time of the db_nodes.

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

DbNodeClass

The db_node_class of the db_nodes.

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

DbNodeNumber

The DBNodeNumber of the PolarDB cluster.

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

DbNodes

The DBNodes of the PolarDB cluster.

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

DbType

Database type. Options are MySQL, Oracle and PostgreSQL. If no value is specified, all types are returned.

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

DbVersion

The DBVersion of the PolarDB cluster.

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

DeleteLock

The DeleteLock of the PolarDB cluster.

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

Description

The description of the PolarDB cluster.

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

Engine

Database type. Options are MySQL, Oracle and PostgreSQL. If no value is specified, all types are returned.

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

Expired

The expired of the PolarDB cluster.

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

ExpireTime

Expiration time. Pay-As-You-Go clusters never expire.

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

Id

The ID of the PolarDB cluster.

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

LockMode

The LockMode of the PolarDB cluster.

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

NetworkType

The DBClusterNetworkType of the PolarDB cluster.

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

RegionId

The region_id of the db_nodes.

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

Status

status of the cluster.

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

StorageUsed

The StorageUsed of the PolarDB cluster.

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

VpcId

ID of the VPC the cluster belongs to.

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

ZoneId

The zone_id of the db_nodes.

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