Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model |
Modifier and Type | Method and Description |
---|---|
PathRoute |
PathRoute.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PathRoute> |
UpdatePathRouteSetDetails.getPathRoutes()
The set of path route rules.
|
List<PathRoute> |
CreatePathRouteSetDetails.getPathRoutes()
The set of path route rules.
|
List<PathRoute> |
PathRouteSetDetails.getPathRoutes()
The set of path route rules.
|
List<PathRoute> |
PathRouteSet.getPathRoutes()
The set of path route rules.
|
Modifier and Type | Method and Description |
---|---|
PathRoute.Builder |
PathRoute.Builder.copy(PathRoute model) |
Modifier and Type | Method and Description |
---|---|
UpdatePathRouteSetDetails.Builder |
UpdatePathRouteSetDetails.Builder.pathRoutes(List<PathRoute> pathRoutes)
The set of path route rules.
|
CreatePathRouteSetDetails.Builder |
CreatePathRouteSetDetails.Builder.pathRoutes(List<PathRoute> pathRoutes)
The set of path route rules.
|
PathRouteSetDetails.Builder |
PathRouteSetDetails.Builder.pathRoutes(List<PathRoute> pathRoutes)
The set of path route rules.
|
PathRouteSet.Builder |
PathRouteSet.Builder.pathRoutes(List<PathRoute> pathRoutes)
The set of path route rules.
|
Constructor and Description |
---|
CreatePathRouteSetDetails(String name,
List<PathRoute> pathRoutes)
Deprecated.
|
PathRouteSet(String name,
List<PathRoute> pathRoutes)
Deprecated.
|
PathRouteSetDetails(List<PathRoute> pathRoutes)
Deprecated.
|
UpdatePathRouteSetDetails(List<PathRoute> pathRoutes)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.