Package com.xensource.xenapi
Class Role.Record
java.lang.Object
com.xensource.xenapi.Role.Record
- All Implemented Interfaces:
Types.Record
- Enclosing class:
- Role
Represents all the fields in a Role
-
Field Summary
FieldsModifier and TypeFieldDescriptionIndicates whether the role is only to be assigned internally by xapi, or can be used by clients First published in 22.5.0.what this role is fora short user-friendly name for the rolea list of pointers to other roles or permissionsUnique identifier/object reference -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Unique identifier/object reference -
nameLabel
a short user-friendly name for the role -
nameDescription
what this role is for -
subroles
a list of pointers to other roles or permissions -
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
-
toString
-
toMap
Convert a role.Record to a Map- Specified by:
toMap
in interfaceTypes.Record
-