Show / Hide Table of Contents

Class ClusterDriverState

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterDriverState
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 ClusterDriverState : ResourceArgs

Constructors

View Source

ClusterDriverState()

Declaration
public ClusterDriverState()

Properties

View Source

Active

Specify the cluster driver state (bool)

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

ActualUrl

Actual url of the cluster driver (string)

Declaration
public Input<string> ActualUrl { get; set; }
Property Value
Type Description
Input<System.String>
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 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>
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

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 cluster 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 Clusters 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.