Class InstanceArgs
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 InstanceArgs : ResourceArgs
Constructors
View SourceInstanceArgs()
Declaration
public InstanceArgs()
Properties
View SourceName
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> |
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> |
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> |