Class GetDeviceBgpNeighborsBgpNeighborResult
Inheritance
System.Object
GetDeviceBgpNeighborsBgpNeighborResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Packet.Outputs
Assembly: Pulumi.Packet.dll
Syntax
public sealed class GetDeviceBgpNeighborsBgpNeighborResult
Fields
View SourceAddressFamily
IP address version, 4 or 6
Declaration
public readonly int AddressFamily
Field Value
| Type | Description |
|---|---|
| System.Int32 |
CustomerAs
Local autonomous system number
Declaration
public readonly int CustomerAs
Field Value
| Type | Description |
|---|---|
| System.Int32 |
CustomerIp
Local used peer IP address
Declaration
public readonly string CustomerIp
Field Value
| Type | Description |
|---|---|
| System.String |
Md5Enabled
Whether BGP session is password enabled
Declaration
public readonly bool Md5Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Md5Password
BGP session password in plaintext (not a checksum)
Declaration
public readonly string Md5Password
Field Value
| Type | Description |
|---|---|
| System.String |
Multihop
Whether the neighbor is in EBGP multihop session
Declaration
public readonly bool Multihop
Field Value
| Type | Description |
|---|---|
| System.Boolean |
PeerAs
Peer AS number (different than customer_as for EBGP)
Declaration
public readonly int PeerAs
Field Value
| Type | Description |
|---|---|
| System.Int32 |
PeerIps
Array of IP addresses of this neighbor's peers
Declaration
public readonly ImmutableArray<string> PeerIps
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
RoutesIns
Array of incoming routes. Each route has attributes:
Declaration
public readonly ImmutableArray<GetDeviceBgpNeighborsBgpNeighborRoutesInResult> RoutesIns
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetDeviceBgpNeighborsBgpNeighborRoutesInResult> |
RoutesOuts
Array of outgoing routes in the same format
Declaration
public readonly ImmutableArray<GetDeviceBgpNeighborsBgpNeighborRoutesOutResult> RoutesOuts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetDeviceBgpNeighborsBgpNeighborRoutesOutResult> |