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.
Container for the parameters to the AssociateTrunkInterface operation. Associates a branch network interface with a trunk network interface.
Before you create the association, use CreateNetworkInterface
command and set the interface type to trunk
. You must also create a network
interface for each branch network interface that you want to associate with the trunk
network interface.
Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z
public class AssociateTrunkInterfaceRequest : AmazonEC2Request IAmazonWebServiceRequest
The AssociateTrunkInterfaceRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
AssociateTrunkInterfaceRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
BranchInterfaceId | System.String |
Gets and sets the property BranchInterfaceId. The ID of the branch network interface. |
![]() |
ClientToken | System.String |
Gets and sets the property ClientToken. Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency. |
![]() |
DryRun | System.Nullable<System.Boolean> |
Gets and sets the property DryRun.
Checks whether you have the required permissions for the action, without actually
making the request, and provides an error response. If you have the required permissions,
the error response is |
![]() |
GreKey | System.Nullable<System.Int32> |
Gets and sets the property GreKey. The application key. This applies to the GRE protocol. |
![]() |
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. This applies to 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