ApplicationTemplateOperation

Represents the type of operation to perform on an application template.

Enums
APPLICATION_TEMPLATE_OPERATION_UNSPECIFIED The default value. This value is unused.
APPLICATION_TEMPLATE_OPERATION_CREATE Creates a new application template.
APPLICATION_TEMPLATE_OPERATION_UPDATE Updates an existing application template.
APPLICATION_TEMPLATE_OPERATION_COMMIT Commits an application template to create a new revision.
APPLICATION_TEMPLATE_OPERATION_GENERATE_IAC Generates IaC for an application template.
APPLICATION_TEMPLATE_OPERATION_GET Gets an application template.
APPLICATION_TEMPLATE_OPERATION_IMPORT_IAC Imports an application template from IaC.
APPLICATION_TEMPLATE_OPERATION_UPDATE_COMPONENT_PARAMETERS Updates component parameters from IaC.