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.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class InstanceState : ResourceArgs
Constructors
View SourceInstanceState()
Declaration
public InstanceState()
Properties
View SourceApikey
API key for the CloudAMQP instance
Declaration
public Input<string> Apikey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
Host name for the CloudAMQP instance
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the instance
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Nodes
Number of nodes in cluster (plan must support it)
Declaration
public Input<int> Nodes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Plan
Name of the plan, valid options are: lemur, tiger, bunny, rabbit, panda, ape, hippo, lion
Declaration
public Input<string> Plan { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ready
Flag describing if the resource is ready
Declaration
public Input<bool> Ready { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Region
Name of the region you want to create your instance in
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RmqVersion
RabbitMQ version
Declaration
public Input<string> RmqVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Tag the instances with optional tags
Declaration
public InputList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Url
URL of the CloudAMQP instance
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Vhost
The virtual host
Declaration
public Input<string> Vhost { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcSubnet
Dedicated VPC subnet, shouldn't overlap with your current VPC's subnet
Declaration
public Input<string> VpcSubnet { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |