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 |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a PVS_proxy.Record to a Map
|
java.lang.String |
toString() |
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