Package com.xensource.xenapi
Class User.Record
java.lang.Object
com.xensource.xenapi.User.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- User
Represents all the fields in a User
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
shortName
short name (e.g. userid) -
fullname
full name -
otherConfig
additional configuration First published in XenServer 5.0.
-
-
Constructor Details
-
Record
public Record()
-
-
Method Details
-
toString
-
toMap
Convert a user.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-