Class BgpSessionArgs
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
Assembly: Pulumi.Packet.dll
Syntax
public sealed class BgpSessionArgs : ResourceArgs
Constructors
View SourceBgpSessionArgs()
Declaration
public BgpSessionArgs()
Properties
View SourceAddressFamily
ipv4 or ipv6
Declaration
public Input<string> AddressFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultRoute
Boolean flag to set the default route policy. False by default.
Declaration
public Input<bool> DefaultRoute { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DeviceId
ID of device
Declaration
public Input<string> DeviceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |