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

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

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

BindingEvaluationSummary contains the summary of the last run of job that applies policy to matching resources for a given binding.

Inheritance

object > BindingEvaluationSummary

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

BindingEvaluationSummary()

public BindingEvaluationSummary()

BindingEvaluationSummary(BindingEvaluationSummary)

public BindingEvaluationSummary(BindingEvaluationSummary other)
Parameter
Name Description
other BindingEvaluationSummary

Properties

FailedResourceCount

public long FailedResourceCount { get; set; }

Output only. The number of matching resources whose protection failed during job run.

Property Value
Type Description
long

MatchingResourceCount

public long MatchingResourceCount { get; set; }

Output only. The number of resources that currently match the policy's criteria.

Property Value
Type Description
long

ProtectedResourceCount

public long ProtectedResourceCount { get; set; }

Output only. The number of matching resources that are successfully protected.

Property Value
Type Description
long