@ReferenceConstraint(skipDuringCreation=true, payload=ClusterRef.class) public interface ClusterRef extends ConfigBeanProxy, Ref, javax.validation.Payload
ConfigBeanProxy.Duck
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.
|
createChild, deepCopy, getParent, getParent
@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 Ref
value
- allowed object is
String
PropertyVetoException
String getLbPolicy()
String
void setLbPolicy(String value) throws PropertyVetoException
value
- allowed object is
String
PropertyVetoException
String getLbPolicyModule()
String
void setLbPolicyModule(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 © 2018. All rights reserved.