Class LinkAggregationGroupState
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.Aws.DirectConnect
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LinkAggregationGroupState : ResourceArgs
Constructors
View SourceLinkAggregationGroupState()
Declaration
public LinkAggregationGroupState()
Properties
View SourceArn
The ARN of the LAG.
jumbo_frame_capable-Indicates whether jumbo frames (9001 MTU) are supported.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ConnectionsBandwidth
The bandwidth of the individual physical connections bundled by the LAG. Valid values: 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, 500Mbps, 1Gbps, 2Gbps, 5Gbps and 10Gbps. Case sensitive.
Declaration
public Input<string> ConnectionsBandwidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ForceDestroy
A boolean that indicates all connections associated with the LAG should be deleted so that the LAG can be destroyed without error. These objects are not recoverable.
Declaration
public Input<bool> ForceDestroy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
HasLogicalRedundancy
Indicates whether the LAG 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> |
JumboFrameCapable
Declaration
public Input<bool> JumboFrameCapable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Location
The AWS Direct Connect location in which the LAG should be allocated. 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> |
Name
The name of the LAG.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |