Class Instance
Inherited Members
Namespace: Pulumi.CloudAmqp
Assembly: Pulumi.CloudAmqp.dll
Syntax
public class Instance : CustomResource
Constructors
View SourceInstance(String, InstanceArgs, CustomResourceOptions)
Create a Instance resource with the given unique name, arguments, and options.
Declaration
public Instance(string name, InstanceArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| InstanceArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceApikey
API key for the CloudAMQP instance
Declaration
public Output<string> Apikey { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Host
Host name for the CloudAMQP instance
Declaration
public Output<string> Host { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Name
Name of the instance
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Nodes
Number of nodes in cluster (plan must support it)
Declaration
public Output<int?> Nodes { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Int32>> |
Plan
Name of the plan, valid options are: lemur, tiger, bunny, rabbit, panda, ape, hippo, lion
Declaration
public Output<string> Plan { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Ready
Flag describing if the resource is ready
Declaration
public Output<bool> Ready { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Boolean> |
Region
Name of the region you want to create your instance in
Declaration
public Output<string> Region { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
RmqVersion
RabbitMQ version
Declaration
public Output<string> RmqVersion { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Tags
Tag the instances with optional tags
Declaration
public Output<ImmutableArray<string>> Tags { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
Url
URL of the CloudAMQP instance
Declaration
public Output<string> Url { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Vhost
The virtual host
Declaration
public Output<string> Vhost { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
VpcSubnet
Dedicated VPC subnet, shouldn't overlap with your current VPC's subnet
Declaration
public Output<string> VpcSubnet { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, InstanceState, CustomResourceOptions)
Get an existing Instance resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static Instance Get(string name, Input<string> id, InstanceState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| InstanceState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| Instance |