public static class NeutronLbPoolUpdate.LbPoolUpdateContreteBuilder extends Object implements LbPoolUpdateBuilder
| Constructor and Description |
|---|
LbPoolUpdateContreteBuilder() |
LbPoolUpdateContreteBuilder(NeutronLbPoolUpdate m) |
| Modifier and Type | Method and Description |
|---|---|
LbPoolUpdateBuilder |
adminStateUp(boolean adminStateUp) |
LbPoolUpdate |
build()
Creates and return the Model Entity M
|
LbPoolUpdateBuilder |
description(String description) |
LbPoolUpdateBuilder |
from(LbPoolUpdate in)
Creates a Builder using the param M as the default values
|
LbPoolUpdateBuilder |
lbMethod(LbMethod lbMethod) |
LbPoolUpdateBuilder |
name(String name) |
public LbPoolUpdateContreteBuilder()
public LbPoolUpdateContreteBuilder(NeutronLbPoolUpdate m)
public LbPoolUpdate build()
Buildable.Builderbuild in interface Buildable.Builder<LbPoolUpdateBuilder,LbPoolUpdate>public LbPoolUpdateBuilder from(LbPoolUpdate in)
Buildable.Builderfrom in interface Buildable.Builder<LbPoolUpdateBuilder,LbPoolUpdate>public LbPoolUpdateBuilder lbMethod(LbMethod lbMethod)
lbMethod in interface LbPoolUpdateBuilderlbMethod - 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.public LbPoolUpdateBuilder name(String name)
name in interface LbPoolUpdateBuildername - Pool name. Does not have to be unique.public LbPoolUpdateBuilder description(String description)
description in interface LbPoolUpdateBuilderdescription - Description for the pool.public LbPoolUpdateBuilder adminStateUp(boolean adminStateUp)
adminStateUp in interface LbPoolUpdateBuilderadminStateUp - The administrative state of the lb pool, which is up (true) or
down (false).Copyright © 2017. All rights reserved.