Package com.xensource.xenapi
Class PVSProxy.Record
java.lang.Object
com.xensource.xenapi.PVSProxy.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PVSProxy
Represents all the fields in a PVSProxy
-
Field Summary
FieldsModifier and TypeFieldDescriptiontrue = VM is currently proxiedPVS site this proxy is part ofThe run-time status of the proxyUnique identifier/object referenceVIF of the VM using the proxy -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
site
PVS site this proxy is part of -
VIF
VIF of the VM using the proxy -
currentlyAttached
true = VM is currently proxied -
status
The run-time status of the proxy
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a PVS_proxy.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-