serverBinding property

ServerBinding? serverBinding
getter/setter pair

Sets the binding properties for the physical server.

Valid values include:

  • [Default] RESTART_NODE_ON_ANY_SERVER: Restarts VMs on any available physical server
  • RESTART_NODE_ON_MINIMAL_SERVER: Restarts VMs on the same physical server whenever possible

See Sole-tenant node options for more information.

Implementation

ServerBinding? serverBinding;