Show / Hide Table of Contents

Class QueueState

Inheritance
System.Object
InputArgs
ResourceArgs
QueueState
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.RabbitMQ
Assembly: Pulumi.RabbitMQ.dll
Syntax
public sealed class QueueState : ResourceArgs

Constructors

View Source

QueueState()

Declaration
public QueueState()

Properties

View Source

Name

The name of the queue.

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

Settings

The settings of the queue. The structure is described below.

Declaration
public Input<QueueSettingsGetArgs> Settings { get; set; }
Property Value
Type Description
Input<QueueSettingsGetArgs>
View Source

Vhost

The vhost to create the resource in.

Declaration
public Input<string> Vhost { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.