Class GetClusterDriverResult
Inheritance
System.Object
GetClusterDriverResult
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 GetClusterDriverResult
Fields
View SourceActive
(Computed) Specify if the cluster driver state (bool)
Declaration
public readonly bool Active
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ActualUrl
(Computed) Actual url of the cluster driver (string)
Declaration
public readonly string ActualUrl
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Builtin
(Computed) Specify whether the cluster driver is an internal cluster driver or not (bool)
Declaration
public readonly bool Builtin
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Checksum
(Computed) Verify that the downloaded driver matches the expected checksum (string)
Declaration
public readonly string Checksum
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
UiUrl
(Computed) The URL to load for customized Add Clusters screen for this driver (string)
Declaration
public readonly string UiUrl
Field Value
| Type | Description |
|---|---|
| System.String |
Url
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| System.String |
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> |