AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Currently available in limited preview only. If you are interested in using
this feature, contact your account manager.
Information about an association between a branch network interface with a trunk network interface.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class TrunkInterfaceAssociation
The TrunkInterfaceAssociation type exposes the following members
Name | Description | |
---|---|---|
![]() |
TrunkInterfaceAssociation() |
Name | Type | Description | |
---|---|---|---|
![]() |
AssociationId | System.String |
Gets and sets the property AssociationId. The ID of the association. |
![]() |
BranchInterfaceId | System.String |
Gets and sets the property BranchInterfaceId. The ID of the branch network interface. |
![]() |
GreKey | System.Int32 |
Gets and sets the property GreKey. The application key when you use the GRE protocol. |
![]() |
InterfaceProtocol | Amazon.EC2.InterfaceProtocolType |
Gets and sets the property InterfaceProtocol.
The interface protocol. Valid values are |
![]() |
Tags | System.Collections.Generic.List<Amazon.EC2.Model.Tag> |
Gets and sets the property Tags. The tags for the trunk interface association. |
![]() |
TrunkInterfaceId | System.String |
Gets and sets the property TrunkInterfaceId. The ID of the trunk network interface. |
![]() |
VlanId | System.Int32 |
Gets and sets the property VlanId. The ID of the VLAN when you use the VLAN protocol. |
.NET Core App:
Supported in: 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5, 4.0, 3.5