public sealed class BindingSummary : IMessage<BindingSummary>, IEquatable<BindingSummary>, IDeepCloneable<BindingSummary>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class BindingSummary.
BindingSummary contains count of different containers covered through this policy.
Implements
IMessageBindingSummary, IEquatableBindingSummary, IDeepCloneableBindingSummary, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
Google.Cloud.BackupDR.V1Beta.dll
Constructors
BindingSummary()
public BindingSummary()BindingSummary(BindingSummary)
public BindingSummary(BindingSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
BindingSummary |
Properties
ProjectCount
public long ProjectCount { get; set; }Output only. Total count of Projects protected with this policy.
| Property Value | |
|---|---|
| Type | Description |
long |
|