Show / Hide Table of Contents

Class ProjectBgpConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectBgpConfigGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Packet.dll
Syntax
public sealed class ProjectBgpConfigGetArgs : ResourceArgs

Constructors

View Source

ProjectBgpConfigGetArgs()

Declaration
public ProjectBgpConfigGetArgs()

Properties

View Source

Asn

Autonomous System Number for local BGP deployment

Declaration
public Input<int> Asn { get; set; }
Property Value
Type Description
Input<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 Input<string> DeploymentType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MaxPrefix

The maximum number of route filters allowed per server

Declaration
public Input<int> MaxPrefix { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Md5

Password for BGP session in plaintext (not a checksum)

Declaration
public Input<string> Md5 { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Status

status of BGP configuration in the project

Declaration
public Input<string> Status { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.