| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| RouterBgpPeer | RouterBgpPeer. clone() | 
| RouterBgpPeer | RouterBgpPeer. set(String fieldName,
   Object value) | 
| RouterBgpPeer | RouterBgpPeer. setAdvertisedGroups(List<String> advertisedGroups)User-specified list of prefix groups to advertise in custom mode, which can take one of the
 following options: - ALL_SUBNETS: Advertises all available subnets, including peer VPC subnets. | 
| RouterBgpPeer | RouterBgpPeer. setAdvertisedIpRanges(List<RouterAdvertisedIpRange> advertisedIpRanges)User-specified list of individual IP ranges to advertise in custom mode. | 
| RouterBgpPeer | RouterBgpPeer. setAdvertisedRoutePriority(Long advertisedRoutePriority)The priority of routes advertised to this BGP peer. | 
| RouterBgpPeer | RouterBgpPeer. setAdvertiseMode(String advertiseMode)User-specified flag to indicate which mode to use for advertisement. | 
| RouterBgpPeer | RouterBgpPeer. setEnable(String enable)The status of the BGP peer connection. | 
| RouterBgpPeer | RouterBgpPeer. setInterfaceName(String interfaceName)Name of the interface the BGP peer is associated with. | 
| RouterBgpPeer | RouterBgpPeer. setIpAddress(String ipAddress)IP address of the interface inside Google Cloud Platform. | 
| RouterBgpPeer | RouterBgpPeer. setManagementType(String managementType)[Output Only] The resource that configures and manages this BGP peer. | 
| RouterBgpPeer | RouterBgpPeer. setName(String name)Name of this BGP peer. | 
| RouterBgpPeer | RouterBgpPeer. setPeerAsn(Long peerAsn)Peer BGP Autonomous System Number (ASN). | 
| RouterBgpPeer | RouterBgpPeer. setPeerIpAddress(String peerIpAddress)IP address of the BGP interface outside Google Cloud Platform. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<RouterBgpPeer> | Router. getBgpPeers()BGP information that must be configured into the routing stack to establish BGP peering. | 
| Modifier and Type | Method and Description | 
|---|---|
| Router | Router. setBgpPeers(List<RouterBgpPeer> bgpPeers)BGP information that must be configured into the routing stack to establish BGP peering. | 
Copyright © 2011–2021 Google. All rights reserved.