Interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching this definition
All Superinterfaces:
Attachable.InUpdate<ParentT>, LoadBalancerHttpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT>, LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT>, LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort<ParentT>
All Known Subinterfaces:
LoadBalancerHttpProbe.UpdateDefinition<ParentT>
Enclosing interface:
LoadBalancerHttpProbe.UpdateDefinitionStages

public static interface LoadBalancerHttpProbe.UpdateDefinitionStages.WithAttach<ParentT> extends Attachable.InUpdate<ParentT>, LoadBalancerHttpProbe.UpdateDefinitionStages.WithPort<ParentT>, LoadBalancerHttpProbe.UpdateDefinitionStages.WithIntervalInSeconds<ParentT>, LoadBalancerHttpProbe.UpdateDefinitionStages.WithNumberOfProbes<ParentT>
The final stage of the probe definition.

At this stage, any remaining optional settings can be specified, or the probe definition can be attached to the parent load balancer definition.