Package com.xensource.xenapi
Class PVSSite.Record
java.lang.Object
com.xensource.xenapi.PVSSite.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PVSSite
Represents all the fields in a PVSSite
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe SR used by PVS proxy for the cachea notes field containing human-readable descriptiona human-readable nameThe set of proxies associated with the siteUnique identifier of the PVS site, as configured in PVSThe set of PVS servers in the siteUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a human-readable name -
nameDescription
a notes field containing human-readable description -
PVSUuid
Unique identifier of the PVS site, as configured in PVS -
cacheStorage
The SR used by PVS proxy for the cache -
servers
The set of PVS servers in the site -
proxies
The set of proxies associated with the site
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a PVS_site.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-