Interface HostPool.DefinitionStages.WithStartVMOnConnect

All Known Subinterfaces:
HostPool.Definition, HostPool.DefinitionStages.WithCreate
Enclosing interface:
HostPool.DefinitionStages

public static interface HostPool.DefinitionStages.WithStartVMOnConnect
The stage of the HostPool definition allowing to specify startVMOnConnect.
  • Method Details

    • withStartVMOnConnect

      HostPool.DefinitionStages.WithCreate 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.