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()
Assembly: Pulumi.Consul.dll
Syntax
public static class Config
Properties
View Source
Address
Declaration
public static string Address { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
CaFile
Declaration
public static string CaFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
CaPath
Declaration
public static string CaPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
CertFile
Declaration
public static string CertFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Datacenter
Declaration
public static string Datacenter { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
HttpAuth
Declaration
public static string HttpAuth { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
InsecureHttps
Declaration
public static bool? InsecureHttps { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
KeyFile
Declaration
public static string KeyFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Namespace
Declaration
public static string Namespace { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Scheme
Declaration
public static string Scheme { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Token
Declaration
public static string Token { get; set; }
Property Value
| Type |
Description |
| System.String |
|