Class Pool.UpdateBuilder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.Pool.UpdateBuilder
- Enclosing class:
Pool
Update builder (inheriting from Builder).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionadminStateUp
(Boolean adminStateUp) Provides the administrative state for this Pool's Builder.build()
description
(String description) Provides the description for this Pool's Builder.healthMonitors
(com.google.common.collect.ImmutableSet<String> healthMonitors) Provides the health monitors for this Pool's Builder.Provides the load balancing method for this Pool's Builder.Provides the name for this Pool's Builder.protected Pool.UpdateBuilder
self()
-
Field Details
-
pool
-
-
Method Details
-
build
- Returns:
- a UpdatePool constructed with this Builder.
-
self
-
name
Provides the name for this Pool's Builder.- Returns:
- the Builder.
- See Also:
-
description
Provides the description for this Pool's Builder.- Returns:
- the Builder.
- See Also:
-
lbMethod
Provides the load balancing method for this Pool's Builder.- Returns:
- the Builder.
- See Also:
-
healthMonitors
public Pool.UpdateBuilder healthMonitors(com.google.common.collect.ImmutableSet<String> healthMonitors) Provides the health monitors for this Pool's Builder.- Returns:
- the Builder.
- See Also:
-
adminStateUp
Provides the administrative state for this Pool's Builder.- Returns:
- the Builder.
- See Also:
-