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 SourceAsn
Autonomous System Number for local BGP deployment
Declaration
public readonly int Asn
Field Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
MaxPrefix
The maximum number of route filters allowed per server
Declaration
public readonly int? MaxPrefix
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Md5
Password for BGP session in plaintext (not a checksum)
Declaration
public readonly string Md5
Field Value
| Type | Description |
|---|---|
| System.String |
Status
status of BGP configuration in the project
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |