Package com.xensource.xenapi
Class PVSServer.Record
java.lang.Object
com.xensource.xenapi.PVSServer.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- PVSServer
Represents all the fields in a PVSServer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
addresses
IPv4 addresses of this server -
firstPort
First UDP port accepted by this server -
lastPort
Last UDP port accepted by this server -
site
PVS site this server is part of
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a PVS_server.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-