public sealed class IntelligenceFinding.Types.CrossRegionEgressSpike : IMessage<IntelligenceFinding.Types.CrossRegionEgressSpike>, IEquatable<IntelligenceFinding.Types.CrossRegionEgressSpike>, IDeepCloneable<IntelligenceFinding.Types.CrossRegionEgressSpike>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Storage v2 API class IntelligenceFinding.Types.CrossRegionEgressSpike.
Represents a finding about a spike in cross-region egress from Cloud
Storage.
This corresponds to the CROSS_REGION_EGRESS_SPIKE finding type.
Implements
IMessageIntelligenceFindingTypesCrossRegionEgressSpike, IEquatableIntelligenceFindingTypesCrossRegionEgressSpike, IDeepCloneableIntelligenceFindingTypesCrossRegionEgressSpike, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
CrossRegionEgressSpike()
public CrossRegionEgressSpike()CrossRegionEgressSpike(CrossRegionEgressSpike)
public CrossRegionEgressSpike(IntelligenceFinding.Types.CrossRegionEgressSpike other)| Parameter | |
|---|---|
| Name | Description |
other |
IntelligenceFindingTypesCrossRegionEgressSpike |
Properties
PercentageIncrease
public double PercentageIncrease { get; set; }Output only. The percentage increase in cross-region egress across the project.
| Property Value | |
|---|---|
| Type | Description |
double |
|
TopBuckets
public RepeatedField<IntelligenceFinding.Types.CrossRegionEgressSpike.Types.BucketContribution> TopBuckets { get; }Output only. A list of top buckets driving the increase in cross-region egress.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldIntelligenceFindingTypesCrossRegionEgressSpikeTypesBucketContribution |
|
TotalEgressBytes
public long TotalEgressBytes { get; set; }Output only. The total cross-region egress volume in bytes across the project.
| Property Value | |
|---|---|
| Type | Description |
long |
|