LoadBalancerHttpProbe.DefinitionStages.WithPort<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface LoadBalancerHttpProbe.DefinitionStages.WithPort

The stage of the probe definition allowing to specify the port to monitor.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withPort(int port)

Specifies the port number to call for health monitoring.

Method Details

withPort

public abstract LoadBalancerHttpProbe.DefinitionStages.WithAttach withPort(int port)

Specifies the port number to call for health monitoring.

Parameters:

port - a port number

Returns:

the next stage of the definition

Applies to