Backup and DR Service v1beta API - Class MatchingCondition (1.0.0-beta01)

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

Reference documentation and code samples for the Backup and DR Service v1beta API class MatchingCondition.

MatchingCondition specifies a set of conditions for matching resources.

Inheritance

object > MatchingCondition

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

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