types
Creates, updates, deletes, gets or lists a types
resource.
Overview
Name | types |
Type | Resource |
Id | google.deploymentmanager.types |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
name | string | Name of the type. |
insertTime | string | Output only. Creation timestamp in RFC3339 text format. |
operation | object | Represents an Operation resource. Google Compute Engine has three Operation resources: Global Regional * Zonal You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - For global operations, use the globalOperations resource. - For regional operations, use the regionOperations resource. - For zonal operations, use the zoneOperations resource. For more information, read Global, Regional, and Zonal Resources. Note that completed Operation resources have a limited retention period. |
selfLink | string | Output only. Server defined URL for the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | project | Lists all resource types for Deployment Manager. |
SELECT
examples
Lists all resource types for Deployment Manager.
SELECT
id,
name,
insertTime,
operation,
selfLink
FROM google.deploymentmanager.types
WHERE project = '{{ project }}';