Bases: object
object
Set with names of optional parameters.
Flag to indicate if this action needs plugin_data as an arg.
Return list of argument names in order expected.
Validate args passed during creation.
Default implementation checks for presence of required fields.
args – args as a dictionary
kwargs – used for extensibility without breaking existing plugins
ValueError on validation failure
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.
Base
Base.OPTIONAL_ARGS
Base.USES_PLUGIN_DATA
Base.get_arg_names()
Base.interpolate_variables()
Base.validate()