serverBinding

@JvmName(name = "ckhnhxbtbdclsurl")
suspend fun serverBinding(value: Output<ServerBindingArgs>)
@JvmName(name = "kluysmptqadknpra")
suspend fun serverBinding(value: ServerBindingArgs?)

Parameters

value

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.


@JvmName(name = "njvsofkbhuipgoct")
suspend fun serverBinding(argument: suspend ServerBindingArgsBuilder.() -> Unit)

Parameters

argument

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.