Skip to content

Add allowedValues annotations for remaining static enum parameters - #13783

Open
dheeraj12347 wants to merge 6 commits into
apache:mainfrom
dheeraj12347:feature/pr4-remaining-allowedvalues
Open

Add allowedValues annotations for remaining static enum parameters#13783
dheeraj12347 wants to merge 6 commits into
apache:mainfrom
dheeraj12347:feature/pr4-remaining-allowedvalues

Conversation

@dheeraj12347

Copy link
Copy Markdown
Contributor

Description

This PR adds missing allowedValues annotations for API parameters that expose a fixed set of valid values.

The updated commands are:

  • CreateDiskOfferingCmd (provisioningType)
  • CreateServiceOfferingCmd (provisioningType)
  • CreateConditionCmd (relationalOperator)
  • UpdateConditionCmd (relationalOperator)
  • ListUsersCmd (userSource)

These parameters already documented their valid values in the API description. This change makes the same information available through API discovery metadata, improving downstream tooling such as CloudMonkey autocompletion while preserving existing runtime behavior.

Testing

  • Successfully compiled using:
mvn -pl api -am -DskipTests compile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant