public final class LBRule
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
Modifier and Type | Class and Description |
---|---|
static class |
LBRule.Builder
Builder class for
LBRule . |
Modifier and Type | Field and Description |
---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
static java.lang.String |
MATCH_STRATEGY_ALL |
static java.lang.String |
MATCH_STRATEGY_ANY |
static java.lang.String |
PHASE_HTTP_ACCESS |
static java.lang.String |
PHASE_HTTP_FORWARDING |
static java.lang.String |
PHASE_HTTP_REQUEST_REWRITE |
static java.lang.String |
PHASE_HTTP_RESPONSE_REWRITE |
static java.lang.String |
PHASE_TRANSPORT |
Modifier | Constructor and Description |
---|---|
|
LBRule()
Default constructor.
|
protected |
LBRule(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
Modifier and Type | Method and Description |
---|---|
<T extends com.vmware.vapi.bindings.Structure> |
_convertTo(java.lang.Class<T> clazz) |
java.lang.String |
_getCanonicalName() |
static java.lang.String |
_getCanonicalTypeName()
Returns the canonical type name.
|
static com.vmware.vapi.bindings.type.StructType |
_getClassType()
WARNING: Internal method, subject to change in future versions.
|
com.vmware.vapi.data.StructValue |
_getDataValue() |
com.vmware.vapi.data.DataValue |
_getDynamicField(java.lang.String fieldName) |
java.util.Set<java.lang.String> |
_getDynamicFieldNames() |
com.vmware.vapi.bindings.type.StructType |
_getType() |
boolean |
_hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz) |
static LBRule |
_newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static LBRule |
_newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue) |
protected void |
_updateDataValue(com.vmware.vapi.data.StructValue structValue) |
void |
_validate() |
boolean |
equals(java.lang.Object obj) |
java.util.List<com.vmware.vapi.bindings.Structure> |
getActions()
A list of actions to be executed at specified phase when load balancer rule
matches.
|
java.lang.String |
getDisplayName()
A display name useful for identifying an LBRule.
|
java.util.List<com.vmware.vapi.bindings.Structure> |
getMatchConditions()
A list of match conditions used to match application traffic.
|
java.lang.String |
getMatchStrategy()
Possible values are:
MATCH_STRATEGY_ALL MATCH_STRATEGY_ANY If more than
one match condition is specified, then matching strategy determines if all
conditions should match or any one condition should match for the LB Rule to be
considered a match. |
java.lang.String |
getPhase()
Possible values are:
PHASE_HTTP_REQUEST_REWRITE PHASE_HTTP_FORWARDING PHASE_HTTP_RESPONSE_REWRITE PHASE_HTTP_ACCESS PHASE_TRANSPORT Each load
balancer rule is used at a specific phase of load balancer processing. |
int |
hashCode() |
void |
setActions(java.util.List<com.vmware.vapi.bindings.Structure> actions)
A list of actions to be executed at specified phase when load balancer rule
matches.
|
void |
setDisplayName(java.lang.String displayName)
A display name useful for identifying an LBRule.
|
void |
setMatchConditions(java.util.List<com.vmware.vapi.bindings.Structure> matchConditions)
A list of match conditions used to match application traffic.
|
void |
setMatchStrategy(java.lang.String matchStrategy)
Possible values are:
MATCH_STRATEGY_ALL MATCH_STRATEGY_ANY If more than
one match condition is specified, then matching strategy determines if all
conditions should match or any one condition should match for the LB Rule to be
considered a match. |
void |
setPhase(java.lang.String phase)
Possible values are:
PHASE_HTTP_REQUEST_REWRITE PHASE_HTTP_FORWARDING PHASE_HTTP_RESPONSE_REWRITE PHASE_HTTP_ACCESS PHASE_TRANSPORT Each load
balancer rule is used at a specific phase of load balancer processing. |
java.lang.String |
toString() |
public static final java.lang.String MATCH_STRATEGY_ALL
public static final java.lang.String MATCH_STRATEGY_ANY
public static final java.lang.String PHASE_HTTP_REQUEST_REWRITE
public static final java.lang.String PHASE_HTTP_FORWARDING
public static final java.lang.String PHASE_HTTP_RESPONSE_REWRITE
public static final java.lang.String PHASE_HTTP_ACCESS
public static final java.lang.String PHASE_TRANSPORT
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public LBRule()
protected LBRule(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.util.List<com.vmware.vapi.bindings.Structure> getActions()
LBRuleAction
. When methods return a value of this
class as a return value, the property will contain all the properties defined in
LBRuleAction
.public void setActions(java.util.List<com.vmware.vapi.bindings.Structure> actions)
actions
- New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in LBRuleAction
. When methods return a value of this
class as a return value, the property will contain all the properties defined in
LBRuleAction
.public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String displayName)
displayName
- New value for the property.public java.util.List<com.vmware.vapi.bindings.Structure> getMatchConditions()
LBRuleCondition
. When methods return a value of
this class as a return value, the property will contain all the properties
defined in LBRuleCondition
.public void setMatchConditions(java.util.List<com.vmware.vapi.bindings.Structure> matchConditions)
matchConditions
- New value for the property.
When clients pass a value of this class as a parameter, the property must
contain all the properties defined in LBRuleCondition
. When methods return a value of
this class as a return value, the property will contain all the properties
defined in LBRuleCondition
.public java.lang.String getMatchStrategy()
public void setMatchStrategy(java.lang.String matchStrategy)
matchStrategy
- New value for the property.public java.lang.String getPhase()
public void setPhase(java.lang.String phase)
phase
- New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
_getType
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue
in interface com.vmware.vapi.bindings.Structure
protected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate
in interface com.vmware.vapi.bindings.StaticStructure
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in interface com.vmware.vapi.bindings.StaticStructure
toString
in class java.lang.Object
public boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf
in interface com.vmware.vapi.bindings.Structure
public <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo
in interface com.vmware.vapi.bindings.Structure
public void _setDynamicField(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames
in interface com.vmware.vapi.bindings.StaticStructure
public static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType
instance representing the static bindings
type for this Structure
.public java.lang.String _getCanonicalName()
_getCanonicalName
in interface com.vmware.vapi.bindings.Structure
public static java.lang.String _getCanonicalTypeName()
_getCanonicalName()
.public static LBRule _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue
- the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructType
public static LBRule _newInstance2(com.vmware.vapi.data.StructValue structValue)