Interface NetworkPerformanceConfigOrBuilder (0.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface NetworkPerformanceConfigOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getTotalEgressBandwidthTier()
publicabstractNetworkPerformanceConfig.TiergetTotalEgressBandwidthTier()Optional. The tier of the total egress bandwidth.
optional .google.cloud.backupdr.v1.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
NetworkPerformanceConfig.Tier |
The totalEgressBandwidthTier. |
getTotalEgressBandwidthTierValue()
publicabstractintgetTotalEgressBandwidthTierValue()Optional. The tier of the total egress bandwidth.
optional .google.cloud.backupdr.v1.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for totalEgressBandwidthTier. |
hasTotalEgressBandwidthTier()
publicabstractbooleanhasTotalEgressBandwidthTier()Optional. The tier of the total egress bandwidth.
optional .google.cloud.backupdr.v1.NetworkPerformanceConfig.Tier total_egress_bandwidth_tier = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the totalEgressBandwidthTier field is set. |