Der Support für Cloud Deployment Manager endet am 31. Dezember 2025. Wenn Sie derzeit Deployment Manager verwenden, müssen Sie bis zum 31. Dezember 2025 zu Infrastructure Manager oder einer alternativen Bereitstellungstechnologie migrieren, damit Ihre Dienste ohne Unterbrechung weiterlaufen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-03-04 (UTC)."],[[["\u003cp\u003eA Type in Deployment Manager represents a deployable resource, such as \u003ccode\u003ecompute.v1.instance\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe resource type has properties like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003eid\u003c/code\u003e, \u003ccode\u003einsertTime\u003c/code\u003e, \u003ccode\u003eoperation\u003c/code\u003e, and \u003ccode\u003eselfLink\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einsertTime\u003c/code\u003e property provides the creation timestamp in RFC3339 format, and is read-only.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elist\u003c/code\u003e method can be used to get a list of all resource types.\u003c/p\u003e\n"]]],[],null,["# Types\n\nA Type represents a resource that can be deployed by Deployment Manager. For example, `compute.v1.instance` is a type.\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\nA resource type supported by Deployment Manager. \n\n```text\n{\n \"name\": string,\n \"id\": unsigned long,\n \"insertTime\": string,\n \"selfLink\": string,\n \"operation\": operations Resource\n}\n```\n\nMethods\n-------\n\n[list](/deployment-manager/docs/reference/latest/types/list)\n: Lists all resource types for Deployment Manager."]]