All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.RouterStatus.html Maven / Gradle / Ivy







RouterStatus (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute.model

Class RouterStatus

    • Constructor Detail

      • RouterStatus

        public RouterStatus()
    • Method Detail

      • getBestRoutes

        public List<Route> getBestRoutes()
        Best routes for this router's network.
        Returns:
        value or null for none
      • setBestRoutes

        public RouterStatus setBestRoutes(List<Route> bestRoutes)
        Best routes for this router's network.
        Parameters:
        bestRoutes - bestRoutes or null for none
      • getBestRoutesForRouter

        public List<Route> getBestRoutesForRouter()
        Best routes learned by this router.
        Returns:
        value or null for none
      • setBestRoutesForRouter

        public RouterStatus setBestRoutesForRouter(List<Route> bestRoutesForRouter)
        Best routes learned by this router.
        Parameters:
        bestRoutesForRouter - bestRoutesForRouter or null for none
      • getNetwork

        public String getNetwork()
        URI of the network to which this router belongs.
        Returns:
        value or null for none
      • setNetwork

        public RouterStatus setNetwork(String network)
        URI of the network to which this router belongs.
        Parameters:
        network - network or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy