Attribute(String name,
String description,
String type,
boolean nillable,
boolean expressionsAllowed,
String defaultValue,
Integer min,
Integer max,
String accessType,
String storage,
Deprecated deprecated,
String unit,
String restartRequired,
String capabilityReference) |
Child(String name,
String description,
Deprecated deprecated,
List<Child> children) |
Operation(String name,
String description,
List<Operation.Parameter> parameters,
Deprecated deprecated,
Operation.Reply reply,
boolean readOnly,
boolean runtimeOnly) |
ResourceDescription(String description,
List<Child> children,
List<Attribute> attributes,
List<Operation> operations,
Deprecated deprecated,
List<Capability> capabilities,
String storage) |