Class BareMetalBgpPeerConfig
BareMetalBgpPeerConfig represents configuration parameters for a Border Gateway Protocol (BGP) peer.
Implements
Inherited Members
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalBgpPeerConfig : IDirectResponseSchema
Properties
Asn
Required. BGP autonomous system number (ASN) for the network that contains the external peer device.
Declaration
[JsonProperty("asn")]
public virtual long? Asn { get; set; }
Property Value
Type | Description |
---|---|
long? |
ControlPlaneNodes
The IP address of the control plane node that connects to the external peer. If you don't specify any control plane nodes, all control plane nodes can connect to the external peer. If you specify one or more IP addresses, only the nodes specified participate in peering sessions.
Declaration
[JsonProperty("controlPlaneNodes")]
public virtual IList<string> ControlPlaneNodes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IpAddress
Required. The IP address of the external peer device.
Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |