Class NodeDriverState
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 NodeDriverState : ResourceArgs
Constructors
View SourceNodeDriverState()
Declaration
public NodeDriverState()
Properties
View SourceActive
Specify if the node driver state (bool)
Declaration
public Input<bool> Active { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Annotations
Annotations of the resource (map)
Declaration
public InputMap<object> Annotations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Builtin
Specify wheter the node driver is an internal node 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> |
Description
Description of the node driver (string)
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExternalId
External ID (string)
Declaration
public Input<string> ExternalId { 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 node driver (string)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UiUrl
The URL to load for customized Add Nodes 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> |