Resource: CatalogTemplate
A template inside a catalog.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "uuid": string, "createTime": string, "updateTime": string, "latestRevisionId": string, "templateCategory": enum ( |
Fields | |
---|---|
name |
Identifier. The catalog template name in following format: projects/$project/locations/$location/spaces/$space/catalogs/$catalog/templates/$template |
displayName |
Optional. The display name of a catalog template. |
description |
Optional. The catalog template description. |
uuid |
Output only. The template revisions UUID. |
createTime |
Output only. The catalog template creation timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 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 use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
latestRevisionId |
Output only. Latest revision of the template. |
templateCategory |
Optional. The category of the ADC template. |
type |
Optional. The Application Design Center assembly template type. |
Methods |
|
---|---|
|
Adds a template to a catalog. |
|
Deletes a catalog template. |
|
Gets a catalog template. |
|
Lists catalog templates. |
|
Updates a catalog template resource. |