Infrastructure Manager v1 API - Class DeploymentSpec (1.12.0)

public sealed class DeploymentSpec : IMessage<DeploymentSpec>, IEquatable<DeploymentSpec>, IDeepCloneable<DeploymentSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Infrastructure Manager v1 API class DeploymentSpec.

Spec for a deployment to be created.

Inheritance

object > DeploymentSpec

Namespace

Google.Cloud.Config.V1

Assembly

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