Google Cloud Deploy v1 API - Class DeployParameters (2.15.0)

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

Reference documentation and code samples for the Google Cloud Deploy v1 API class DeployParameters.

DeployParameters contains deploy parameters information.

Inheritance

object > DeployParameters

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

DeployParameters()

public DeployParameters()

DeployParameters(DeployParameters)

public DeployParameters(DeployParameters other)
Parameter
NameDescription
otherDeployParameters

Properties

MatchTargetLabels

public MapField<string, string> MatchTargetLabels { get; }

Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).

Property Value
TypeDescription
MapFieldstringstring

Values

public MapField<string, string> Values { get; }

Required. Values are deploy parameters in key-value pairs.

Property Value
TypeDescription
MapFieldstringstring