public sealed class BindingEvaluationSummary : IMessage<BindingEvaluationSummary>, IEquatable<BindingEvaluationSummary>, IDeepCloneable<BindingEvaluationSummary>, IBufferMessage, IMessageReference 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.
Implements
IMessageBindingEvaluationSummary, IEquatableBindingEvaluationSummary, IDeepCloneableBindingEvaluationSummary, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
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 |
|