public interface LbPoolUpdateBuilder extends Buildable.Builder<LbPoolUpdateBuilder,LbPoolUpdate>
Modifier and Type | Method and Description |
---|---|
LbPoolUpdateBuilder |
adminStateUp(boolean adminStateUp) |
LbPoolUpdateBuilder |
description(String description) |
LbPoolUpdateBuilder |
lbMethod(LbMethod lbMethod) |
LbPoolUpdateBuilder |
name(String name) |
build, from
LbPoolUpdateBuilder lbMethod(LbMethod lbMethod)
lbMethod
- The load-balancer algorithm, which is round-robin,
least-connections, and so on. This value, which must be
supported, is dependent on the load-balancer provider. Round
robin must be supported.LbPoolUpdateBuilder name(String name)
name
- Pool name. Does not have to be unique.LbPoolUpdateBuilder description(String description)
description
- Description for the pool.LbPoolUpdateBuilder adminStateUp(boolean adminStateUp)
adminStateUp
- The administrative state of the lb pool, which is up (true) or
down (false).Copyright © 2017. All rights reserved.