@ReferenceConstraint(skipDuringCreation=true, payload=ClusterRef.class) public interface ClusterRef extends org.jvnet.hk2.config.ConfigBeanProxy, Ref, jakarta.validation.Payload
| Modifier and Type | Method and Description |
|---|---|
HealthChecker |
getHealthChecker()
Gets the value of the healthChecker property.
|
String |
getLbPolicy()
Gets the value of the lbPolicy property.
|
String |
getLbPolicyModule()
Gets the value of the lbPolicyModule property.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*") String |
getRef()
Gets the value of the ref property.
|
void |
setHealthChecker(HealthChecker value)
Sets the value of the healthChecker property.
|
void |
setLbPolicy(String value)
Sets the value of the lbPolicy property.
|
void |
setLbPolicyModule(String value)
Sets the value of the lbPolicyModule property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*") @ReferenceConstraint.RemoteKey(message="{resourceref.invalid.cluster-ref}", type=Cluster.class) @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*") String getRef()
void setRef(String value) throws PropertyVetoException
setRef in interface Refvalue - allowed object is
StringPropertyVetoExceptionString getLbPolicy()
Stringvoid setLbPolicy(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionString getLbPolicyModule()
Stringvoid setLbPolicyModule(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.