Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model | |
com.oracle.bmc.loadbalancer.responses |
Modifier and Type | Method and Description |
---|---|
PathRouteSet |
PathRouteSet.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,PathRouteSet> |
LoadBalancer.getPathRouteSets() |
Modifier and Type | Method and Description |
---|---|
PathRouteSet.Builder |
PathRouteSet.Builder.copy(PathRouteSet model) |
Modifier and Type | Method and Description |
---|---|
LoadBalancer.Builder |
LoadBalancer.Builder.pathRouteSets(Map<String,PathRouteSet> pathRouteSets) |
Constructor and Description |
---|
LoadBalancer(String id,
String compartmentId,
String displayName,
LoadBalancer.LifecycleState lifecycleState,
Date timeCreated,
List<IpAddress> ipAddresses,
String shapeName,
ShapeDetails shapeDetails,
Boolean isPrivate,
Boolean isDeleteProtectionEnabled,
Boolean isRequestIdEnabled,
String requestIdHeader,
List<String> subnetIds,
List<String> networkSecurityGroupIds,
Map<String,Listener> listeners,
Map<String,Hostname> hostnames,
Map<String,SSLCipherSuite> sslCipherSuites,
Map<String,Certificate> certificates,
Map<String,BackendSet> backendSets,
Map<String,PathRouteSet> pathRouteSets,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> zprTags,
Map<String,Map<String,Object>> systemTags,
Map<String,RuleSet> ruleSets,
Map<String,RoutingPolicy> routingPolicies)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
PathRouteSet |
GetPathRouteSetResponse.getPathRouteSet()
The returned
PathRouteSet instance. |
Modifier and Type | Method and Description |
---|---|
List<PathRouteSet> |
ListPathRouteSetsResponse.getItems()
A list of
com.oracle.bmc.loadbalancer.model.PathRouteSet instances. |
Modifier and Type | Method and Description |
---|---|
GetPathRouteSetResponse.Builder |
GetPathRouteSetResponse.Builder.pathRouteSet(PathRouteSet pathRouteSet)
The returned
PathRouteSet instance. |
Modifier and Type | Method and Description |
---|---|
ListPathRouteSetsResponse.Builder |
ListPathRouteSetsResponse.Builder.items(List<PathRouteSet> items)
A list of
com.oracle.bmc.loadbalancer.model.PathRouteSet instances. |
Copyright © 2016–2024. All rights reserved.