public sealed class Criteria : IMessage<Criteria>, IEquatable<Criteria>, IDeepCloneable<Criteria>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class Criteria.
Criteria specifies a set of criteria for matching resources.
Namespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
Criteria()
public Criteria()Criteria(Criteria)
public Criteria(Criteria other)| Parameter | |
|---|---|
| Name | Description |
other |
Criteria |
Properties
MatchingConditions
public RepeatedField<MatchingCondition> MatchingConditions { get; }Required. A list of matching conditions that a resource must meet to be protected by the policy.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldMatchingCondition |
|