Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
static PathMatchType.MatchType |
PathMatchType.MatchType.create(String key) |
PathMatchType.MatchType |
PathMatchType.getMatchType()
Specifies how the load balancing service compares a
pathRoute object’s path string against the incoming URI. |
static PathMatchType.MatchType |
PathMatchType.MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathMatchType.MatchType[] |
PathMatchType.MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PathMatchType.Builder |
PathMatchType.Builder.matchType(PathMatchType.MatchType matchType)
Specifies how the load balancing service compares a
pathRoute object’s path string against the incoming URI. |
Constructor and Description |
---|
PathMatchType(PathMatchType.MatchType matchType)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.