Show / Hide Table of Contents

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()
Namespace: Pulumi.AliCloud.ActionTrail.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetInstancesInstanceResult

Fields

View Source

CreateTime

The create time of the instance.

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

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
View Source

DiskSize

The disk size of the instance.

Declaration
public readonly int DiskSize
Field Value
Type Description
System.Int32
View Source

DiskType

The disk type of the instance. 0: efficient cloud disk , 1: SSD.

Declaration
public readonly int DiskType
Field Value
Type Description
System.Int32
View Source

EipMax

The peak bandwidth of the instance.

Declaration
public readonly int EipMax
Field Value
Type Description
System.Int32
View Source

Id

ID of the instance.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IoMax

The peak value of io of the instance.

Declaration
public readonly int IoMax
Field Value
Type Description
System.Int32
View Source

Name

Name of the instance.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

PaidType

The paid type of the instance.

Declaration
public readonly string PaidType
Field Value
Type Description
System.String
View Source

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
View Source

SpecType

The spec type of the instance.

Declaration
public readonly string SpecType
Field Value
Type Description
System.String
View Source

TopicQuota

The max num of topic can be create of the instance.

Declaration
public readonly int TopicQuota
Field Value
Type Description
System.Int32
View Source

VpcId

The ID of attaching VPC to instance.

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
View Source

VswitchId

The ID of attaching vswitch to instance.

Declaration
public readonly string VswitchId
Field Value
Type Description
System.String
View Source

ZoneId

The ID of attaching zone to instance.

Declaration
public readonly string ZoneId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.