Class ProjectBgpConfigArgs
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.Inputs
Assembly: Pulumi.Packet.dll
Syntax
public sealed class ProjectBgpConfigArgs : ResourceArgs
Constructors
View SourceProjectBgpConfigArgs()
Declaration
public ProjectBgpConfigArgs()
Properties
View SourceAsn
Autonomous System Number for local BGP deployment
Declaration
public Input<int> Asn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> DeploymentType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxPrefix
The maximum number of route filters allowed per server
Declaration
public Input<int> MaxPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Md5
Password for BGP session in plaintext (not a checksum)
Declaration
public Input<string> Md5 { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
status of BGP configuration in the project
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |