Class GetInstancesInstanceResult
Inheritance
Inherited Members
Namespace: Pulumi.AliCloud.Rds.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesInstanceResult
Fields
View SourceAvailabilityZone
Availability zone.
Declaration
public readonly string AvailabilityZone
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
ConnectionMode
Standard for standard access mode and Safe for high security access mode.
Declaration
public readonly string ConnectionMode
Field Value
| Type | Description |
|---|---|
| System.String |
ConnectionString
(Available in 1.70.3+) RDS database connection string.
Declaration
public readonly string ConnectionString
Field Value
| Type | Description |
|---|---|
| System.String |
CreateTime
Creation time of the instance.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
DbInstanceStorageType
(Available in 1.70.3+) The storage type of the instance.
Declaration
public readonly string DbInstanceStorageType
Field Value
| Type | Description |
|---|---|
| System.String |
DbType
Primary for primary instance, Readonly for read-only instance, Guard for disaster recovery instance, and Temp for temporary instance.
Declaration
public readonly string DbType
Field Value
| Type | Description |
|---|---|
| System.String |
Engine
Database type. Options are MySQL, SQLServer, PostgreSQL and PPAS. If no value is specified, all types are returned.
Declaration
public readonly string Engine
Field Value
| Type | Description |
|---|---|
| System.String |
EngineVersion
Database version.
Declaration
public readonly string EngineVersion
Field Value
| Type | Description |
|---|---|
| System.String |
ExpireTime
Expiration time. Pay-As-You-Go instances never expire.
Declaration
public readonly string ExpireTime
Field Value
| Type | Description |
|---|---|
| System.String |
GuardInstanceId
If a disaster recovery instance is attached to the current instance, the ID of the disaster recovery instance applies.
Declaration
public readonly string GuardInstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The ID of the RDS instance.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
InstanceStorage
(Available in 1.70.3+) User-defined DB instance storage space.
Declaration
public readonly int InstanceStorage
Field Value
| Type | Description |
|---|---|
| System.Int32 |
InstanceType
Sizing of the RDS instance.
Declaration
public readonly string InstanceType
Field Value
| Type | Description |
|---|---|
| System.String |
MasterInstanceId
ID of the primary instance. If this parameter is not returned, the current instance is a primary instance.
Declaration
public readonly string MasterInstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the RDS instance.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NetType
Internet for public network or Intranet for private network.
Declaration
public readonly string NetType
Field Value
| Type | Description |
|---|---|
| System.String |
Port
(Available in 1.70.3+) RDS database connection port.
Declaration
public readonly string Port
Field Value
| Type | Description |
|---|---|
| System.String |
ReadonlyInstanceIds
A list of IDs of read-only instances attached to the primary instance.
Declaration
public readonly ImmutableArray<string> ReadonlyInstanceIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
RegionId
Region ID the instance belongs to.
Declaration
public readonly string RegionId
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Status of the instance.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
TempInstanceId
If a temporary instance is attached to the current instance, the ID of the temporary instance applies.
Declaration
public readonly string TempInstanceId
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
Used to retrieve instances belong to specified VPC.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchId
Used to retrieve instances belong to specified vswitch resources.
Declaration
public readonly string VswitchId
Field Value
| Type | Description |
|---|---|
| System.String |