Show / Hide Table of Contents

Class InstanceState

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceState
Inherited Members
ResourceArgs.Empty
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 Source

InstanceState()

Declaration
public InstanceState()

Properties

View Source

Apikey

API key for the CloudAMQP instance

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

Host

Host name for the CloudAMQP instance

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

Name

Name of the instance

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

Nodes

Number of nodes in cluster (plan must support it)

Declaration
public Input<int> Nodes { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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

Ready

Flag describing if the resource is ready

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

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

RmqVersion

RabbitMQ version

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

Tags

Tag the instances with optional tags

Declaration
public InputList<string> Tags { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Url

URL of the CloudAMQP instance

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

Vhost

The virtual host

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

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