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

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

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

Criteria specifies a set of criteria for matching resources.

Inheritance

object > Criteria

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

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