Uses of Class
com.oracle.bmc.loadbalancer.model.ShapeDetails.Builder
-
Packages that use ShapeDetails.Builder Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of ShapeDetails.Builder in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return ShapeDetails.Builder Modifier and Type Method Description static ShapeDetails.Builder
ShapeDetails. builder()
Create a new builder.ShapeDetails.Builder
ShapeDetails.Builder. copy(ShapeDetails model)
ShapeDetails.Builder
ShapeDetails.Builder. maximumBandwidthInMbps(Integer maximumBandwidthInMbps)
Bandwidth in Mbps that determines the maximum bandwidth (ingress plus egress) that the load balancer can achieve.ShapeDetails.Builder
ShapeDetails.Builder. minimumBandwidthInMbps(Integer minimumBandwidthInMbps)
Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress).ShapeDetails.Builder
ShapeDetails. toBuilder()
-