Interface Route
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<RouteTable>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RouteInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<RouteTable>, com.azure.resourcemanager.resources.fluentcore.model.Indexable
public interface Route
extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<RouteInner>, com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<RouteTable>
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
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
key
-
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
-
nextHopIpAddress
String nextHopIpAddress()Gets the IP address of the next hop.- Returns:
- the IP address of the next hop
-