Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TrunkInterfaceAssociation |
TrunkInterfaceAssociation.clone() |
TrunkInterfaceAssociation |
AssociateTrunkInterfaceResult.getInterfaceAssociation()
Information about the association between the trunk network interface and branch network interface.
|
TrunkInterfaceAssociation |
TrunkInterfaceAssociation.withAssociationId(String associationId)
The ID of the association.
|
TrunkInterfaceAssociation |
TrunkInterfaceAssociation.withBranchInterfaceId(String branchInterfaceId)
The ID of the branch network interface.
|
TrunkInterfaceAssociation |
TrunkInterfaceAssociation.withGreKey(Integer greKey)
The application key when you use the GRE protocol.
|
TrunkInterfaceAssociation |
TrunkInterfaceAssociation.withInterfaceProtocol(InterfaceProtocolType interfaceProtocol)
The interface protocol.
|
TrunkInterfaceAssociation |
TrunkInterfaceAssociation.withInterfaceProtocol(String interfaceProtocol)
The interface protocol.
|
TrunkInterfaceAssociation |
TrunkInterfaceAssociation.withTags(Collection<Tag> tags)
The tags for the trunk interface association.
|
TrunkInterfaceAssociation |
TrunkInterfaceAssociation.withTags(Tag... tags)
The tags for the trunk interface association.
|
TrunkInterfaceAssociation |
TrunkInterfaceAssociation.withTrunkInterfaceId(String trunkInterfaceId)
The ID of the trunk network interface.
|
TrunkInterfaceAssociation |
TrunkInterfaceAssociation.withVlanId(Integer vlanId)
The ID of the VLAN when you use the VLAN protocol.
|
Modifier and Type | Method and Description |
---|---|
List<TrunkInterfaceAssociation> |
DescribeTrunkInterfaceAssociationsResult.getInterfaceAssociations()
Information about the trunk associations.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociateTrunkInterfaceResult.setInterfaceAssociation(TrunkInterfaceAssociation interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
|
AssociateTrunkInterfaceResult |
AssociateTrunkInterfaceResult.withInterfaceAssociation(TrunkInterfaceAssociation interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
|
DescribeTrunkInterfaceAssociationsResult |
DescribeTrunkInterfaceAssociationsResult.withInterfaceAssociations(TrunkInterfaceAssociation... interfaceAssociations)
Information about the trunk associations.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTrunkInterfaceAssociationsResult.setInterfaceAssociations(Collection<TrunkInterfaceAssociation> interfaceAssociations)
Information about the trunk associations.
|
DescribeTrunkInterfaceAssociationsResult |
DescribeTrunkInterfaceAssociationsResult.withInterfaceAssociations(Collection<TrunkInterfaceAssociation> interfaceAssociations)
Information about the trunk associations.
|
Copyright © 2021. All rights reserved.