Class HostBootDeviceInfo

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostBootDeviceInfo
All Implemented Interfaces:
Serializable

public class HostBootDeviceInfo extends DynamicData
See Also:
  • Field Details

    • bootDevices

      public HostBootDevice[] bootDevices
    • currentBootDeviceKey

      public String currentBootDeviceKey
  • Constructor Details

    • HostBootDeviceInfo

      public HostBootDeviceInfo()
  • Method Details

    • getBootDevices

      public HostBootDevice[] getBootDevices()
    • getCurrentBootDeviceKey

      public String getCurrentBootDeviceKey()
    • setBootDevices

      public void setBootDevices(HostBootDevice[] bootDevices)
    • setCurrentBootDeviceKey

      public void setCurrentBootDeviceKey(String currentBootDeviceKey)