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
|
java.lang.String |
nameDescription
a notes field containing human-readable description
|
java.lang.String |
nameLabel
a human-readable name
|
java.util.Set<PVSProxy> |
proxies
The set of proxies associated with the site
|
java.lang.String |
PVSUuid
Unique identifier of the PVS site, as configured in PVS
|
java.util.Set<PVSServer> |
servers
The set of PVS servers in the site
|
java.lang.String |
uuid
Unique identifier/object reference
|
Constructor and Description |
---|
Record() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
toMap()
Convert a PVS_site.Record to a Map
|
java.lang.String |
toString() |
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