Show / Hide Table of Contents

Class Instance

Inheritance
System.Object
Resource
CustomResource
Instance
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class Instance : CustomResource

Constructors

View Source

Instance(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 Source

Apikey

API key for the CloudAMQP instance

Declaration
public Output<string> Apikey { get; }
Property Value
Type Description
Output<System.String>
View Source

Host

Host name for the CloudAMQP instance

Declaration
public Output<string> Host { get; }
Property Value
Type Description
Output<System.String>
View Source

Name

Name of the instance

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

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>>
View Source

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>
View Source

Ready

Flag describing if the resource is ready

Declaration
public Output<bool> Ready { get; }
Property Value
Type Description
Output<System.Boolean>
View Source

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>
View Source

RmqVersion

RabbitMQ version

Declaration
public Output<string> RmqVersion { get; }
Property Value
Type Description
Output<System.String>
View Source

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>>
View Source

Url

URL of the CloudAMQP instance

Declaration
public Output<string> Url { get; }
Property Value
Type Description
Output<System.String>
View Source

Vhost

The virtual host

Declaration
public Output<string> Vhost { get; }
Property Value
Type Description
Output<System.String>
View Source

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 Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.