Class GetInstancesInstanceResult
Inheritance
System.Object
GetInstancesInstanceResult
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()
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesInstanceResult
Fields
View Source
AvailabilityZone
Declaration
public readonly string AvailabilityZone
Field Value
| Type |
Description |
| System.String |
|
View Source
Bandwidth
Instance bandwidth limit. Unit: Mbit/s.
Declaration
public readonly int Bandwidth
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Capacity
Capacity of the applied ApsaraDB for Redis instance. Unit: MB.
Declaration
public readonly int Capacity
Field Value
| Type |
Description |
| System.Int32 |
|
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
ConnectionDomain
Declaration
public readonly string ConnectionDomain
Field Value
| Type |
Description |
| System.String |
|
View Source
Connections
Instance connection quantity limit. Unit: count.
Declaration
public readonly int Connections
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
CreateTime
Creation time of the instance.
Declaration
public readonly string CreateTime
Field Value
| Type |
Description |
| System.String |
|
View Source
ExpireTime
Expiration time. Pay-As-You-Go instances are never expire.
Declaration
public readonly string ExpireTime
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
The ID of the RKV instance.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
InstanceClass
Type of the applied ApsaraDB for Redis instance.
For more information, see Instance type table.
Declaration
public readonly string InstanceClass
Field Value
| Type |
Description |
| System.String |
|
View Source
InstanceType
Database type. Options are Memcache, and Redis. If no value is specified, all types are returned.
Declaration
public readonly string InstanceType
Field Value
| Type |
Description |
| System.String |
|
View Source
Name
The name of the RKV instance.
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
Port
Connection port of the instance.
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
PrivateIp
Private IP address of the instance.
Declaration
public readonly string PrivateIp
Field Value
| Type |
Description |
| System.String |
|
View Source
RegionId
Region ID the instance belongs to.
Declaration
public readonly string RegionId
Field Value
| Type |
Description |
| System.String |
|
View Source
Status
Declaration
public readonly string Status
Field Value
| Type |
Description |
| System.String |
|
View Source
UserName
Declaration
public readonly string UserName
Field Value
| Type |
Description |
| System.String |
|
View Source
VpcId
Used to retrieve instances belong to specified VPC.
Declaration
public readonly string VpcId
Field Value
| Type |
Description |
| System.String |
|
View Source
VswitchId
Used to retrieve instances belong to specified vswitch resources.
Declaration
public readonly string VswitchId
Field Value
| Type |
Description |
| System.String |
|