Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static InstancePoolLoadBalancerAttachment.LifecycleState |
InstancePoolLoadBalancerAttachment.LifecycleState.create(String key) |
InstancePoolLoadBalancerAttachment.LifecycleState |
InstancePoolLoadBalancerAttachment.getLifecycleState()
The status of the interaction between the instance pool and the load balancer.
|
static InstancePoolLoadBalancerAttachment.LifecycleState |
InstancePoolLoadBalancerAttachment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstancePoolLoadBalancerAttachment.LifecycleState[] |
InstancePoolLoadBalancerAttachment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InstancePoolLoadBalancerAttachment.Builder |
InstancePoolLoadBalancerAttachment.Builder.lifecycleState(InstancePoolLoadBalancerAttachment.LifecycleState lifecycleState)
The status of the interaction between the instance pool and the load balancer.
|
Constructor and Description |
---|
InstancePoolLoadBalancerAttachment(String id,
String instancePoolId,
String loadBalancerId,
String backendSetName,
Integer port,
String vnicSelection,
InstancePoolLoadBalancerAttachment.LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.