Waiter<GetInstancePoolLoadBalancerAttachmentRequest,GetInstancePoolLoadBalancerAttachmentResponse> |
ComputeManagementWaiters.forInstancePoolLoadBalancerAttachment(GetInstancePoolLoadBalancerAttachmentRequest request,
InstancePoolLoadBalancerAttachment.LifecycleState... targetStates)
Creates a new Waiter using the default configuration.
|
Waiter<GetInstancePoolLoadBalancerAttachmentRequest,GetInstancePoolLoadBalancerAttachmentResponse> |
ComputeManagementWaiters.forInstancePoolLoadBalancerAttachment(GetInstancePoolLoadBalancerAttachmentRequest request,
InstancePoolLoadBalancerAttachment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new Waiter using the provided configuration.
|
Waiter<GetInstancePoolLoadBalancerAttachmentRequest,GetInstancePoolLoadBalancerAttachmentResponse> |
ComputeManagementWaiters.forInstancePoolLoadBalancerAttachment(GetInstancePoolLoadBalancerAttachmentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
InstancePoolLoadBalancerAttachment.LifecycleState... targetStates)
Creates a new Waiter using the provided configuration.
|
Future<GetInstancePoolLoadBalancerAttachmentResponse> |
ComputeManagementAsyncClient.getInstancePoolLoadBalancerAttachment(GetInstancePoolLoadBalancerAttachmentRequest request,
AsyncHandler<GetInstancePoolLoadBalancerAttachmentRequest,GetInstancePoolLoadBalancerAttachmentResponse> handler) |
Future<GetInstancePoolLoadBalancerAttachmentResponse> |
ComputeManagementAsync.getInstancePoolLoadBalancerAttachment(GetInstancePoolLoadBalancerAttachmentRequest request,
AsyncHandler<GetInstancePoolLoadBalancerAttachmentRequest,GetInstancePoolLoadBalancerAttachmentResponse> handler)
Gets information about a load balancer that is attached to the specified instance pool.
|