Show / Hide Table of Contents

Class GetDeviceBgpNeighborsBgpNeighborRoutesOutResult

Inheritance
System.Object
GetDeviceBgpNeighborsBgpNeighborRoutesOutResult
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 GetDeviceBgpNeighborsBgpNeighborRoutesOutResult

Fields

View Source

Exact

(bool) Whether the route is exact

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

Route

CIDR expression of route (ip/mask)

Declaration
public readonly string Route
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.