Package com.pulumi.gcp.compute.inputs
Class NodeTemplateServerBindingArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.inputs.NodeTemplateServerBindingArgs
-
public final class NodeTemplateServerBindingArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeTemplateServerBindingArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static NodeTemplateServerBindingArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeTemplateServerBindingArgs.Builder
builder()
static NodeTemplateServerBindingArgs.Builder
builder(NodeTemplateServerBindingArgs defaults)
com.pulumi.core.Output<java.lang.String>
type()
-
-
-
Field Detail
-
Empty
public static final NodeTemplateServerBindingArgs Empty
-
-
Method Detail
-
type
public com.pulumi.core.Output<java.lang.String> type()
- Returns:
- 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. Possible values are: `RESTART_NODE_ON_ANY_SERVER`, `RESTART_NODE_ON_MINIMAL_SERVERS`.
-
builder
public static NodeTemplateServerBindingArgs.Builder builder()
-
builder
public static NodeTemplateServerBindingArgs.Builder builder(NodeTemplateServerBindingArgs defaults)
-
-