Interface Route
-
- All Superinterfaces:
ChildResource<RouteTable>,HasInnerModel<RouteInner>,HasName,HasParent<RouteTable>,Indexable
public interface Route extends HasInnerModel<RouteInner>, ChildResource<RouteTable>
An immutable client-side representation of a route of a route table.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceRoute.Definition<ParentT>The entirety of a route definition.static interfaceRoute.DefinitionStagesGrouping of route definition stages.static interfaceRoute.UpdateThe entirety of a route update as part of a route table update.static interfaceRoute.UpdateDefinition<ParentT>The entirety of a route definition as part of a route table update.static interfaceRoute.UpdateDefinitionStagesGrouping of route definition stages applicable as part of a route table update.static interfaceRoute.UpdateStagesGrouping of route update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdestinationAddressPrefix()StringnextHopIpAddress()RouteNextHopTypenextHopType()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
-
-
-
Method Detail
-
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
-
-