Interface ComputeNodeTemplateServerBinding
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeNodeTemplateServerBinding.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.641Z") @Stability(Stable) public interface ComputeNodeTemplateServerBinding extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeNodeTemplateServerBinding.BuilderA builder forComputeNodeTemplateServerBindingstatic classComputeNodeTemplateServerBinding.Jsii$ProxyAn implementation forComputeNodeTemplateServerBinding
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeNodeTemplateServerBinding.Builderbuilder()StringgetType()Type of server binding policy.
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
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: ["RESTART_NODE_ON_ANY_SERVER", "RESTART_NODE_ON_MINIMAL_SERVERS"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_node_template#type ComputeNodeTemplate#type}
-
builder
@Stability(Stable) static ComputeNodeTemplateServerBinding.Builder builder()
-
-