@ReferenceConstraint(skipDuringCreation=true, payload=ServerRef.class) public interface ServerRef extends ConfigBeanProxy, Ref, javax.validation.Payload
ConfigBeanProxy.Duck
Modifier and Type | Field and Description |
---|---|
static String |
LBENABLED_DEFAULT_VALUE
defines the default value for lb-enabled attribute
|
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.
|
createChild, deepCopy, getParent, getParent
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 Ref
value
- allowed object is String
PropertyVetoException
String getDisableTimeoutInMinutes()
String
void setDisableTimeoutInMinutes(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getLbEnabled()
String
void setLbEnabled(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
String getEnabled()
String
void setEnabled(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
HealthChecker getHealthChecker()
HealthChecker
void setHealthChecker(HealthChecker value) throws PropertyVetoException
value
- allowed object is HealthChecker
PropertyVetoException
Copyright © 2019. All rights reserved.