Class NetworkSriov.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • physicalPIF

      public PIF physicalPIF
      The PIF that has SR-IOV enabled
    • logicalPIF

      public PIF logicalPIF
      The logical PIF to connect to the SR-IOV network after enable SR-IOV on the physical PIF
    • requiresReboot

      public Boolean requiresReboot
      Indicates whether the host need to be rebooted before SR-IOV is enabled on the physical PIF
    • configurationMode

      public Types.SriovConfigurationMode configurationMode
      The mode for configure network sriov
  • Constructor Details

    • Record

      public Record()
  • Method Details