public class HealthMonitor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HealthMonitor.CreateBuilder
Create builder (inheriting from Builder).
|
static class |
HealthMonitor.CreateHealthMonitor
Create options - extend the domain class, passed to API create calls.
|
static class |
HealthMonitor.UpdateBuilder
Update builder (inheriting from Builder).
|
static class |
HealthMonitor.UpdateHealthMonitor
Update options - extend the domain class, passed to API update calls.
|
Modifier and Type | Method and Description |
---|---|
static HealthMonitor.CreateBuilder |
createBuilder(ProbeType type,
Integer delay,
Integer timeout,
Integer maxRetries) |
boolean |
equals(Object o) |
Boolean |
getAdminStateUp() |
Integer |
getDelay() |
String |
getExpectedCodes() |
HttpMethod |
getHttpMethod() |
String |
getId() |
Integer |
getMaxRetries() |
com.google.common.collect.ImmutableList<PoolStatus> |
getPools() |
LBaaSStatus |
getStatus() |
String |
getStatusDescription() |
String |
getTenantId() |
Integer |
getTimeout() |
ProbeType |
getType() |
String |
getUrlPath() |
int |
hashCode() |
String |
toString() |
static HealthMonitor.UpdateBuilder |
updateBuilder() |
@Nullable public Integer getMaxRetries()
@Nullable public HttpMethod getHttpMethod()
@Nullable public String getExpectedCodes()
@Nullable public com.google.common.collect.ImmutableList<PoolStatus> getPools()
@Nullable public Boolean getAdminStateUp()
@Nullable public LBaaSStatus getStatus()
@Nullable public String getStatusDescription()
public static HealthMonitor.CreateBuilder createBuilder(ProbeType type, Integer delay, Integer timeout, Integer maxRetries)
public static HealthMonitor.UpdateBuilder updateBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.