Interface HostPool.UpdateStages.WithStartVMOnConnect

All Known Subinterfaces:
HostPool.Update
Enclosing interface:
HostPool.UpdateStages

public static interface HostPool.UpdateStages.WithStartVMOnConnect
The stage of the HostPool update allowing to specify startVMOnConnect.
  • Method Summary

    Modifier and Type
    Method
    Description
    withStartVMOnConnect(Boolean startVMOnConnect)
    Specifies the startVMOnConnect property: The flag to turn on/off StartVMOnConnect feature..
  • Method Details

    • withStartVMOnConnect

      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.