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 SourceCacertFile
Declaration
public static string CacertFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Endpoint
Declaration
public static string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Insecure
Declaration
public static bool? Insecure { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Password
Declaration
public static string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
public static string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |