public sealed class CreateDeploymentRequest : IMessage<CreateDeploymentRequest>, IEquatable<CreateDeploymentRequest>, IDeepCloneable<CreateDeploymentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class CreateDeploymentRequest.
Required. The name of parent resource.
Format should be -
"projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
[[["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 documentation details the `CreateDeploymentRequest` class, which is part of the Telco Automation v1 API and is used to create deployment requests."],["The `CreateDeploymentRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor for creating new instances and another for creating instances based on an existing `CreateDeploymentRequest`."],["Key properties of the `CreateDeploymentRequest` class are `Deployment` (the deployment to be created), `DeploymentId` (the name of the deployment), `Parent` (the parent resource name), and `ParentAsOrchestrationClusterName` (the OrchestrationClusterName-typed view of the parent resource)."],["The `CreateDeploymentRequest` class is located in the `Google.Cloud.TelcoAutomation.V1` namespace within the `Google.Cloud.TelcoAutomation.V1.dll` assembly."]]],[]]