public static interface NetworkBandwidthGbps.Builder extends SdkPojo, CopyableBuilder<NetworkBandwidthGbps.Builder,NetworkBandwidthGbps>
| Modifier and Type | Method and Description |
|---|---|
NetworkBandwidthGbps.Builder |
max(Double max)
The maximum amount of network bandwidth, in Gbps.
|
NetworkBandwidthGbps.Builder |
min(Double min)
The minimum amount of network bandwidth, in Gbps.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkBandwidthGbps.Builder min(Double min)
The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no minimum limit.
min - The minimum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no
minimum limit.NetworkBandwidthGbps.Builder max(Double max)
The maximum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no maximum limit.
max - The maximum amount of network bandwidth, in Gbps. If this parameter is not specified, there is no
maximum limit.Copyright © 2022. All rights reserved.