Class ClusterDriverArgs
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 ClusterDriverArgs : ResourceArgs
Constructors
View SourceClusterDriverArgs()
Declaration
public ClusterDriverArgs()
Properties
View SourceActive
Specify the cluster driver state (bool)
Declaration
public Input<bool> Active { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ActualUrl
Actual url of the cluster driver (string)
Declaration
public Input<string> ActualUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Annotations
Annotations of the resource (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Builtin
Specify whether the cluster driver is an internal cluster driver or not (bool)
Declaration
public Input<bool> Builtin { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Checksum
Verify that the downloaded driver matches the expected checksum (string)
Declaration
public Input<string> Checksum { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Labels
Labels of the resource (map)
Declaration
public InputMap<object> Labels { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Name
Name of the cluster driver (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UiUrl
The URL to load for customized Add Clusters screen for this driver (string)
Declaration
public Input<string> UiUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Url
The URL to download the machine driver binary for 64-bit Linux (string)
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WhitelistDomains
Domains to whitelist for the ui (list)
Declaration
public InputList<string> WhitelistDomains { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |