public sealed class MatchingCondition : IMessage<MatchingCondition>, IEquatable<MatchingCondition>, IDeepCloneable<MatchingCondition>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class MatchingCondition.
MatchingCondition specifies a set of conditions for matching resources.
Implements
IMessageMatchingCondition, IEquatableMatchingCondition, IDeepCloneableMatchingCondition, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
MatchingCondition()
public MatchingCondition()MatchingCondition(MatchingCondition)
public MatchingCondition(MatchingCondition other)| Parameter | |
|---|---|
| Name | Description |
other |
MatchingCondition |
Properties
ConditionCase
public MatchingCondition.ConditionOneofCase ConditionCase { get; }| Property Value | |
|---|---|
| Type | Description |
MatchingConditionConditionOneofCase |
|
LabelCondition
public KeyValuePair LabelCondition { get; set; }Optional. A condition that matches resources based on their labels. For MVP, this is limited to a single label match.
| Property Value | |
|---|---|
| Type | Description |
KeyValuePair |
|