Class ProviderArgs
Inheritance
System.Object
ProviderArgs
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 sealed class ProviderArgs : ResourceArgs
Constructors
View Source
ProviderArgs()
Declaration
Properties
View Source
Address
Declaration
public Input<string> Address { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CaFile
Declaration
public Input<string> CaFile { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CaPath
Declaration
public Input<string> CaPath { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
CertFile
Declaration
public Input<string> CertFile { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Datacenter
Declaration
public Input<string> Datacenter { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
HttpAuth
Declaration
public Input<string> HttpAuth { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
InsecureHttps
Declaration
public Input<bool> InsecureHttps { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
KeyFile
Declaration
public Input<string> KeyFile { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Namespace
Declaration
public Input<string> Namespace { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Scheme
Declaration
public Input<string> Scheme { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Token
Declaration
public Input<string> Token { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|