Class USBGroup.Record

java.lang.Object
com.xensource.xenapi.USBGroup.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
USBGroup

public static class USBGroup.Record extends Object implements Types.Record
Represents all the fields in a USBGroup
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • nameLabel

      public String nameLabel
      a human-readable name
    • nameDescription

      public String nameDescription
      a notes field containing human-readable description
    • PUSBs

      public Set<PUSB> PUSBs
      List of PUSBs in the group
    • VUSBs

      public Set<VUSB> VUSBs
      List of VUSBs using the group
    • otherConfig

      public Map<String,String> otherConfig
      Additional configuration
  • Constructor Details

    • Record

      public Record()
  • Method Details