Show / Hide Table of Contents

Class ProvisionDeploymentGroupRequest

The request message for the ProvisionDeploymentGroup method.

Inheritance
object
ProvisionDeploymentGroupRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ProvisionDeploymentGroupRequest : IDirectResponseSchema

Properties

DeploymentSpecs

Optional. The deployment specs of the deployment units to be created within the same project and location of the deployment group. The key is the unit ID, and the value is the DeploymentSpec. Provisioning will fail if a deployment_spec has a deployment_id that matches an existing deployment in the same project and location. If an existing deployment was part of the last successful revision but is no longer in the current DeploymentGroup's deployment_units, it will be recreated if included in deployment_specs.

Declaration
[JsonProperty("deploymentSpecs")]
public virtual IDictionary<string, DeploymentSpec> DeploymentSpecs { get; set; }
Property Value
Type Description
IDictionary<string, DeploymentSpec>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX