Resource: ApplicationTemplate
Application template resource.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "createTime": string, "updateTime": string, "applicationParameters": [ { object ( |
Fields | |
---|---|
name |
Identifier. Application template name. |
displayName |
Optional. Application template display name. |
description |
Optional. Application template description. |
createTime |
Output only. Application template creation timestamp. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Application template update timestamp. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
applicationParameters[] |
Optional. Parameters to apply to all components in an application. You can specify projectID and region. |
iacFormat |
Output only. The IaC format of the application template. |
serializedApplicationTemplate |
Output only. The serialized application template. |
latestRevision |
Output only. The latest application template revision. |
Methods |
|
---|---|
|
Commits an application template to create a new revision. |
|
Creates an application template. |
|
Deletes an application template. |
|
Generates Terraform files for an application template. |
|
Gets details about an application template. |
|
Imports to an existing application template from a given shared template. |
|
Lists application templates in a given space. |
|
Updates an application template. |