Class GetInstancesInstanceResult
Inheritance
Inherited Members
Namespace: Pulumi.AliCloud.ActionTrail.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesInstanceResult
Fields
View SourceCreateTime
The create time of the instance.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
DeployType
The deploy type of the instance. 0: sharing instance, 1: vpc instance, 2: vpc instance(support ip mapping), 3: eip instance, 4: eip/vpc instance, 5: vpc instance.
Declaration
public readonly int DeployType
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DiskSize
The disk size of the instance.
Declaration
public readonly int DiskSize
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DiskType
The disk type of the instance. 0: efficient cloud disk , 1: SSD.
Declaration
public readonly int DiskType
Field Value
| Type | Description |
|---|---|
| System.Int32 |
EipMax
The peak bandwidth of the instance.
Declaration
public readonly int EipMax
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
ID of the instance.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IoMax
The peak value of io of the instance.
Declaration
public readonly int IoMax
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Name of the instance.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PaidType
The paid type of the instance.
Declaration
public readonly string PaidType
Field Value
| Type | Description |
|---|---|
| System.String |
ServiceStatus
The current status of the instance. -1: unknown status, 0: wait deploy, 1: initializing, 2: preparing, 3 starting, 5: in service, 7: wait upgrade, 8: upgrading, 10: released, 15: freeze, 101: deploy error, 102: upgrade error.
Declaration
public readonly int ServiceStatus
Field Value
| Type | Description |
|---|---|
| System.Int32 |
SpecType
The spec type of the instance.
Declaration
public readonly string SpecType
Field Value
| Type | Description |
|---|---|
| System.String |
TopicQuota
The max num of topic can be create of the instance.
Declaration
public readonly int TopicQuota
Field Value
| Type | Description |
|---|---|
| System.Int32 |
VpcId
The ID of attaching VPC to instance.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |
VswitchId
The ID of attaching vswitch to instance.
Declaration
public readonly string VswitchId
Field Value
| Type | Description |
|---|---|
| System.String |
ZoneId
The ID of attaching zone to instance.
Declaration
public readonly string ZoneId
Field Value
| Type | Description |
|---|---|
| System.String |