Class Role.Record

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

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

    • uuid

      public String uuid
      Unique identifier/object reference
    • nameLabel

      public String nameLabel
      a short user-friendly name for the role
    • nameDescription

      public String nameDescription
      what this role is for
    • subroles

      public Set<Role> subroles
      a list of pointers to other roles or permissions
    • isInternal

      public Boolean isInternal
      Indicates whether the role is only to be assigned internally by xapi, or can be used by clients First published in 22.5.0.
  • Constructor Details

    • Record

      public Record()
  • Method Details