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