Class RouterBgp (0.3.0)

RouterBgp(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
advertise_mode google.cloud.compute_v1.types.RouterBgp.AdvertiseMode
User-specified flag to indicate which mode to use for advertisement. The options are DEFAULT or CUSTOM.
advertised_groups Sequence[google.cloud.compute_v1.types.RouterBgp.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.
advertised_ip_ranges Sequence[google.cloud.compute_v1.types.RouterAdvertisedIpRange]
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.
asn int
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.

Classes

AdvertiseMode

AdvertiseMode(value)

User-specified flag to indicate which mode to use for advertisement. The options are DEFAULT or CUSTOM.

AdvertisedGroups

AdvertisedGroups(value)

API documentation for compute_v1.types.RouterBgp.AdvertisedGroups class.