public static class ShapeNetworkBandwidthOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ShapeNetworkBandwidthOptions |
build() |
ShapeNetworkBandwidthOptions.Builder |
copy(ShapeNetworkBandwidthOptions model) |
ShapeNetworkBandwidthOptions.Builder |
defaultPerOcpuInGbps(Float defaultPerOcpuInGbps)
The default amount of networking bandwidth per OCPU, in gigabits per second.
|
ShapeNetworkBandwidthOptions.Builder |
maxInGbps(Float maxInGbps)
The maximum amount of networking bandwidth, in gigabits per second.
|
ShapeNetworkBandwidthOptions.Builder |
minInGbps(Float minInGbps)
The minimum amount of networking bandwidth, in gigabits per second.
|
public ShapeNetworkBandwidthOptions.Builder minInGbps(Float minInGbps)
The minimum amount of networking bandwidth, in gigabits per second.
minInGbps
- the value to setpublic ShapeNetworkBandwidthOptions.Builder maxInGbps(Float maxInGbps)
The maximum amount of networking bandwidth, in gigabits per second.
maxInGbps
- the value to setpublic ShapeNetworkBandwidthOptions.Builder defaultPerOcpuInGbps(Float defaultPerOcpuInGbps)
The default amount of networking bandwidth per OCPU, in gigabits per second.
defaultPerOcpuInGbps
- the value to setpublic ShapeNetworkBandwidthOptions build()
public ShapeNetworkBandwidthOptions.Builder copy(ShapeNetworkBandwidthOptions model)
Copyright © 2016–2024. All rights reserved.