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

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







ExchangedPeeringRoute (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute.model

Class ExchangedPeeringRoute

    • Constructor Detail

      • ExchangedPeeringRoute

        public ExchangedPeeringRoute()
    • Method Detail

      • getDestRange

        public String getDestRange()
        The destination range of the route.
        Returns:
        value or null for none
      • setDestRange

        public ExchangedPeeringRoute setDestRange(String destRange)
        The destination range of the route.
        Parameters:
        destRange - destRange or null for none
      • getImported

        public Boolean getImported()
        True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.
        Returns:
        value or null for none
      • setImported

        public ExchangedPeeringRoute setImported(Boolean imported)
        True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.
        Parameters:
        imported - imported or null for none
      • getNextHopRegion

        public String getNextHopRegion()
        The region of peering route next hop, only applies to dynamic routes.
        Returns:
        value or null for none
      • setNextHopRegion

        public ExchangedPeeringRoute setNextHopRegion(String nextHopRegion)
        The region of peering route next hop, only applies to dynamic routes.
        Parameters:
        nextHopRegion - nextHopRegion or null for none
      • getPriority

        public Long getPriority()
        The priority of the peering route.
        Returns:
        value or null for none
      • setPriority

        public ExchangedPeeringRoute setPriority(Long priority)
        The priority of the peering route.
        Parameters:
        priority - priority or null for none
      • getType

        public String getType()
        The type of the peering route.
        Returns:
        value or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy