Interface Route
- All Superinterfaces:
ChildResource<RouteTable>,HasInnerModel<RouteInner>,HasName,HasParent<RouteTable>,Indexable
An immutable client-side representation of a route of a route table.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a route definition.static interfaceGrouping of route definition stages.static interfaceThe entirety of a route update as part of a route table update.static interfaceThe entirety of a route definition as part of a route table update.static interfaceGrouping of route definition stages applicable as part of a route table update.static interfaceGrouping of route update stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the destination address prefix.Gets the IP address of the next hop.Gets the type of the next hop.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
destinationAddressPrefix
String destinationAddressPrefix()Gets the destination address prefix.- Returns:
- the destination address prefix, expressed using the CIDR notation, to which the route applies
-
nextHopType
RouteNextHopType nextHopType()Gets the type of the next hop.- Returns:
- the type of the next hop
-
nextHopIpAddress
String nextHopIpAddress()Gets the IP address of the next hop.- Returns:
- the IP address of the next hop
-