Show / Hide Table of Contents

Class NodeDriverArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodeDriverArgs
Inherited Members
ResourceArgs.Empty
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 NodeDriverArgs : ResourceArgs

Constructors

View Source

NodeDriverArgs()

Declaration
public NodeDriverArgs()

Properties

View Source

Active

Specify if the node driver state (bool)

Declaration
public Input<bool> Active { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Annotations

Annotations of the resource (map)

Declaration
public InputMap<object> Annotations { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

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>
View Source

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>
View Source

Description

Description of the node driver (string)

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ExternalId

External ID (string)

Declaration
public Input<string> ExternalId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Labels

Labels of the resource (map)

Declaration
public InputMap<object> Labels { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Name

Name of the node driver (string)

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

WhitelistDomains

Domains to whitelist for the ui (list)

Declaration
public InputList<string> WhitelistDomains { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.