Class RouterBgp
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RouterBgp : IDirectResponseSchema
Properties
AdvertiseMode
User-specified flag to indicate which mode to use for advertisement. The options are DEFAULT or CUSTOM.
Declaration
[JsonProperty("advertiseMode")]
public virtual string AdvertiseMode { get; set; }
Property Value
Type | Description |
---|---|
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.
Declaration
[JsonProperty("advertisedGroups")]
public virtual IList<string> AdvertisedGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
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.
Declaration
[JsonProperty("advertisedIpRanges")]
public virtual IList<RouterAdvertisedIpRange> AdvertisedIpRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<RouterAdvertisedIpRange> |
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.
Declaration
[JsonProperty("asn")]
public virtual long? Asn { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IdentifierRange
Explicitly specifies a range of valid BGP Identifiers for this Router. It is provided as a link-local IPv4 range (from 169.254.0.0/16), of size at least /30, even if the BGP sessions are over IPv6. It must not overlap with any IPv4 BGP session ranges. Other vendors commonly call this "router ID".
Declaration
[JsonProperty("identifierRange")]
public virtual string IdentifierRange { get; set; }
Property Value
Type | Description |
---|---|
string |
KeepaliveInterval
The interval in seconds between BGP keepalive messages that are sent to the peer. Hold time is three times the interval at which keepalive messages are sent, and the hold time is the maximum number of seconds allowed to elapse between successive keepalive messages that BGP receives from a peer. BGP will use the smaller of either the local hold time value or the peer's hold time value as the hold time for the BGP connection between the two peers. If set, this value must be between 20 and 60. The default is 20.
Declaration
[JsonProperty("keepaliveInterval")]
public virtual long? KeepaliveInterval { get; set; }
Property Value
Type | Description |
---|---|
long? |