public sealed class DeploymentSpec : IMessage<DeploymentSpec>, IEquatable<DeploymentSpec>, IDeepCloneable<DeploymentSpec>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class DeploymentSpec.
Spec for a deployment to be created.
Implements
IMessageDeploymentSpec, IEquatableDeploymentSpec, IDeepCloneableDeploymentSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
DeploymentSpec()
public DeploymentSpec()DeploymentSpec(DeploymentSpec)
public DeploymentSpec(DeploymentSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
DeploymentSpec |
Properties
Deployment
public Deployment Deployment { get; set; }Required. The deployment to be created.
| Property Value | |
|---|---|
| Type | Description |
Deployment |
|
DeploymentId
public string DeploymentId { get; set; }Required. The id of the deployment to be created which doesn't include the project id and location.
| Property Value | |
|---|---|
| Type | Description |
string |
|