public interface NetworkPerformanceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTotalEgressBandwidthTier()
public abstract NetworkPerformanceConfig.Tier getTotalEgressBandwidthTier()
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()
public abstract int getTotalEgressBandwidthTierValue()
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()
public abstract boolean hasTotalEgressBandwidthTier()
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. |