Class HealthMonitor.UpdateBuilder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.HealthMonitor.UpdateBuilder
- Enclosing class:
HealthMonitor
Update builder (inheriting from Builder).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionadminStateUp
(Boolean adminStateUp) Provides the administrative state for this HealthMonitor's Builder.build()
Provides the delay for this HealthMonitor's Builder.expectedCodes
(String expectedCodes) Provides the expected codes for this HealthMonitor's Builder.httpMethod
(HttpMethod httpMethod) Provides the HTTP method for this HealthMonitor's Builder.maxRetries
(Integer maxRetries) Provides the max retries for this HealthMonitor's Builder.protected HealthMonitor.UpdateBuilder
self()
Provides the timeout for this HealthMonitor's Builder.Provides the URL path for this HealthMonitor's Builder.
-
Field Details
-
healthMonitor
-
-
Method Details
-
build
- Returns:
- an UpdateHealthMonitor constructed with this Builder.
-
self
-
delay
Provides the delay for this HealthMonitor's Builder.- Returns:
- the Builder.
- See Also:
-
timeout
Provides the timeout for this HealthMonitor's Builder.- Returns:
- the Builder.
- See Also:
-
maxRetries
Provides the max retries for this HealthMonitor's Builder.- Returns:
- the Builder.
- See Also:
-
httpMethod
Provides the HTTP method for this HealthMonitor's Builder.- Returns:
- the Builder.
- See Also:
-
urlPath
Provides the URL path for this HealthMonitor's Builder.- Returns:
- the Builder.
- See Also:
-
expectedCodes
Provides the expected codes for this HealthMonitor's Builder.- Returns:
- the Builder.
- See Also:
-
adminStateUp
Provides the administrative state for this HealthMonitor's Builder.- Returns:
- the Builder.
- See Also:
-