| Package | Description |
|---|---|
| com.orbitz.consul.model.agent |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRegCheck |
ImmutableRegCheck.Builder.build()
Builds a new
ImmutableRegCheck. |
static ImmutableRegCheck |
ImmutableRegCheck.copyOf(Registration.RegCheck instance)
Creates an immutable copy of a
Registration.RegCheck value. |
ImmutableRegCheck |
ImmutableRegCheck.withDeregisterCriticalServiceAfter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
deregisterCriticalServiceAfter attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withDeregisterCriticalServiceAfter(String value)
Copy the current immutable object by setting a present value for the optional
deregisterCriticalServiceAfter attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withHttp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
http attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withHttp(String value)
Copy the current immutable object by setting a present value for the optional
http attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withInterval(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
interval attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withInterval(String value)
Copy the current immutable object by setting a present value for the optional
interval attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withNotes(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
notes attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withNotes(String value)
Copy the current immutable object by setting a present value for the optional
notes attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withScript(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
script attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withScript(String value)
Copy the current immutable object by setting a present value for the optional
script attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withStatus(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
status attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withStatus(String value)
Copy the current immutable object by setting a present value for the optional
status attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTcp(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
tcp attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTcp(String value)
Copy the current immutable object by setting a present value for the optional
tcp attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTimeout(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
timeout attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTimeout(String value)
Copy the current immutable object by setting a present value for the optional
timeout attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTlsSkipVerify(boolean value)
Copy the current immutable object by setting a present value for the optional
tlsSkipVerify attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTlsSkipVerify(Optional<Boolean> optional)
Copy the current immutable object by setting an optional value for the
tlsSkipVerify attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTtl(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
ttl attribute. |
ImmutableRegCheck |
ImmutableRegCheck.withTtl(String value)
Copy the current immutable object by setting a present value for the optional
ttl attribute. |
Copyright © 2018. All rights reserved.