HostPool.UpdateStages.WithStartVMOnConnect Interface

public static interface HostPool.UpdateStages.WithStartVMOnConnect

The stage of the HostPool update allowing to specify startVMOnConnect.

Method Summary

Modifier and Type Method and Description
abstract Update withStartVMOnConnect(Boolean startVMOnConnect)

Specifies the startVMOnConnect property: The flag to turn on/off StartVMOnConnect feature..

Method Details

withStartVMOnConnect

public abstract HostPool.Update withStartVMOnConnect(Boolean startVMOnConnect)

Specifies the startVMOnConnect property: The flag to turn on/off StartVMOnConnect feature..

Parameters:

startVMOnConnect - The flag to turn on/off StartVMOnConnect feature.

Returns:

the next definition stage.

Applies to