public static class ShapeDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ShapeDetails |
build() |
ShapeDetails.Builder |
copy(ShapeDetails model) |
ShapeDetails.Builder |
maximumBandwidthInMbps(Integer maximumBandwidthInMbps)
Bandwidth in Mbps that determines the maximum bandwidth (ingress plus egress) that the
load balancer can achieve.
|
ShapeDetails.Builder |
minimumBandwidthInMbps(Integer minimumBandwidthInMbps)
Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus
egress).
|
public ShapeDetails.Builder minimumBandwidthInMbps(Integer minimumBandwidthInMbps)
Bandwidth in Mbps that determines the total pre-provisioned bandwidth (ingress plus egress). The values must be between 10 and the maximumBandwidthInMbps.
Example: 150
minimumBandwidthInMbps
- the value to setpublic ShapeDetails.Builder maximumBandwidthInMbps(Integer maximumBandwidthInMbps)
Bandwidth in Mbps that determines the maximum bandwidth (ingress plus egress) that the load balancer can achieve. This bandwidth cannot be always guaranteed. For a guaranteed bandwidth use the minimumBandwidthInMbps parameter.
The values must be between minimumBandwidthInMbps and 8000 (8Gbps).
Example: 1500
maximumBandwidthInMbps
- the value to setpublic ShapeDetails build()
public ShapeDetails.Builder copy(ShapeDetails model)
Copyright © 2016–2024. All rights reserved.