Interface Route.UpdateDefinitionStages.WithDestinationAddressPrefix<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
Route.UpdateDefinition<ParentT>,Route.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
- Route.UpdateDefinitionStages
public static interface Route.UpdateDefinitionStages.WithDestinationAddressPrefix<ParentT>The stage of a route definition allowing to specify the destination address prefix.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Route.UpdateDefinitionStages.WithNextHopType<ParentT>withDestinationAddressPrefix(String cidr)Specifies the destination address prefix to apply the route to.
-
-
-
Method Detail
-
withDestinationAddressPrefix
Route.UpdateDefinitionStages.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
-
-