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 SourceChargeType
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 |
CreateTime
The CreateTime of the ADB cluster.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
DbNodeClass
The DBNodeClass of the ADB cluster.
Declaration
public readonly string DbNodeClass
Field Value
| Type | Description |
|---|---|
| System.String |
DbNodeCount
The DBNodeCount of the ADB cluster.
Declaration
public readonly int DbNodeCount
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DbNodeStorage
The DBNodeStorage of the ADB cluster.
Declaration
public readonly int DbNodeStorage
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Description
The description of the ADB cluster.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Expired
The expired of the ADB cluster.
Declaration
public readonly string Expired
Field Value
| Type | Description |
|---|---|
| System.String |
ExpireTime
Expiration time. Pay-As-You-Go clusters never expire.
Declaration
public readonly string ExpireTime
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the ADB cluster.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LockMode
The LockMode of the ADB cluster.
Declaration
public readonly string LockMode
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkType
The DBClusterNetworkType of the ADB cluster.
Declaration
public readonly string NetworkType
Field Value
| Type | Description |
|---|---|
| System.String |
RegionId
Region ID the cluster belongs to.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Status of the cluster.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
ID of the VPC the cluster belongs to.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The ZoneId of the ADB cluster.
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |