Interface HasFrontendPort.DefinitionStages.WithFrontendPort<ReturnT>

Type Parameters:
ReturnT - the next stage of the definition
All Known Subinterfaces:
LoadBalancerInboundNatRule.Definition<ParentT>, LoadBalancerInboundNatRule.DefinitionStages.WithFrontendPort<ParentT>, LoadBalancingRule.Definition<ReturnT>, LoadBalancingRule.DefinitionStages.WithFrontendPort<ReturnT>
Enclosing interface:
HasFrontendPort.DefinitionStages

public static interface HasFrontendPort.DefinitionStages.WithFrontendPort<ReturnT>
The stage of a definition allowing to specify the frontend port.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromFrontendPort(int port)
    Specifies the frontend port to receive network traffic on.
  • Method Details

    • fromFrontendPort

      ReturnT fromFrontendPort(int port)
      Specifies the frontend port to receive network traffic on.
      Parameters:
      port - a port number
      Returns:
      the next stage of the definition