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.1.0."],["The `ExportDeploymentStatefileRequest` class is used to create requests for exporting a state file from a deployment, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two constructors, one default and one that accepts another `ExportDeploymentStatefileRequest` instance, allowing for the creation and cloning of request objects."],["Key properties of `ExportDeploymentStatefileRequest` include `Draft`, a boolean to indicate if the exported file should be the draft state, `Parent`, a string representing the deployment context, and `ParentAsDeploymentName`, a typed view of the parent resource name."],["The latest version of this class is version 1.7.0, and it has versions that range from 1.0.0 to 1.7.0, all of which contain similar information regarding the class."]]],[]]