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

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







RouterBgp (Compute Engine API v1-rev20200104-1.30.8)












com.google.api.services.compute.model

Class RouterBgp

    • Constructor Detail

      • RouterBgp

        public RouterBgp()
    • Method Detail

      • getAdvertiseMode

        public String getAdvertiseMode()
        User-specified flag to indicate which mode to use for advertisement. The options are DEFAULT or CUSTOM.
        Returns:
        value or null for none
      • setAdvertiseMode

        public RouterBgp setAdvertiseMode(String advertiseMode)
        User-specified flag to indicate which mode to use for advertisement. The options are DEFAULT or CUSTOM.
        Parameters:
        advertiseMode - advertiseMode or null for none
      • getAdvertisedGroups

        public List<String> getAdvertisedGroups()
        User-specified list of prefix groups to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.
        Returns:
        value or null for none
      • setAdvertisedGroups

        public RouterBgp setAdvertisedGroups(List<String> advertisedGroups)
        User-specified list of prefix groups to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.
        Parameters:
        advertisedGroups - advertisedGroups or null for none
      • getAdvertisedIpRanges

        public List<RouterAdvertisedIpRange> getAdvertisedIpRanges()
        User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These IP ranges will be advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.
        Returns:
        value or null for none
      • setAdvertisedIpRanges

        public RouterBgp setAdvertisedIpRanges(List<RouterAdvertisedIpRange> advertisedIpRanges)
        User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These IP ranges will be advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.
        Parameters:
        advertisedIpRanges - advertisedIpRanges or null for none
      • getAsn

        public Long getAsn()
        Local BGP Autonomous System Number (ASN). Must be an RFC6996 private ASN, either 16-bit or 32-bit. The value will be fixed for this router resource. All VPN tunnels that link to this router will have the same local ASN.
        Returns:
        value or null for none
      • setAsn

        public RouterBgp setAsn(Long asn)
        Local BGP Autonomous System Number (ASN). Must be an RFC6996 private ASN, either 16-bit or 32-bit. The value will be fixed for this router resource. All VPN tunnels that link to this router will have the same local ASN.
        Parameters:
        asn - asn or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy