com.xensource.xenapi
public static class PVSProxy.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
currentlyAttached
true = VM is currently proxied
Experimental.
|
PVSSite |
site
PVS site this proxy is part of
Experimental.
|
Types.PvsProxyStatus |
status
The run-time status of the proxy
Experimental.
|
java.lang.String |
uuid
Unique identifier/object reference
Experimental.
|
VIF |
VIF
VIF of the VM using the proxy
Experimental.
|
Constructor and Description |
---|
PVSProxy.Record() |
public java.lang.String uuid
public PVSSite site
public VIF VIF
public java.lang.Boolean currentlyAttached
public Types.PvsProxyStatus status
public java.lang.String toString()
toString
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap
in interface Types.Record