Uses of Class
com.oracle.bmc.core.model.InstancePoolLoadBalancerAttachment.LifecycleState
-
Packages that use InstancePoolLoadBalancerAttachment.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of InstancePoolLoadBalancerAttachment.LifecycleState in com.oracle.bmc.core
-
Uses of InstancePoolLoadBalancerAttachment.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstancePoolLoadBalancerAttachment.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.core.model with parameters of type InstancePoolLoadBalancerAttachment.LifecycleState Modifier and Type Method Description InstancePoolLoadBalancerAttachment.Builder
InstancePoolLoadBalancerAttachment.Builder. lifecycleState(InstancePoolLoadBalancerAttachment.LifecycleState lifecycleState)
The status of the interaction between the instance pool and the load balancer.Constructors in com.oracle.bmc.core.model with parameters of type InstancePoolLoadBalancerAttachment.LifecycleState Constructor Description InstancePoolLoadBalancerAttachment(String id, String instancePoolId, String loadBalancerId, String backendSetName, Integer port, String vnicSelection, InstancePoolLoadBalancerAttachment.LifecycleState lifecycleState)
Deprecated.
-