Class GetNodeTemplateResult
Inheritance
System.Object
GetNodeTemplateResult
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()
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class GetNodeTemplateResult
Fields
View Source
Annotations
(Computed) Annotations for Node Template object (map)
Declaration
public readonly ImmutableDictionary<string, object> Annotations
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
CloudCredentialId
(Computed) Cloud credential ID for the Node Template. Required from Rancher v2.2.x (string)
Declaration
public readonly string CloudCredentialId
Field Value
| Type |
Description |
| System.String |
|
View Source
Description
(Computed) Description for the Node Template (string)
Declaration
public readonly string Description
Field Value
| Type |
Description |
| System.String |
|
View Source
Driver
(Computed) The driver of the node template (string)
Declaration
public readonly string Driver
Field Value
| Type |
Description |
| System.String |
|
View Source
EngineEnv
(Computed) Engine environment for the node template (string)
Declaration
public readonly ImmutableDictionary<string, object> EngineEnv
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
EngineInsecureRegistries
(Computed) Insecure registry for the node template (list)
Declaration
public readonly ImmutableArray<string> EngineInsecureRegistries
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
EngineInstallUrl
(Computed) Docker engine install URL for the node template (string)
Declaration
public readonly string EngineInstallUrl
Field Value
| Type |
Description |
| System.String |
|
View Source
EngineLabel
(Computed) Engine label for the node template (string)
Declaration
public readonly ImmutableDictionary<string, object> EngineLabel
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
EngineOpt
(Computed) Engine options for the node template (map)
Declaration
public readonly ImmutableDictionary<string, object> EngineOpt
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
EngineRegistryMirrors
(Computed) Engine registry mirror for the node template (list)
Declaration
public readonly ImmutableArray<string> EngineRegistryMirrors
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
EngineStorageDriver
(Computed) Engine storage driver for the node template (string)
Declaration
public readonly string EngineStorageDriver
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 for Node Template object (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
UseInternalIpAddress
(Computed) Engine storage driver for the node template (bool)
Declaration
public readonly bool? UseInternalIpAddress
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|