Cloud Deployment Manager will reach end of support on December 31, 2025. If you currently use Deployment Manager, please migrate to Infrastructure Manager or an alternative deployment technology by December 31, 2025 to ensure your services continue without interruption.
Stay organized with collections
Save and categorize content based on your preferences.
Caution: This is a deprecated
version of the Deployment Manager API. Please use the
latest API version instead.
A resource represents a single Google Cloud Platform entity, such as a Compute Engine instance, a BigQuery dataset, and so on. You define a list of resources in your configuration file, which is then deployed using the Deployment Manager service.
For a list of methods for this resource, see the end of this page.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-30 UTC."],[[["\u003cp\u003eThis is a deprecated version of the Deployment Manager API; users should switch to the latest API version.\u003c/p\u003e\n"],["\u003cp\u003eA resource represents a single Google Cloud Platform entity, defined in a configuration file and deployed using the Deployment Manager service.\u003c/p\u003e\n"],["\u003cp\u003eThe resource representation includes properties such as \u003ccode\u003eid\u003c/code\u003e, \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003etype\u003c/code\u003e, \u003ccode\u003eproperties\u003c/code\u003e, and \u003ccode\u003eupdate\u003c/code\u003e, providing details about the resource's state and configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdate\u003c/code\u003e field describes ongoing updates and contains details like \u003ccode\u003eintent\u003c/code\u003e, \u003ccode\u003estate\u003c/code\u003e, \u003ccode\u003eerrors\u003c/code\u003e, and \u003ccode\u003emanifest\u003c/code\u003e, among other data related to the update.\u003c/p\u003e\n"],["\u003cp\u003eThe primary methods available for this resource are \u003ccode\u003eget\u003c/code\u003e, which retrieves information about a single resource, and \u003ccode\u003elist\u003c/code\u003e, which enumerates all resources in a deployment.\u003c/p\u003e\n"]]],[],null,["# Resources\n\n**Caution:** This is a **deprecated** version of the Deployment Manager API. Please use the [latest API version](/deployment-manager/latest) instead.\nA resource represents a single Google Cloud Platform entity, such as a Compute Engine instance, a BigQuery dataset, and so on. You define a list of resources in your configuration file, which is then deployed using the Deployment Manager service.\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n```carbon\n{\n \"id\": unsigned long,\n \"insertTime\": string,\n \"updateTime\": string,\n \"name\": string,\n \"type\": string,\n \"manifest\": string,\n \"url\": string,\n \"properties\": string,\n \"finalProperties\": string,\n \"update\": {\n \"manifest\": string,\n \"errors\": [\n string\n ],\n \"state\": string,\n \"intent\": string,\n \"properties\": string,\n \"finalProperties\": string\n }\n}\n```\n\nMethods\n-------\n\n[get](/deployment-manager/v2beta2/resources/get)\n: Gets information about a single resource.\n\n[list](/deployment-manager/v2beta2/resources/list)\n: Lists all resources in a given deployment."]]