Class InstanceState
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class InstanceState : ResourceArgs
Constructors
View SourceInstanceState()
Declaration
public InstanceState()
Properties
View SourceInstanceStatus
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> |
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> |
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> |
ReleaseTime
Platinum edition instance expiration time.
Declaration
public Input<string> ReleaseTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |