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.
Implements
IMessageDeployParameters, IEquatableDeployParameters, IDeepCloneableDeployParameters, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
DeployParameters()
public DeployParameters()
DeployParameters(DeployParameters)
public DeployParameters(DeployParameters other)
Parameter | |
---|---|
Name | Description |
other | DeployParameters |
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 | |
---|---|
Type | Description |
MapFieldstringstring |
Values
public MapField<string, string> Values { get; }
Required. Values are deploy parameters in key-value pairs.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |