Resource: CatalogTemplateRevision
Template revisions inside a catalog.
JSON representation |
---|
{ "name": string, "description": string, "type": enum ( |
Fields | |
---|---|
name |
Identifier. The catalog template revision name. projects/$project/locations/$location/spaces/$space/catalogs/$catalog/templates/$template/revisions/$revision |
description |
Optional. The catalog template revision description. |
type |
Required. The Application Design Center assembly template type. |
createTime |
Output only. The catalog 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. The catalog 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: |
templateMetadata |
Output only. Template metadata related to Terraform input and output. |
state |
Output only. The template state (validating/ready/invalid). |
applicationTemplateRevision |
Output only. The application template revision. |
uuid |
Output only. UUID of the template revision. |
Union field artifact_location . The artifact location of the Terraform in the template. artifact_location can be only one of the following: |
|
gitSource |
Optional. The git source. |
applicationTemplateRevisionSource |
Optional. The application template revision source. |
State
The template state.
Enums | |
---|---|
STATE_UNSPECIFIED |
Default. |
VALIDATING |
The template is being validated. |
ACTIVE |
The template is ready to be used. |
INVALID |
The template is invalid. |
Methods |
|
---|---|
|
Deletes a template revision. |
|
Gets details about a template revision. |
|
Lists template revisions. |