Show / Hide Table of Contents

Class InstanceState

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceState
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceState : ResourceArgs

Constructors

View Source

InstanceState()

Declaration
public InstanceState()

Properties

View Source

InstanceStatus

The status of instance. 1 represents the platinum edition instance is in deployment. 2 represents the postpaid edition instance are overdue. 5 represents the postpaid or platinum edition instance is in service. 7 represents the platinum version instance is in upgrade and the service is available.

Declaration
public Input<int> InstanceStatus { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

InstanceType

The edition of instance. 1 represents the postPaid edition, and 2 represents the platinum edition.

Declaration
public Input<int> InstanceType { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Name

Two instances on a single account in the same region cannot have the same name. The length must be 3 to 64 characters. Chinese characters, English letters digits and hyphen are allowed.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ReleaseTime

Platinum edition instance expiration time.

Declaration
public Input<string> ReleaseTime { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Remark

This attribute is a concise description of instance. The length cannot exceed 128.

Declaration
public Input<string> Remark { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.