public sealed class ExportDeploymentStatefileRequest : IMessage<ExportDeploymentStatefileRequest>, IEquatable<ExportDeploymentStatefileRequest>, IDeepCloneable<ExportDeploymentStatefileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Infrastructure Manager v1 API class ExportDeploymentStatefileRequest.
A request to export a state file passed to a 'ExportDeploymentStatefile'
call.
Optional. If this flag is set to true, the exported deployment state file
will be the draft state. This will enable the draft file to be validated
before copying it over to the working state on unlock.
Required. The parent in whose context the statefile is listed. The parent
value is in the format:
'projects/{project_id}/locations/{location}/deployments/{deployment}'.
[[["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-03-21 UTC."],[[["This document provides reference documentation for the `ExportDeploymentStatefileRequest` class within the Google Cloud Config v1 API, specifically version 1.4.0."],["The `ExportDeploymentStatefileRequest` class is used to create requests for exporting a state file for a deployment, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, one default and one that accepts another `ExportDeploymentStatefileRequest` instance as a parameter for copying, and defines properties like `Draft`, `Parent`, and `ParentAsDeploymentName`."],["The `Draft` property is a boolean that determines whether to export the draft state file, enabling validation before it becomes the working state, and the `Parent` property is a string that represents the deployment's context in the format 'projects/{project_id}/locations/{location}/deployments/{deployment}'."],["The latest version of this API is 1.7.0, and documentation is available for other versions ranging from 1.0.0 to 1.6.0."]]],[]]