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

There is a newer version: v1-rev20250320-2.0.0
Show newest version






RouterStatus (Compute Engine API v1-rev20250107-2.0.0)












com.google.api.services.compute.model

Class RouterStatus

    • Constructor Detail

      • RouterStatus

        public RouterStatus()
    • Method Detail

      • getBestRoutes

        public List<Route> getBestRoutes()
        A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
        Returns:
        value or null for none
      • setBestRoutes

        public RouterStatus setBestRoutes(List<Route> bestRoutes)
        A list of the best dynamic routes for this Cloud Router's Virtual Private Cloud (VPC) network in the same region as this Cloud Router. Lists all of the best routes per prefix that are programmed into this region's VPC data plane. When global dynamic routing mode is turned on in the VPC network, this list can include cross-region dynamic routes from Cloud Routers in other regions.
        Parameters:
        bestRoutes - bestRoutes or null for none
      • getBestRoutesForRouter

        public List<Route> getBestRoutesForRouter()
        A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud Router.
        Returns:
        value or null for none
      • setBestRoutesForRouter

        public RouterStatus setBestRoutesForRouter(List<Route> bestRoutesForRouter)
        A list of the best BGP routes learned by this Cloud Router. It is possible that routes listed might not be programmed into the data plane, if the Google Cloud control plane finds a more optimal route for a prefix than a route learned by this Cloud 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
      • set

        public RouterStatus set(String fieldName,
                                Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public RouterStatus clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy