Show / Hide Table of Contents

Class ConnectionState

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

Constructors

View Source

ConnectionState()

Declaration
public ConnectionState()

Properties

View Source

Arn

The ARN of the connection.

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

AwsDevice

The Direct Connect endpoint on which the physical connection terminates.

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

Bandwidth

The bandwidth of the connection. Valid values for dedicated connections: 1Gbps, 10Gbps. Valid values for hosted connections: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps and 10Gbps. Case sensitive.

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

HasLogicalRedundancy

Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).

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

JumboFrameCapable

Boolean value representing if jumbo frames have been enabled for this connection.

Declaration
public Input<bool> JumboFrameCapable { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Location

The AWS Direct Connect location where the connection is located. See DescribeLocations for the list of AWS Direct Connect locations. Use locationCode.

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

Name

The name of the connection.

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

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.