public sealed class PolicyEvaluationSummary : IMessage<PolicyEvaluationSummary>, IEquatable<PolicyEvaluationSummary>, IDeepCloneable<PolicyEvaluationSummary>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class PolicyEvaluationSummary.
PolicyEvaluationSummary contains the summary of the last run of job that applies policy to matching resources.
Implements
IMessagePolicyEvaluationSummary, IEquatablePolicyEvaluationSummary, IDeepCloneablePolicyEvaluationSummary, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
PolicyEvaluationSummary()
public PolicyEvaluationSummary()PolicyEvaluationSummary(PolicyEvaluationSummary)
public PolicyEvaluationSummary(PolicyEvaluationSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
PolicyEvaluationSummary |
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 |
|