Show / Hide Table of Contents

Class Config

Inheritance
System.Object
Config
Inherited Members
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 static class Config

Properties

View Source

CacertFile

Declaration
public static string CacertFile { get; set; }
Property Value
Type Description
System.String
View Source

Endpoint

Declaration
public static string Endpoint { get; set; }
Property Value
Type Description
System.String
View Source

Insecure

Declaration
public static bool? Insecure { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Password

Declaration
public static string Password { get; set; }
Property Value
Type Description
System.String
View Source

Username

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