23 lines
557 B
YAML
23 lines
557 B
YAML
project:
|
|
name: project
|
|
plural_name: projects
|
|
collection: lustre.projects
|
|
attributes:
|
|
- &project
|
|
parameter_name: projectsId
|
|
attribute_name: project
|
|
help: The project id of the {resource} resource.
|
|
property: core/project
|
|
disable_auto_completers: true
|
|
location:
|
|
name: location
|
|
plural_name: locations
|
|
collection: lustre.projects.locations
|
|
attributes:
|
|
- *project
|
|
- &location
|
|
parameter_name: locationsId
|
|
attribute_name: location
|
|
help: The location id of the {resource} resource.
|
|
disable_auto_completers: true
|