Class ShapeNetworkBandwidthOptions.Builder
- java.lang.Object
-
- com.oracle.bmc.containerengine.model.ShapeNetworkBandwidthOptions.Builder
-
- Enclosing class:
- ShapeNetworkBandwidthOptions
public static class ShapeNetworkBandwidthOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
minInGbps
public ShapeNetworkBandwidthOptions.Builder minInGbps(Float minInGbps)
The minimum amount of networking bandwidth, in gigabits per second.- Parameters:
minInGbps
- the value to set- Returns:
- this builder
-
maxInGbps
public ShapeNetworkBandwidthOptions.Builder maxInGbps(Float maxInGbps)
The maximum amount of networking bandwidth, in gigabits per second.- Parameters:
maxInGbps
- the value to set- Returns:
- this builder
-
defaultPerOcpuInGbps
public ShapeNetworkBandwidthOptions.Builder defaultPerOcpuInGbps(Float defaultPerOcpuInGbps)
The default amount of networking bandwidth per OCPU, in gigabits per second.- Parameters:
defaultPerOcpuInGbps
- the value to set- Returns:
- this builder
-
build
public ShapeNetworkBandwidthOptions build()
-
copy
public ShapeNetworkBandwidthOptions.Builder copy(ShapeNetworkBandwidthOptions model)
-
-