Class GetRouterStatusResult


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

      • bestRoutes

        public java.util.List<GetRouterStatusBestRoute> bestRoutes()
        Returns:
        List of best `compute#routes` configurations for this router's network. See gcp.compute.Route resource for available attributes.
      • bestRoutesForRouters

        public java.util.List<GetRouterStatusBestRoutesForRouter> bestRoutesForRouters()
        Returns:
        List of best `compute#routes` for this specific router. See gcp.compute.Route resource for available attributes.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • name

        public java.lang.String name()
      • network

        public java.lang.String network()
        Returns:
        The network name or resource link to the parent network of this subnetwork.
      • project

        public java.util.Optional<java.lang.String> project()
      • region

        public java.lang.String region()