Class HealthMonitor.CreateBuilder
java.lang.Object
org.jclouds.openstack.neutron.v2.domain.lbaas.v1.HealthMonitor.CreateBuilder
- Enclosing class:
HealthMonitor
Create 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.CreateBuilder
self()
Provides the tenantId for this HealthMonitor's CreateBuilder.Provides the timeout for this HealthMonitor's Builder.Provides the probe type for this HealthMonitor's Builder.Provides the URL path for this HealthMonitor's Builder.
-
Field Details
-
healthMonitor
-
-
Method Details
-
tenantId
Provides the tenantId for this HealthMonitor's CreateBuilder. Admin-only. When keystone is enabled, it is not mandatory to specify tenant_id for resources in create requests, as the tenant identifier will be derived from the Authentication token. Please note that the default authorization settings only allow administrative users to create resources on behalf of a different tenant.- Returns:
- the Builder.
- See Also:
-
type
Provides the probe type for this HealthMonitor's Builder.- Returns:
- the Builder.
- See Also:
-
build
- Returns:
- a CreateHealthMonitor 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:
-