Class User.Record

java.lang.Object
com.xensource.xenapi.User.Record
All Implemented Interfaces:
Types.Record
Enclosing class:
User

public static class User.Record extends Object implements Types.Record
Represents all the fields in a User
  • Field Details

    • uuid

      public String uuid
      Unique identifier/object reference
    • shortName

      public String shortName
      short name (e.g. userid)
    • fullname

      public String fullname
      full name
    • otherConfig

      public Map<String,String> otherConfig
      additional configuration First published in XenServer 5.0.
  • Constructor Details

    • Record

      public Record()
  • Method Details