Interface Route
- All Superinterfaces:
ChildResource<RouteTable>
,HasInner<com.microsoft.azure.management.network.implementation.RouteInner>
,HasName
,HasParent<RouteTable>
,Indexable
public interface Route
extends HasInner<com.microsoft.azure.management.network.implementation.RouteInner>, ChildResource<RouteTable>
An immutable client-side representation of a route of a route table.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of a route definition.static interface
Grouping of route definition stages.static interface
The entirety of a route update as part of a route table update.static interface
The entirety of a route definition as part of a route table update.static interface
Grouping of route definition stages applicable as part of a route table update.static interface
Grouping of route update stages. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
destinationAddressPrefix
String destinationAddressPrefix()- Returns:
- the destination address prefix, expressed using the CIDR notation, to which the route applies
-
nextHopType
RouteNextHopType nextHopType()- Returns:
- the type of the next hop
-
nextHopIPAddress
String nextHopIPAddress()- Returns:
- the IP address of the next hop
-