Class GetClustersClusterResult
Inheritance
Inherited Members
Namespace: Pulumi.AliCloud.PolarDB.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 create_time of the db_nodes.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
DbNodeClass
The db_node_class of the db_nodes.
Declaration
public readonly string DbNodeClass
Field Value
| Type | Description |
|---|---|
| System.String |
DbNodeNumber
The DBNodeNumber of the PolarDB cluster.
Declaration
public readonly int DbNodeNumber
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DbNodes
The DBNodes of the PolarDB cluster.
Declaration
public readonly ImmutableArray<GetClustersClusterDbNodeResult> DbNodes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetClustersClusterDbNodeResult> |
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 |
DbVersion
The DBVersion of the PolarDB cluster.
Declaration
public readonly string DbVersion
Field Value
| Type | Description |
|---|---|
| System.String |
DeleteLock
The DeleteLock of the PolarDB cluster.
Declaration
public readonly int DeleteLock
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Description
The description of the PolarDB cluster.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Expired
The expired of the PolarDB 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 PolarDB cluster.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LockMode
The LockMode of the PolarDB cluster.
Declaration
public readonly string LockMode
Field Value
| Type | Description |
|---|---|
| System.String |
NetworkType
The DBClusterNetworkType of the PolarDB cluster.
Declaration
public readonly string NetworkType
Field Value
| Type | Description |
|---|---|
| System.String |
RegionId
The region_id of the db_nodes.
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 |
StorageUsed
The StorageUsed of the PolarDB cluster.
Declaration
public readonly int StorageUsed
Field Value
| Type | Description |
|---|---|
| System.Int32 |
VpcId
ID of the VPC the cluster belongs to.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The zone_id of the db_nodes.
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |