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.
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.Nullable<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. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
TrunkInterfaceId | System.String |
Gets and sets the property TrunkInterfaceId. The ID of the trunk network interface. |
![]() |
VlanId | System.Nullable<System.Int32> |
Gets and sets the property VlanId. The ID of the VLAN when you use the VLAN protocol. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer