Package | Description |
---|---|
com.oracle.bmc.loadbalancer.model | |
com.oracle.bmc.loadbalancer.responses |
Modifier and Type | Method and Description |
---|---|
RuleSet |
RuleSet.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Map<String,RuleSet> |
LoadBalancer.getRuleSets() |
Modifier and Type | Method and Description |
---|---|
RuleSet.Builder |
RuleSet.Builder.copy(RuleSet o) |
Modifier and Type | Method and Description |
---|---|
LoadBalancer.Builder |
LoadBalancer.Builder.ruleSets(Map<String,RuleSet> ruleSets) |
Constructor and Description |
---|
LoadBalancer(String id,
String compartmentId,
String displayName,
LoadBalancer.LifecycleState lifecycleState,
Date timeCreated,
List<IpAddress> ipAddresses,
String shapeName,
Boolean isPrivate,
List<String> subnetIds,
Map<String,Listener> listeners,
Map<String,Hostname> hostnames,
Map<String,Certificate> certificates,
Map<String,BackendSet> backendSets,
Map<String,PathRouteSet> pathRouteSets,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,RuleSet> ruleSets)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RuleSet |
GetRuleSetResponse.getRuleSet()
The returned RuleSet instance.
|
Modifier and Type | Method and Description |
---|---|
List<RuleSet> |
ListRuleSetsResponse.getItems()
A list of RuleSet instances.
|
Modifier and Type | Method and Description |
---|---|
GetRuleSetResponse.Builder |
GetRuleSetResponse.Builder.ruleSet(RuleSet ruleSet) |
Modifier and Type | Method and Description |
---|---|
ListRuleSetsResponse.Builder |
ListRuleSetsResponse.Builder.items(List<RuleSet> items) |
Copyright © 2016–2019. All rights reserved.