Class GetNodeTemplateArgs
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 GetNodeTemplateArgs : InvokeArgs
Constructors
View SourceGetNodeTemplateArgs()
Declaration
public GetNodeTemplateArgs()
Properties
View SourceName
The name of the Node Template (string)
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UseInternalIpAddress
(Computed) Engine storage driver for the node template (bool)
Declaration
public bool? UseInternalIpAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |