Interface Route.DefinitionStages.WithDestinationAddressPrefix<ParentT>

  • Type Parameters:
    ParentT - the return type of Attachable.InDefinition.attach()
    All Known Subinterfaces:
    Route.Definition<ParentT>, Route.DefinitionStages.Blank<ParentT>
    Enclosing interface:
    Route.DefinitionStages

    public static interface Route.DefinitionStages.WithDestinationAddressPrefix<ParentT>
    The stage of a route definition allowing to specify the destination address prefix.
    • Method Detail

      • withDestinationAddressPrefix

        Route.DefinitionStages.WithNextHopType<ParentT> withDestinationAddressPrefix​(String cidr)
        Specifies the destination address prefix to apply the route to.
        Parameters:
        cidr - an address prefix expressed in the CIDR notation
        Returns:
        the next stage of the definition