public class NeutronHealthMonitorV2 extends Object implements HealthMonitorV2
Modifier and Type | Class and Description |
---|---|
static class |
NeutronHealthMonitorV2.HealthMonitorsV2 |
static class |
NeutronHealthMonitorV2.HealthMonitorV2Concretebuilder |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
NeutronHealthMonitorV2() |
Modifier and Type | Method and Description |
---|---|
static HealthMonitorV2Builder |
builder() |
Integer |
getDelay() |
String |
getExpectedCodes()
Optional.
|
String |
getHttpMethod()
Optional.
|
String |
getId() |
Integer |
getMaxRetries() |
List<ListItem> |
getPools()
The pools that this health monitor will monitor.
|
String |
getTenantId() |
Integer |
getTimeout() |
HealthMonitorType |
getType() |
String |
getUrlPath()
Optional.
|
boolean |
isAdminStateUp()
Optional.
|
HealthMonitorV2Builder |
toBuilder()
wrap this healthMonitorV2 to a builder
|
String |
toString() |
public String getId()
getId
in interface HealthMonitorV2
public String getTenantId()
getTenantId
in interface HealthMonitorV2
public HealthMonitorType getType()
getType
in interface HealthMonitorV2
public Integer getDelay()
getDelay
in interface HealthMonitorV2
public Integer getTimeout()
getTimeout
in interface HealthMonitorV2
public Integer getMaxRetries()
getMaxRetries
in interface HealthMonitorV2
public String getHttpMethod()
HealthMonitorV2
getHttpMethod
in interface HealthMonitorV2
public String getUrlPath()
HealthMonitorV2
getUrlPath
in interface HealthMonitorV2
public String getExpectedCodes()
HealthMonitorV2
getExpectedCodes
in interface HealthMonitorV2
public boolean isAdminStateUp()
HealthMonitorV2
isAdminStateUp
in interface HealthMonitorV2
public List<ListItem> getPools()
HealthMonitorV2
getPools
in interface HealthMonitorV2
public HealthMonitorV2Builder toBuilder()
toBuilder
in interface Buildable<HealthMonitorV2Builder>
public static HealthMonitorV2Builder builder()
Copyright © 2017. All rights reserved.