Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
InstancePoolInstanceLoadBalancerBackend |
InstancePoolInstanceLoadBalancerBackend.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<InstancePoolInstanceLoadBalancerBackend> |
InstancePoolInstance.getLoadBalancerBackends()
The load balancer backends that are configured for the instance.
|
List<InstancePoolInstanceLoadBalancerBackend> |
InstanceSummary.getLoadBalancerBackends()
The load balancer backends that are configured for the instance pool instance.
|
Modifier and Type | Method and Description |
---|---|
InstancePoolInstanceLoadBalancerBackend.Builder |
InstancePoolInstanceLoadBalancerBackend.Builder.copy(InstancePoolInstanceLoadBalancerBackend model) |
Modifier and Type | Method and Description |
---|---|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.loadBalancerBackends(List<InstancePoolInstanceLoadBalancerBackend> loadBalancerBackends)
The load balancer backends that are configured for the instance.
|
InstanceSummary.Builder |
InstanceSummary.Builder.loadBalancerBackends(List<InstancePoolInstanceLoadBalancerBackend> loadBalancerBackends)
The load balancer backends that are configured for the instance pool instance.
|
Constructor and Description |
---|
InstancePoolInstance(String id,
String instancePoolId,
String availabilityDomain,
InstancePoolInstance.LifecycleState lifecycleState,
String compartmentId,
String displayName,
String faultDomain,
String instanceConfigurationId,
String region,
String shape,
String state,
Date timeCreated,
List<InstancePoolInstanceLoadBalancerBackend> loadBalancerBackends)
Deprecated.
|
InstanceSummary(String id,
String availabilityDomain,
String compartmentId,
String displayName,
String faultDomain,
String instanceConfigurationId,
String region,
String shape,
String state,
Date timeCreated,
List<InstancePoolInstanceLoadBalancerBackend> loadBalancerBackends)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.