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.Adb.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 CreateTime of the ADB cluster.

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

DbNodeClass

The DBNodeClass of the ADB cluster.

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

DbNodeCount

The DBNodeCount of the ADB cluster.

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

DbNodeStorage

The DBNodeStorage of the ADB cluster.

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

Description

The description of the ADB cluster.

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

Expired

The expired of the ADB 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 ADB cluster.

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

LockMode

The LockMode of the ADB cluster.

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

NetworkType

The DBClusterNetworkType of the ADB cluster.

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

RegionId

Region ID the cluster belongs to.

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

VpcId

ID of the VPC the cluster belongs to.

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

ZoneId

The ZoneId of the ADB cluster.

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