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
|
PVSSite |
site
PVS site this proxy is part of
|
Types.PvsProxyStatus |
status
The run-time status of the proxy
|
java.lang.String |
uuid
Unique identifier/object reference
|
VIF |
VIF
VIF of the VM using the proxy
|
| 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.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
toMap in interface Types.Record