Show / Hide Table of Contents

Class BgpSessionState

Inheritance
System.Object
InputArgs
ResourceArgs
BgpSessionState
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
Assembly: Pulumi.Packet.dll
Syntax
public sealed class BgpSessionState : ResourceArgs

Constructors

View Source

BgpSessionState()

Declaration
public BgpSessionState()

Properties

View Source

AddressFamily

ipv4 or ipv6

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

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>
View Source

DeviceId

ID of device

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

Status

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