Show / Hide Table of Contents

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 Source

AddressFamily

IP address version, 4 or 6

Declaration
public readonly int AddressFamily
Field Value
Type Description
System.Int32
View Source

CustomerAs

Local autonomous system number

Declaration
public readonly int CustomerAs
Field Value
Type Description
System.Int32
View Source

CustomerIp

Local used peer IP address

Declaration
public readonly string CustomerIp
Field Value
Type Description
System.String
View Source

Md5Enabled

Whether BGP session is password enabled

Declaration
public readonly bool Md5Enabled
Field Value
Type Description
System.Boolean
View Source

Md5Password

BGP session password in plaintext (not a checksum)

Declaration
public readonly string Md5Password
Field Value
Type Description
System.String
View Source

Multihop

Whether the neighbor is in EBGP multihop session

Declaration
public readonly bool Multihop
Field Value
Type Description
System.Boolean
View Source

PeerAs

Peer AS number (different than customer_as for EBGP)

Declaration
public readonly int PeerAs
Field Value
Type Description
System.Int32
View Source

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>
View Source

RoutesIns

Array of incoming routes. Each route has attributes:

Declaration
public readonly ImmutableArray<GetDeviceBgpNeighborsBgpNeighborRoutesInResult> RoutesIns
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetDeviceBgpNeighborsBgpNeighborRoutesInResult>
View Source

RoutesOuts

Array of outgoing routes in the same format

Declaration
public readonly ImmutableArray<GetDeviceBgpNeighborsBgpNeighborRoutesOutResult> RoutesOuts
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetDeviceBgpNeighborsBgpNeighborRoutesOutResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.