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
BackupStatus
the Backup Status of the instance.
Declaration
public readonly string BackupStatus
Field Value
| Type |
Description |
| System.String |
|
View Source
CoreDiskSize
core node disk size, unit:GB.
Declaration
public readonly int CoreDiskSize
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
CoreDiskType
cloud_ssd or cloud_efficiency
Declaration
public readonly string CoreDiskType
Field Value
| Type |
Description |
| System.String |
|
View Source
CoreInstanceType
hbase.sn1.large, hbase.sn1.large, hbase.n1.2xlarge and so on.
Declaration
public readonly string CoreInstanceType
Field Value
| Type |
Description |
| System.String |
|
View Source
CoreNodeCount
same with "core_instance_quantity"
Declaration
public readonly int CoreNodeCount
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
CreatedTime
Declaration
public readonly string CreatedTime
Field Value
| Type |
Description |
| System.String |
|
View Source
DeletionProtection
the switch of delete protection.
Declaration
public readonly bool DeletionProtection
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Engine
the engine of the instance.
Declaration
public readonly string Engine
Field Value
| Type |
Description |
| System.String |
|
View Source
EngineVersion
the engine_version of the instance.
Declaration
public readonly string EngineVersion
Field Value
| Type |
Description |
| System.String |
|
View Source
ExpireTime
the expire time of the instance.
Declaration
public readonly string ExpireTime
Field Value
| Type |
Description |
| System.String |
|
View Source
Id
The ID of the HBase instance.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
MasterInstanceType
hbase.sn1.large, hbase.sn1.large, hbase.n1.2xlarge and so on.
Declaration
public readonly string MasterInstanceType
Field Value
| Type |
Description |
| System.String |
|
View Source
MasterNodeCount
Declaration
public readonly int MasterNodeCount
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Name
The name of the HBase instance.
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
NetworkType
Declaration
public readonly string NetworkType
Field Value
| Type |
Description |
| System.String |
|
View Source
PayType
Billing method. Value options are PostPaid for Pay-As-You-Go and PrePaid for yearly or monthly subscription.
Declaration
public readonly string PayType
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
A mapping of tags to assign to the resource.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
VpcId
VPC ID the instance belongs to.
Declaration
public readonly string VpcId
Field Value
| Type |
Description |
| System.String |
|
View Source
VswitchId
VSwitch ID the instance belongs to.
Declaration
public readonly string VswitchId
Field Value
| Type |
Description |
| System.String |
|
View Source
ZoneId
Zone ID the instance belongs to.
Declaration
public readonly string ZoneId
Field Value
| Type |
Description |
| System.String |
|