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.Rancher2
Assembly: Pulumi.Rancher2.dll
Syntax
public static class Config
Properties
View SourceAccessKey
API Key used to authenticate with the rancher server
Declaration
public static string AccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ApiUrl
The URL to the rancher API
Declaration
public static string ApiUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Bootstrap
Bootstrap rancher server
Declaration
public static bool? Bootstrap { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
CaCerts
CA certificates used to sign rancher server tls certificates. Mandatory if self signed tls and insecure option false
Declaration
public static string CaCerts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Insecure
Allow insecure connections to Rancher. Mandatory if self signed tls and not ca_certs provided
Declaration
public static bool? Insecure { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Retries
Rancher connection retries
Declaration
public static int? Retries { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SecretKey
API secret used to authenticate with the rancher server
Declaration
public static string SecretKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TokenKey
API token used to authenticate with the rancher server
Declaration
public static string TokenKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |