Package | Description |
---|---|
com.oracle.bmc.core.model | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
InstancePoolLoadBalancerAttachment |
InstancePoolLoadBalancerAttachment.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<InstancePoolLoadBalancerAttachment> |
InstancePool.getLoadBalancers()
The load balancers attached to the instance pool.
|
Modifier and Type | Method and Description |
---|---|
InstancePoolLoadBalancerAttachment.Builder |
InstancePoolLoadBalancerAttachment.Builder.copy(InstancePoolLoadBalancerAttachment model) |
Modifier and Type | Method and Description |
---|---|
InstancePool.Builder |
InstancePool.Builder.loadBalancers(List<InstancePoolLoadBalancerAttachment> loadBalancers)
The load balancers attached to the instance pool.
|
Constructor and Description |
---|
InstancePool(String id,
String compartmentId,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String instanceConfigurationId,
InstancePool.LifecycleState lifecycleState,
List<InstancePoolPlacementConfiguration> placementConfigurations,
Integer size,
Date timeCreated,
List<InstancePoolLoadBalancerAttachment> loadBalancers,
String instanceDisplayNameFormatter,
String instanceHostnameFormatter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InstancePoolLoadBalancerAttachment |
GetInstancePoolLoadBalancerAttachmentResponse.getInstancePoolLoadBalancerAttachment()
The returned
InstancePoolLoadBalancerAttachment instance. |
Modifier and Type | Method and Description |
---|---|
GetInstancePoolLoadBalancerAttachmentResponse.Builder |
GetInstancePoolLoadBalancerAttachmentResponse.Builder.instancePoolLoadBalancerAttachment(InstancePoolLoadBalancerAttachment instancePoolLoadBalancerAttachment)
The returned
InstancePoolLoadBalancerAttachment instance. |
Copyright © 2016–2024. All rights reserved.