Class RoutingConfigurationResponse


  • public final class RoutingConfigurationResponse
    extends java.lang.Object
    • Method Detail

      • associatedRouteTable

        public java.util.Optional<SubResourceResponse> associatedRouteTable()
        Returns:
        The resource id RouteTable associated with this RoutingConfiguration.
      • inboundRouteMap

        public java.util.Optional<SubResourceResponse> inboundRouteMap()
        Returns:
        The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
      • outboundRouteMap

        public java.util.Optional<SubResourceResponse> outboundRouteMap()
        Returns:
        The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
      • propagatedRouteTables

        public java.util.Optional<PropagatedRouteTableResponse> propagatedRouteTables()
        Returns:
        The list of RouteTables to advertise the routes to.
      • vnetRoutes

        public java.util.Optional<VnetRouteResponse> vnetRoutes()
        Returns:
        List of routes that control routing from VirtualHub into a virtual network connection.