Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static PathMatchCondition.Operator |
PathMatchCondition.Operator.create(String key) |
PathMatchCondition.Operator |
PathMatchCondition.getOperator()
A string that specifies how to compare the PathMatchCondition object’s
attributeValue
string to the incoming URI. |
static PathMatchCondition.Operator |
PathMatchCondition.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathMatchCondition.Operator[] |
PathMatchCondition.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PathMatchCondition.Builder |
PathMatchCondition.Builder.operator(PathMatchCondition.Operator operator)
A string that specifies how to compare the PathMatchCondition object’s
attributeValue string to the incoming URI. |
Constructor and Description |
---|
PathMatchCondition(String attributeValue,
PathMatchCondition.Operator operator)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.