Interface RouteTable

All Superinterfaces:
GroupableResource<NetworkManager,RouteTableInner>, HasAssociatedSubnets, HasId, HasInnerModel<RouteTableInner>, HasManager<NetworkManager>, HasName, HasResourceGroup, Indexable, Refreshable<RouteTable>, Resource, Updatable<RouteTable.Update>, UpdatableWithTags<RouteTable>

Entry point for route table management.
  • Method Details

    • routes

      Map<String,Route> routes()
      Gets the routes of this route table.
      Returns:
      the routes of this route table
    • isBgpRoutePropagationDisabled

      boolean isBgpRoutePropagationDisabled()
      Checks whether to disable the routes learned by BGP on that route table.
      Returns:
      whether to disable the routes learned by BGP on that route table. True means disable.