@ReferenceConstraint(skipDuringCreation=true, payload=ServerRef.class) public interface ServerRef extends org.jvnet.hk2.config.ConfigBeanProxy, Ref, jakarta.validation.Payload
| Modifier and Type | Field and Description |
|---|---|
static String |
LBENABLED_DEFAULT_VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisableTimeoutInMinutes()
Gets the value of the disableTimeoutInMinutes property.
|
String |
getEnabled()
Gets the value of the enabled property.
|
HealthChecker |
getHealthChecker()
Gets the value of the healthChecker property.
|
String |
getLbEnabled()
Gets the value of the lbEnabled property.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{server.invalid.name}",payload=ServerRef.class) String |
getRef()
Gets the value of the ref property.
|
void |
setDisableTimeoutInMinutes(String value)
Sets the value of the disableTimeoutInMinutes property.
|
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setHealthChecker(HealthChecker value)
Sets the value of the healthChecker property.
|
void |
setLbEnabled(String value)
Sets the value of the lbEnabled property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
static final String LBENABLED_DEFAULT_VALUE
@NotNull
@Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",
message="{server.invalid.name}",
payload=ServerRef.class)
@ReferenceConstraint.RemoteKey(message="{resourceref.invalid.server-ref}",
type=Server.class)
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{server.invalid.name}",payload=ServerRef.class) String getRef()
void setRef(String value) throws PropertyVetoException
setRef in interface Refvalue - allowed object is
StringPropertyVetoExceptionString getDisableTimeoutInMinutes()
Stringvoid setDisableTimeoutInMinutes(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getLbEnabled()
Stringvoid setLbEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getEnabled()
Stringvoid setEnabled(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionHealthChecker getHealthChecker()
HealthCheckervoid setHealthChecker(HealthChecker value) throws PropertyVetoException
value - allowed object is
HealthCheckerPropertyVetoExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.