Show / Hide Table of Contents

Class ProjectBgpConfig

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

Fields

View Source

Asn

Autonomous System Number for local BGP deployment

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

DeploymentType

private or public, the private is likely to be usable immediately, the public will need to be review by Packet engineers

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

MaxPrefix

The maximum number of route filters allowed per server

Declaration
public readonly int? MaxPrefix
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Md5

Password for BGP session in plaintext (not a checksum)

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

Status

status of BGP configuration in the project

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