com.xensource.xenapi
public static class PVSSite.Record extends java.lang.Object implements Types.Record
Modifier and Type | Field and Description |
---|---|
java.util.Set<PVSCacheStorage> |
cacheStorage
The SR used by PVS proxy for the cache
Experimental.
|
java.lang.String |
nameDescription
a notes field containing human-readable description
Experimental.
|
java.lang.String |
nameLabel
a human-readable name
Experimental.
|
java.util.Set<PVSProxy> |
proxies
The set of proxies associated with the site
Experimental.
|
java.lang.String |
PVSUuid
Unique identifier of the PVS site, as configured in PVS
Experimental.
|
java.util.Set<PVSServer> |
servers
The set of PVS servers in the site
Experimental.
|
java.lang.String |
uuid
Unique identifier/object reference
Experimental.
|
Constructor and Description |
---|
PVSSite.Record() |
public java.lang.String uuid
public java.lang.String nameLabel
public java.lang.String nameDescription
public java.lang.String PVSUuid
public java.util.Set<PVSCacheStorage> cacheStorage
public java.util.Set<PVSServer> servers
public java.util.Set<PVSProxy> proxies
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