O Cloud Deployment Manager vai chegar ao fim do suporte em 31 de dezembro de 2025. Se você usa o Deployment Manager, migre para o Infrastructure Manager ou uma tecnologia de implantação alternativa até 31 de dezembro de 2025 para garantir que seus serviços continuem sem interrupções.
Um recurso representa uma única entidade do Google Cloud Platform, como uma instância do Compute Engine, um conjunto de dados do BigQuery e assim por diante. Você define uma lista de recursos no arquivo de configuração, que acabam sendo implantados usando-se o serviço Deployment Manager.
Para ver uma lista de métodos desse recurso, consulte o fim desta página.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-04 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."]]