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

Fields

View Source

Id

ID of the instance.

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

InstanceId

ID of the instance.

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

InstanceName

Name of the instance.

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

InstanceStatus

The status of the instance. Read Fields in InstanceVO for further details.

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

InstanceType

The type of the instance. Read Fields in InstanceVO for further details.

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

ReleaseTime

The automatic release time of an Enterprise Platinum Edition instance.

Declaration
public readonly int ReleaseTime
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.