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.
[[["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\u003eThe \u003ccode\u003econfig\u003c/code\u003e property, a nested object, represents the YAML configuration for a given manifest, and the \u003ccode\u003econtent\u003c/code\u003e sub-property within \u003ccode\u003econfig\u003c/code\u003e holds the file's contents as a string.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eexpandedConfig\u003c/code\u003e shows the fully-expanded configuration file, including any used templates and references, while \u003ccode\u003eimports[]\u003c/code\u003e is a list detailing the manifest's imported files, and \u003ccode\u003einsertTime\u003c/code\u003e provides the creation timestamp.\u003c/p\u003e\n"],["\u003cp\u003eThe table structure provides a detailed breakdown of manifest properties including their respective data types and descriptions, such as the properties for 'name', 'id', 'layout', 'selfLink', 'imports' and 'insertTime'.\u003c/p\u003e\n"],["\u003cp\u003eThis resource offers methods to retrieve information about specific manifests or to list all manifests associated with a deployment, allowing for the ability to use the get and list options.\u003c/p\u003e\n"]]],[],null,["# Manifests\n\n\u003cbr /\u003e\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```text\n{\n \"selfLink\": string,\n \"id\": unsigned long,\n \"name\": string,\n \"config\": {\n \"content\": string\n },\n \"imports\": [\n {\n \"name\": string,\n \"content\": string\n }\n ],\n \"expandedConfig\": string,\n \"insertTime\": string,\n \"layout\": string\n}\n```\n\nMethods\n-------\n\n[get](/deployment-manager/docs/reference/v2beta/manifests/get)\n: Gets information about a specific manifest.\n\n[list](/deployment-manager/docs/reference/v2beta/manifests/list)\n: Lists all manifests for a given deployment."]]