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

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

Reference 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.

Inheritance

object > PolicyEvaluationSummary

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

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