Show / Hide Table of Contents

Class InstanceArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceArgs
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 InstanceArgs : ResourceArgs

Constructors

View Source

InstanceArgs()

Declaration
public InstanceArgs()

Properties

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

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

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.