Show / Hide Table of Contents

Class GetNodeDriverResult

Inheritance
System.Object
GetNodeDriverResult
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 GetNodeDriverResult

Fields

View Source

Active

(Computed) Specify if the node driver state (bool)

Declaration
public readonly bool Active
Field Value
Type Description
System.Boolean
View Source

Annotations

(Computed) Annotations of the resource (map)

Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Builtin

(Computed) Specify wheter the node driver is an internal cluster driver or not (bool)

Declaration
public readonly bool Builtin
Field Value
Type Description
System.Boolean
View Source

Checksum

(Computed) Verify that the downloaded driver matches the expected checksum (string)

Declaration
public readonly string Checksum
Field Value
Type Description
System.String
View Source

Description

(Computed) Description of the node driver (string)

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

ExternalId

(Computed) External ID (string)

Declaration
public readonly string ExternalId
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Labels

(Computed) Labels of the resource (map)

Declaration
public readonly ImmutableDictionary<string, object> Labels
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

UiUrl

(Computed) The URL to load for customized Add Node screen for this driver (string)

Declaration
public readonly string UiUrl
Field Value
Type Description
System.String
View Source

Url

Declaration
public readonly string Url
Field Value
Type Description
System.String
View Source

WhitelistDomains

(Computed) Domains to whitelist for the ui (list)

Declaration
public readonly ImmutableArray<string> WhitelistDomains
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.