Class PVSProxy.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • site

      public PVSSite site
      PVS site this proxy is part of
    • VIF

      public VIF VIF
      VIF of the VM using the proxy
    • currentlyAttached

      public Boolean currentlyAttached
      true = VM is currently proxied
    • status

      public Types.PvsProxyStatus status
      The run-time status of the proxy
  • Constructor Details

    • Record

      public Record()
  • Method Details