Interface VmHostDevicesService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    VmHostDevicesService

    public static interface VmHostDevicesService.ListResponse
    extends Response
    List the host devices assigned to given virtual machine. The order of the returned list of devices isn't guaranteed.
    • Method Detail

      • device

        List<HostDevice> device()
        Retrieved list of host devices attached to given virtual machine.