public sealed class ApplyDeploymentRequest : IMessage<ApplyDeploymentRequest>, IEquatable<ApplyDeploymentRequest>, IDeepCloneable<ApplyDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class ApplyDeploymentRequest.
Request object for ApplyDeployment. The resources in given deployment
gets applied to Orchestration Cluster. A new revision is created when a
deployment is applied.
[[["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 information for the `ApplyDeploymentRequest` class within the Google Cloud Telco Automation v1 API, specifically version 1.1.0."],["`ApplyDeploymentRequest` is a request object used for the `ApplyDeployment` operation, which applies resources within a specified deployment to an Orchestration Cluster."],["The `ApplyDeploymentRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `DeploymentName` which provides a typed view over the `Name` property, and `Name` itself, which is a required string representing the name of the deployment."],["The `ApplyDeploymentRequest` class has multiple versions, including 1.0.0, 1.1.0, and the latest version which is 1.2.0."]]],[]]