Class NodeTemplateServerBindingGetArgs
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.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NodeTemplateServerBindingGetArgs : ResourceArgs
Constructors
View SourceNodeTemplateServerBindingGetArgs()
Declaration
public NodeTemplateServerBindingGetArgs()
Properties
View SourceType
Type of server binding policy. If RESTART_NODE_ON_ANY_SERVER,
nodes using this template will restart on any physical server
following a maintenance event.
If RESTART_NODE_ON_MINIMAL_SERVER, nodes using this template
will restart on the same physical server following a maintenance
event, instead of being live migrated to or restarted on a new
physical server. This option may be useful if you are using
software licenses tied to the underlying server characteristics
such as physical sockets or cores, to avoid the need for
additional licenses when maintenance occurs. However, VMs on such
nodes will experience outages while maintenance is applied.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |