Class: Aws::DirectConnect::Client
- Inherits:
-
Seahorse::Client::Base
- Object
- Seahorse::Client::Base
- Aws::DirectConnect::Client
- Includes:
- ClientStubs
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb
Overview
An API client for DirectConnect. To construct a client, you need to configure a :region
and :credentials
.
client = Aws::DirectConnect::Client.new(
region: region_name,
credentials: credentials,
# ...
)
For details on configuring region and credentials see the developer guide.
See #initialize for a full list of supported configuration options.
Instance Attribute Summary
Attributes inherited from Seahorse::Client::Base
API Operations collapse
-
#accept_direct_connect_gateway_association_proposal(params = {}) ⇒ Types::AcceptDirectConnectGatewayAssociationProposalResult
Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.
-
#allocate_connection_on_interconnect(params = {}) ⇒ Types::Connection
Deprecated. -
#allocate_hosted_connection(params = {}) ⇒ Types::Connection
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
-
#allocate_private_virtual_interface(params = {}) ⇒ Types::VirtualInterface
Provisions a private virtual interface to be owned by the specified Amazon Web Services account.
-
#allocate_public_virtual_interface(params = {}) ⇒ Types::VirtualInterface
Provisions a public virtual interface to be owned by the specified Amazon Web Services account.
-
#allocate_transit_virtual_interface(params = {}) ⇒ Types::AllocateTransitVirtualInterfaceResult
Provisions a transit virtual interface to be owned by the specified Amazon Web Services account.
-
#associate_connection_with_lag(params = {}) ⇒ Types::Connection
Associates an existing connection with a link aggregation group (LAG).
-
#associate_hosted_connection(params = {}) ⇒ Types::Connection
Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect.
-
#associate_mac_sec_key(params = {}) ⇒ Types::AssociateMacSecKeyResponse
Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.
-
#associate_virtual_interface(params = {}) ⇒ Types::VirtualInterface
Associates a virtual interface with a specified link aggregation group (LAG) or connection.
-
#confirm_connection(params = {}) ⇒ Types::ConfirmConnectionResponse
Confirms the creation of the specified hosted connection on an interconnect.
-
#confirm_customer_agreement(params = {}) ⇒ Types::ConfirmCustomerAgreementResponse
The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
-
#confirm_private_virtual_interface(params = {}) ⇒ Types::ConfirmPrivateVirtualInterfaceResponse
Accepts ownership of a private virtual interface created by another Amazon Web Services account.
-
#confirm_public_virtual_interface(params = {}) ⇒ Types::ConfirmPublicVirtualInterfaceResponse
Accepts ownership of a public virtual interface created by another Amazon Web Services account.
-
#confirm_transit_virtual_interface(params = {}) ⇒ Types::ConfirmTransitVirtualInterfaceResponse
Accepts ownership of a transit virtual interface created by another Amazon Web Services account.
-
#create_bgp_peer(params = {}) ⇒ Types::CreateBGPPeerResponse
Creates a BGP peer on the specified virtual interface.
-
#create_connection(params = {}) ⇒ Types::Connection
Creates a connection between a customer network and a specific Direct Connect location.
-
#create_direct_connect_gateway(params = {}) ⇒ Types::CreateDirectConnectGatewayResult
Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways.
-
#create_direct_connect_gateway_association(params = {}) ⇒ Types::CreateDirectConnectGatewayAssociationResult
Creates an association between a Direct Connect gateway and a virtual private gateway.
-
#create_direct_connect_gateway_association_proposal(params = {}) ⇒ Types::CreateDirectConnectGatewayAssociationProposalResult
Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.
-
#create_interconnect(params = {}) ⇒ Types::Interconnect
Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.
-
#create_lag(params = {}) ⇒ Types::Lag
Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location.
-
#create_private_virtual_interface(params = {}) ⇒ Types::VirtualInterface
Creates a private virtual interface.
-
#create_public_virtual_interface(params = {}) ⇒ Types::VirtualInterface
Creates a public virtual interface.
-
#create_transit_virtual_interface(params = {}) ⇒ Types::CreateTransitVirtualInterfaceResult
Creates a transit virtual interface.
-
#delete_bgp_peer(params = {}) ⇒ Types::DeleteBGPPeerResponse
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
-
#delete_connection(params = {}) ⇒ Types::Connection
Deletes the specified connection.
-
#delete_direct_connect_gateway(params = {}) ⇒ Types::DeleteDirectConnectGatewayResult
Deletes the specified Direct Connect gateway.
-
#delete_direct_connect_gateway_association(params = {}) ⇒ Types::DeleteDirectConnectGatewayAssociationResult
Deletes the association between the specified Direct Connect gateway and virtual private gateway.
-
#delete_direct_connect_gateway_association_proposal(params = {}) ⇒ Types::DeleteDirectConnectGatewayAssociationProposalResult
Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway.
-
#delete_interconnect(params = {}) ⇒ Types::DeleteInterconnectResponse
Deletes the specified interconnect.
-
#delete_lag(params = {}) ⇒ Types::Lag
Deletes the specified link aggregation group (LAG).
-
#delete_virtual_interface(params = {}) ⇒ Types::DeleteVirtualInterfaceResponse
Deletes a virtual interface.
-
#describe_connection_loa(params = {}) ⇒ Types::DescribeConnectionLoaResponse
Deprecated. -
#describe_connections(params = {}) ⇒ Types::Connections
Displays the specified connection or all connections in this Region.
-
#describe_connections_on_interconnect(params = {}) ⇒ Types::Connections
Deprecated. -
#describe_customer_metadata(params = {}) ⇒ Types::DescribeCustomerMetadataResponse
Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.
-
#describe_direct_connect_gateway_association_proposals(params = {}) ⇒ Types::DescribeDirectConnectGatewayAssociationProposalsResult
Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.
-
#describe_direct_connect_gateway_associations(params = {}) ⇒ Types::DescribeDirectConnectGatewayAssociationsResult
Lists the associations between your Direct Connect gateways and virtual private gateways and transit gateways.
-
#describe_direct_connect_gateway_attachments(params = {}) ⇒ Types::DescribeDirectConnectGatewayAttachmentsResult
Lists the attachments between your Direct Connect gateways and virtual interfaces.
-
#describe_direct_connect_gateways(params = {}) ⇒ Types::DescribeDirectConnectGatewaysResult
Lists all your Direct Connect gateways or only the specified Direct Connect gateway.
-
#describe_hosted_connections(params = {}) ⇒ Types::Connections
Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).
-
#describe_interconnect_loa(params = {}) ⇒ Types::DescribeInterconnectLoaResponse
Deprecated. -
#describe_interconnects(params = {}) ⇒ Types::Interconnects
Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.
-
#describe_lags(params = {}) ⇒ Types::Lags
Describes all your link aggregation groups (LAG) or the specified LAG.
-
#describe_loa(params = {}) ⇒ Types::Loa
Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).
-
#describe_locations(params = {}) ⇒ Types::Locations
Lists the Direct Connect locations in the current Amazon Web Services Region.
-
#describe_router_configuration(params = {}) ⇒ Types::DescribeRouterConfigurationResponse
Details about the router.
-
#describe_tags(params = {}) ⇒ Types::DescribeTagsResponse
Describes the tags associated with the specified Direct Connect resources.
-
#describe_virtual_gateways(params = {}) ⇒ Types::VirtualGateways
Deprecated. -
#describe_virtual_interfaces(params = {}) ⇒ Types::VirtualInterfaces
Displays all virtual interfaces for an Amazon Web Services account.
-
#disassociate_connection_from_lag(params = {}) ⇒ Types::Connection
Disassociates a connection from a link aggregation group (LAG).
-
#disassociate_mac_sec_key(params = {}) ⇒ Types::DisassociateMacSecKeyResponse
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
-
#list_virtual_interface_test_history(params = {}) ⇒ Types::ListVirtualInterfaceTestHistoryResponse
Lists the virtual interface failover test history.
-
#start_bgp_failover_test(params = {}) ⇒ Types::StartBgpFailoverTestResponse
Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state.
-
#stop_bgp_failover_test(params = {}) ⇒ Types::StopBgpFailoverTestResponse
Stops the virtual interface failover test.
-
#tag_resource(params = {}) ⇒ Struct
Adds the specified tags to the specified Direct Connect resource.
-
#untag_resource(params = {}) ⇒ Struct
Removes one or more tags from the specified Direct Connect resource.
-
#update_connection(params = {}) ⇒ Types::Connection
Updates the Direct Connect dedicated connection configuration.
-
#update_direct_connect_gateway(params = {}) ⇒ Types::UpdateDirectConnectGatewayResponse
Updates the name of a current Direct Connect gateway.
-
#update_direct_connect_gateway_association(params = {}) ⇒ Types::UpdateDirectConnectGatewayAssociationResult
Updates the specified attributes of the Direct Connect gateway association.
-
#update_lag(params = {}) ⇒ Types::Lag
Updates the attributes of the specified link aggregation group (LAG).
-
#update_virtual_interface_attributes(params = {}) ⇒ Types::VirtualInterface
Updates the specified attributes of the specified virtual private interface.
Instance Method Summary collapse
-
#initialize(options) ⇒ Client
constructor
A new instance of Client.
Methods included from ClientStubs
#api_requests, #stub_data, #stub_responses
Methods inherited from Seahorse::Client::Base
add_plugin, api, clear_plugins, define, new, #operation_names, plugins, remove_plugin, set_api, set_plugins
Methods included from Seahorse::Client::HandlerBuilder
#handle, #handle_request, #handle_response
Constructor Details
#initialize(options) ⇒ Client
Returns a new instance of Client.
451 452 453 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 451 def initialize(*args) super end |
Instance Method Details
#accept_direct_connect_gateway_association_proposal(params = {}) ⇒ Types::AcceptDirectConnectGatewayAssociationProposalResult
Accepts a proposal request to attach a virtual private gateway or transit gateway to a Direct Connect gateway.
519 520 521 522 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 519 def accept_direct_connect_gateway_association_proposal(params = {}, = {}) req = build_request(:accept_direct_connect_gateway_association_proposal, params) req.send_request() end |
#allocate_connection_on_interconnect(params = {}) ⇒ Types::Connection
Creates a hosted connection on an interconnect.
Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect.
628 629 630 631 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 628 def allocate_connection_on_interconnect(params = {}, = {}) req = build_request(:allocate_connection_on_interconnect, params) req.send_request() end |
#allocate_hosted_connection(params = {}) ⇒ Types::Connection
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects.
Allocates a VLAN number and a specified amount of capacity (bandwidth) for use by a hosted connection on the specified interconnect or LAG of interconnects. Amazon Web Services polices the hosted connection for the specified capacity and the Direct Connect Partner must also police the hosted connection for the specified capacity.
745 746 747 748 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 745 def allocate_hosted_connection(params = {}, = {}) req = build_request(:allocate_hosted_connection, params) req.send_request() end |
#allocate_private_virtual_interface(params = {}) ⇒ Types::VirtualInterface
Provisions a private virtual interface to be owned by the specified Amazon Web Services account.
Virtual interfaces created using this action must be confirmed by the
owner using ConfirmPrivateVirtualInterface. Until then, the virtual
interface is in the Confirming
state and is not available to handle
traffic.
867 868 869 870 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 867 def allocate_private_virtual_interface(params = {}, = {}) req = build_request(:allocate_private_virtual_interface, params) req.send_request() end |
#allocate_public_virtual_interface(params = {}) ⇒ Types::VirtualInterface
Provisions a public virtual interface to be owned by the specified Amazon Web Services account.
The owner of a connection calls this function to provision a public virtual interface to be owned by the specified Amazon Web Services account.
Virtual interfaces created using this function must be confirmed by
the owner using ConfirmPublicVirtualInterface. Until this step has
been completed, the virtual interface is in the confirming
state and
is not available to handle traffic.
When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
1002 1003 1004 1005 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1002 def allocate_public_virtual_interface(params = {}, = {}) req = build_request(:allocate_public_virtual_interface, params) req.send_request() end |
#allocate_transit_virtual_interface(params = {}) ⇒ Types::AllocateTransitVirtualInterfaceResult
Provisions a transit virtual interface to be owned by the specified Amazon Web Services account. Use this type of interface to connect a transit gateway to your Direct Connect gateway.
The owner of a connection provisions a transit virtual interface to be owned by the specified Amazon Web Services account.
After you create a transit virtual interface, it must be confirmed by
the owner using ConfirmTransitVirtualInterface. Until this step has
been completed, the transit virtual interface is in the requested
state and is not available to handle traffic.
1103 1104 1105 1106 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1103 def allocate_transit_virtual_interface(params = {}, = {}) req = build_request(:allocate_transit_virtual_interface, params) req.send_request() end |
#associate_connection_with_lag(params = {}) ⇒ Types::Connection
Associates an existing connection with a link aggregation group (LAG). The connection is interrupted and re-established as a member of the LAG (connectivity to Amazon Web Services is interrupted). The connection must be hosted on the same Direct Connect endpoint as the LAG, and its bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's currently associated with a different LAG; however, if removing the connection would cause the original LAG to fall below its setting for minimum number of operational connections, the request fails.
Any virtual interfaces that are directly associated with the connection are automatically re-associated with the LAG. If the connection was originally associated with a different LAG, the virtual interfaces remain associated with the original LAG.
For interconnects, any hosted connections are automatically re-associated with the LAG. If the interconnect was originally associated with a different LAG, the hosted connections remain associated with the original LAG.
1201 1202 1203 1204 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1201 def associate_connection_with_lag(params = {}, = {}) req = build_request(:associate_connection_with_lag, params) req.send_request() end |
#associate_hosted_connection(params = {}) ⇒ Types::Connection
Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted connection with a conflicting VLAN number or IP address, the operation fails. This action temporarily interrupts the hosted connection's connectivity to Amazon Web Services as it is being migrated.
1290 1291 1292 1293 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1290 def associate_hosted_connection(params = {}, = {}) req = build_request(:associate_hosted_connection, params) req.send_request() end |
#associate_mac_sec_key(params = {}) ⇒ Types::AssociateMacSecKeyResponse
Associates a MAC Security (MACsec) Connection Key Name (CKN)/ Connectivity Association Key (CAK) pair with an Direct Connect dedicated connection.
You must supply either the secretARN,
or the CKN/CAK (ckn
and
cak
) pair in the request.
For information about MAC Security (MACsec) key considerations, see MACsec pre-shared CKN/CAK key considerations in the Direct Connect User Guide.
1376 1377 1378 1379 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1376 def associate_mac_sec_key(params = {}, = {}) req = build_request(:associate_mac_sec_key, params) req.send_request() end |
#associate_virtual_interface(params = {}) ⇒ Types::VirtualInterface
Associates a virtual interface with a specified link aggregation group (LAG) or connection. Connectivity to Amazon Web Services is temporarily interrupted as the virtual interface is being migrated. If the target connection or LAG has an associated virtual interface with a conflicting VLAN number or a conflicting IP address, the operation fails.
Virtual interfaces associated with a hosted connection cannot be associated with a LAG; hosted connections must be migrated along with their virtual interfaces using AssociateHostedConnection.
To reassociate a virtual interface to a new connection or LAG, the requester must own either the virtual interface itself or the connection to which the virtual interface is currently associated. Additionally, the requester must own the connection or LAG for the association.
1486 1487 1488 1489 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1486 def associate_virtual_interface(params = {}, = {}) req = build_request(:associate_virtual_interface, params) req.send_request() end |
#confirm_connection(params = {}) ⇒ Types::ConfirmConnectionResponse
Confirms the creation of the specified hosted connection on an interconnect.
Upon creation, the hosted connection is initially in the Ordering
state, and remains in this state until the owner confirms creation of
the hosted connection.
1519 1520 1521 1522 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1519 def confirm_connection(params = {}, = {}) req = build_request(:confirm_connection, params) req.send_request() end |
#confirm_customer_agreement(params = {}) ⇒ Types::ConfirmCustomerAgreementResponse
The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
1548 1549 1550 1551 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1548 def confirm_customer_agreement(params = {}, = {}) req = build_request(:confirm_customer_agreement, params) req.send_request() end |
#confirm_private_virtual_interface(params = {}) ⇒ Types::ConfirmPrivateVirtualInterfaceResponse
Accepts ownership of a private virtual interface created by another Amazon Web Services account.
After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.
1590 1591 1592 1593 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1590 def confirm_private_virtual_interface(params = {}, = {}) req = build_request(:confirm_private_virtual_interface, params) req.send_request() end |
#confirm_public_virtual_interface(params = {}) ⇒ Types::ConfirmPublicVirtualInterfaceResponse
Accepts ownership of a public virtual interface created by another Amazon Web Services account.
After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
1622 1623 1624 1625 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1622 def confirm_public_virtual_interface(params = {}, = {}) req = build_request(:confirm_public_virtual_interface, params) req.send_request() end |
#confirm_transit_virtual_interface(params = {}) ⇒ Types::ConfirmTransitVirtualInterfaceResponse
Accepts ownership of a transit virtual interface created by another Amazon Web Services account.
After the owner of the transit virtual interface makes this call, the specified transit virtual interface is created and made available to handle traffic.
1659 1660 1661 1662 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1659 def confirm_transit_virtual_interface(params = {}, = {}) req = build_request(:confirm_transit_virtual_interface, params) req.send_request() end |
#create_bgp_peer(params = {}) ⇒ Types::CreateBGPPeerResponse
Creates a BGP peer on the specified virtual interface.
You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access Amazon Web Services resources that also use that address family.
If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot be in the same address family as an existing BGP peer on the virtual interface.
When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
If you let Amazon Web Services auto-assign IPv4 addresses, a /30 CIDR will be allocated from 169.254.0.0/16. Amazon Web Services does not recommend this option if you intend to use the customer router peer IP address as the source and destination for traffic. Instead you should use RFC 1918 or other addressing, and specify the address yourself. For more information about RFC 1918 see Address Allocation for Private Internets.
For a public virtual interface, the Autonomous System Number (ASN) must be private or already on the allow list for the virtual interface.
1763 1764 1765 1766 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1763 def create_bgp_peer(params = {}, = {}) req = build_request(:create_bgp_peer, params) req.send_request() end |
#create_connection(params = {}) ⇒ Types::Connection
Creates a connection between a customer network and a specific Direct Connect location.
A connection links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an Direct Connect router.
To find the locations for your Region, use DescribeLocations.
You can automatically add the new connection to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new connection is allocated on the same Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no connection is created.
1891 1892 1893 1894 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1891 def create_connection(params = {}, = {}) req = build_request(:create_connection, params) req.send_request() end |
#create_direct_connect_gateway(params = {}) ⇒ Types::CreateDirectConnectGatewayResult
Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different Amazon Web Services Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
1939 1940 1941 1942 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 1939 def create_direct_connect_gateway(params = {}, = {}) req = build_request(:create_direct_connect_gateway, params) req.send_request() end |
#create_direct_connect_gateway_association(params = {}) ⇒ Types::CreateDirectConnectGatewayAssociationResult
Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.
2008 2009 2010 2011 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2008 def create_direct_connect_gateway_association(params = {}, = {}) req = build_request(:create_direct_connect_gateway_association, params) req.send_request() end |
#create_direct_connect_gateway_association_proposal(params = {}) ⇒ Types::CreateDirectConnectGatewayAssociationProposalResult
Creates a proposal to associate the specified virtual private gateway or transit gateway with the specified Direct Connect gateway.
You can associate a Direct Connect gateway and virtual private gateway or transit gateway that is owned by any Amazon Web Services account.
2077 2078 2079 2080 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2077 def create_direct_connect_gateway_association_proposal(params = {}, = {}) req = build_request(:create_direct_connect_gateway_association_proposal, params) req.send_request() end |
#create_interconnect(params = {}) ⇒ Types::Interconnect
Creates an interconnect between an Direct Connect Partner's network and a specific Direct Connect location.
An interconnect is a connection that is capable of hosting other connections. The Direct Connect Partner can use an interconnect to provide Direct Connect hosted connections to customers through their own network services. Like a standard connection, an interconnect links the partner's network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an Direct Connect router.
You can automatically add the new interconnect to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new interconnect is allocated on the same Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no interconnect is created.
For each end customer, the Direct Connect Partner provisions a connection on their interconnect by calling AllocateHostedConnection. The end customer can then connect to Amazon Web Services resources by creating a virtual interface on their connection, using the VLAN assigned to them by the Direct Connect Partner.
2185 2186 2187 2188 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2185 def create_interconnect(params = {}, = {}) req = build_request(:create_interconnect, params) req.send_request() end |
#create_lag(params = {}) ⇒ Types::Lag
Creates a link aggregation group (LAG) with the specified number of bundled physical dedicated connections between the customer network and a specific Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface.
All connections in a LAG must use the same bandwidth (either 1Gbps, 10Gbps, 100Gbps, or 400Gbps) and must terminate at the same Direct Connect endpoint.
You can have up to 10 dedicated connections per location. Regardless of this limit, if you request more connections for the LAG than Direct Connect can allocate on a single endpoint, no LAG is created..
You can specify an existing physical dedicated connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical dedicated connection, and re-establishes them as a member of the LAG. The LAG will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any virtual interfaces associated with the dedicated connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.
If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
2370 2371 2372 2373 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2370 def create_lag(params = {}, = {}) req = build_request(:create_lag, params) req.send_request() end |
#create_private_virtual_interface(params = {}) ⇒ Types::VirtualInterface
Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region.
Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
2499 2500 2501 2502 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2499 def create_private_virtual_interface(params = {}, = {}) req = build_request(:create_private_virtual_interface, params) req.send_request() end |
#create_public_virtual_interface(params = {}) ⇒ Types::VirtualInterface
Creates a public virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic. A public virtual interface supports sending traffic to public services of Amazon Web Services such as Amazon S3.
When creating an IPv6 public virtual interface (addressFamily
is
ipv6
), leave the customer
and amazon
address fields blank to use
auto-assigned IPv6 space. Custom IPv6 addresses are not supported.
2620 2621 2622 2623 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2620 def create_public_virtual_interface(params = {}, = {}) req = build_request(:create_public_virtual_interface, params) req.send_request() end |
#create_transit_virtual_interface(params = {}) ⇒ Types::CreateTransitVirtualInterfaceResult
Creates a transit virtual interface. A transit virtual interface should be used to access one or more transit gateways associated with Direct Connect gateways. A transit virtual interface enables the connection of multiple VPCs attached to a transit gateway to a Direct Connect gateway.
If you associate your transit gateway with one or more Direct Connect gateways, the Autonomous System Number (ASN) used by the transit gateway and the Direct Connect gateway must be different. For example, if you use the default ASN 64512 for both your the transit gateway and Direct Connect gateway, the association request fails.
A jumbo MTU value must be either 1500 or 8500. No other values will be accepted. Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
2727 2728 2729 2730 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2727 def create_transit_virtual_interface(params = {}, = {}) req = build_request(:create_transit_virtual_interface, params) req.send_request() end |
#delete_bgp_peer(params = {}) ⇒ Types::DeleteBGPPeerResponse
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
You cannot delete the last BGP peer from a virtual interface.
2809 2810 2811 2812 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2809 def delete_bgp_peer(params = {}, = {}) req = build_request(:delete_bgp_peer, params) req.send_request() end |
#delete_connection(params = {}) ⇒ Types::Connection
Deletes the specified connection.
Deleting a connection only stops the Direct Connect port hour and data transfer charges. If you are partnering with any third parties to connect with the Direct Connect location, you must cancel your service with them separately.
2890 2891 2892 2893 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2890 def delete_connection(params = {}, = {}) req = build_request(:delete_connection, params) req.send_request() end |
#delete_direct_connect_gateway(params = {}) ⇒ Types::DeleteDirectConnectGatewayResult
Deletes the specified Direct Connect gateway. You must first delete all virtual interfaces that are attached to the Direct Connect gateway and disassociate all virtual private gateways associated with the Direct Connect gateway.
2926 2927 2928 2929 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2926 def delete_direct_connect_gateway(params = {}, = {}) req = build_request(:delete_direct_connect_gateway, params) req.send_request() end |
#delete_direct_connect_gateway_association(params = {}) ⇒ Types::DeleteDirectConnectGatewayAssociationResult
Deletes the association between the specified Direct Connect gateway and virtual private gateway.
We recommend that you specify the associationID
to delete the
association. Alternatively, if you own virtual gateway and a Direct
Connect gateway association, you can specify the virtualGatewayId
and directConnectGatewayId
to delete an association.
2981 2982 2983 2984 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 2981 def delete_direct_connect_gateway_association(params = {}, = {}) req = build_request(:delete_direct_connect_gateway_association, params) req.send_request() end |
#delete_direct_connect_gateway_association_proposal(params = {}) ⇒ Types::DeleteDirectConnectGatewayAssociationProposalResult
Deletes the association proposal request between the specified Direct Connect gateway and virtual private gateway or transit gateway.
3021 3022 3023 3024 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3021 def delete_direct_connect_gateway_association_proposal(params = {}, = {}) req = build_request(:delete_direct_connect_gateway_association_proposal, params) req.send_request() end |
#delete_interconnect(params = {}) ⇒ Types::DeleteInterconnectResponse
Deletes the specified interconnect.
3053 3054 3055 3056 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3053 def delete_interconnect(params = {}, = {}) req = build_request(:delete_interconnect, params) req.send_request() end |
#delete_lag(params = {}) ⇒ Types::Lag
Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active virtual interfaces or hosted connections.
3156 3157 3158 3159 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3156 def delete_lag(params = {}, = {}) req = build_request(:delete_lag, params) req.send_request() end |
#delete_virtual_interface(params = {}) ⇒ Types::DeleteVirtualInterfaceResponse
Deletes a virtual interface.
3184 3185 3186 3187 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3184 def delete_virtual_interface(params = {}, = {}) req = build_request(:delete_virtual_interface, params) req.send_request() end |
#describe_connection_loa(params = {}) ⇒ Types::DescribeConnectionLoaResponse
Gets the LOA-CFA for a connection.
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that your APN partner or service provider uses when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
3240 3241 3242 3243 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3240 def describe_connection_loa(params = {}, = {}) req = build_request(:describe_connection_loa, params) req.send_request() end |
#describe_connections(params = {}) ⇒ Types::Connections
Displays the specified connection or all connections in this Region.
3296 3297 3298 3299 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3296 def describe_connections(params = {}, = {}) req = build_request(:describe_connections, params) req.send_request() end |
#describe_connections_on_interconnect(params = {}) ⇒ Types::Connections
Lists the connections that have been provisioned on the specified interconnect.
3361 3362 3363 3364 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3361 def describe_connections_on_interconnect(params = {}, = {}) req = build_request(:describe_connections_on_interconnect, params) req.send_request() end |
#describe_customer_metadata(params = {}) ⇒ Types::DescribeCustomerMetadataResponse
Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.
3386 3387 3388 3389 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3386 def (params = {}, = {}) req = build_request(:describe_customer_metadata, params) req.send_request() end |
#describe_direct_connect_gateway_association_proposals(params = {}) ⇒ Types::DescribeDirectConnectGatewayAssociationProposalsResult
Describes one or more association proposals for connection between a virtual private gateway or transit gateway and a Direct Connect gateway.
3451 3452 3453 3454 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3451 def describe_direct_connect_gateway_association_proposals(params = {}, = {}) req = build_request(:describe_direct_connect_gateway_association_proposals, params) req.send_request() end |
#describe_direct_connect_gateway_associations(params = {}) ⇒ Types::DescribeDirectConnectGatewayAssociationsResult
Lists the associations between your Direct Connect gateways and virtual private gateways and transit gateways. You must specify one of the following:
A Direct Connect gateway
The response contains all virtual private gateways and transit gateways associated with the Direct Connect gateway.
A virtual private gateway
The response contains the Direct Connect gateway.
A transit gateway
The response contains the Direct Connect gateway.
A Direct Connect gateway and a virtual private gateway
The response contains the association between the Direct Connect gateway and virtual private gateway.
A Direct Connect gateway and a transit gateway
The response contains the association between the Direct Connect gateway and transit gateway.
3545 3546 3547 3548 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3545 def describe_direct_connect_gateway_associations(params = {}, = {}) req = build_request(:describe_direct_connect_gateway_associations, params) req.send_request() end |
#describe_direct_connect_gateway_attachments(params = {}) ⇒ Types::DescribeDirectConnectGatewayAttachmentsResult
Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the response contains all Direct Connect gateways attached to the virtual interface. If you specify both, the response contains the attachment between the Direct Connect gateway and the virtual interface.
3606 3607 3608 3609 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3606 def (params = {}, = {}) req = build_request(:describe_direct_connect_gateway_attachments, params) req.send_request() end |
#describe_direct_connect_gateways(params = {}) ⇒ Types::DescribeDirectConnectGatewaysResult
Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.
3656 3657 3658 3659 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3656 def describe_direct_connect_gateways(params = {}, = {}) req = build_request(:describe_direct_connect_gateways, params) req.send_request() end |
#describe_hosted_connections(params = {}) ⇒ Types::Connections
Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).
3717 3718 3719 3720 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3717 def describe_hosted_connections(params = {}, = {}) req = build_request(:describe_hosted_connections, params) req.send_request() end |
#describe_interconnect_loa(params = {}) ⇒ Types::DescribeInterconnectLoaResponse
Gets the LOA-CFA for the specified interconnect.
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
3772 3773 3774 3775 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3772 def describe_interconnect_loa(params = {}, = {}) req = build_request(:describe_interconnect_loa, params) req.send_request() end |
#describe_interconnects(params = {}) ⇒ Types::Interconnects
Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.
3818 3819 3820 3821 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3818 def describe_interconnects(params = {}, = {}) req = build_request(:describe_interconnects, params) req.send_request() end |
#describe_lags(params = {}) ⇒ Types::Lags
Describes all your link aggregation groups (LAG) or the specified LAG.
3901 3902 3903 3904 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3901 def describe_lags(params = {}, = {}) req = build_request(:describe_lags, params) req.send_request() end |
#describe_loa(params = {}) ⇒ Types::Loa
Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to Amazon Web Services at the colocation facility. For more information, see Requesting Cross Connects at Direct Connect Locations in the Direct Connect User Guide.
3954 3955 3956 3957 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3954 def describe_loa(params = {}, = {}) req = build_request(:describe_loa, params) req.send_request() end |
#describe_locations(params = {}) ⇒ Types::Locations
Lists the Direct Connect locations in the current Amazon Web Services Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
3984 3985 3986 3987 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 3984 def describe_locations(params = {}, = {}) req = build_request(:describe_locations, params) req.send_request() end |
#describe_router_configuration(params = {}) ⇒ Types::DescribeRouterConfigurationResponse
Details about the router.
4029 4030 4031 4032 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4029 def describe_router_configuration(params = {}, = {}) req = build_request(:describe_router_configuration, params) req.send_request() end |
#describe_tags(params = {}) ⇒ Types::DescribeTagsResponse
Describes the tags associated with the specified Direct Connect resources.
4062 4063 4064 4065 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4062 def (params = {}, = {}) req = build_request(:describe_tags, params) req.send_request() end |
#describe_virtual_gateways(params = {}) ⇒ Types::VirtualGateways
DescribeVpnGateways
instead. See
DescribeVPNGateways in the Amazon Elastic Compute Cloud API
Reference.
Lists the virtual private gateways owned by the Amazon Web Services account.
You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.
4097 4098 4099 4100 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4097 def describe_virtual_gateways(params = {}, = {}) req = build_request(:describe_virtual_gateways, params) req.send_request() end |
#describe_virtual_interfaces(params = {}) ⇒ Types::VirtualInterfaces
Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.
A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer network.
4176 4177 4178 4179 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4176 def describe_virtual_interfaces(params = {}, = {}) req = build_request(:describe_virtual_interfaces, params) req.send_request() end |
#disassociate_connection_from_lag(params = {}) ⇒ Types::Connection
Disassociates a connection from a link aggregation group (LAG). The connection is interrupted and re-established as a standalone connection (the connection is not deleted; to delete the connection, use the DeleteConnection request). If the LAG has associated virtual interfaces or hosted connections, they remain associated with the LAG. A disassociated connection owned by an Direct Connect Partner is automatically converted to an interconnect.
If disassociating the connection would cause the LAG to fall below its setting for minimum number of operational connections, the request fails, except when it's the last member of the LAG. If all connections are disassociated, the LAG continues to exist as an empty LAG with no physical connections.
4268 4269 4270 4271 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4268 def disassociate_connection_from_lag(params = {}, = {}) req = build_request(:disassociate_connection_from_lag, params) req.send_request() end |
#disassociate_mac_sec_key(params = {}) ⇒ Types::DisassociateMacSecKeyResponse
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
4315 4316 4317 4318 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4315 def disassociate_mac_sec_key(params = {}, = {}) req = build_request(:disassociate_mac_sec_key, params) req.send_request() end |
#list_virtual_interface_test_history(params = {}) ⇒ Types::ListVirtualInterfaceTestHistoryResponse
Lists the virtual interface failover test history.
4380 4381 4382 4383 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4380 def list_virtual_interface_test_history(params = {}, = {}) req = build_request(:list_virtual_interface_test_history, params) req.send_request() end |
#start_bgp_failover_test(params = {}) ⇒ Types::StartBgpFailoverTestResponse
Starts the virtual interface failover test that verifies your configuration meets your resiliency requirements by placing the BGP peering session in the DOWN state. You can then send traffic to verify that there are no outages.
You can run the test on public, private, transit, and hosted virtual interfaces.
You can use ListVirtualInterfaceTestHistory to view the virtual interface test history.
If you need to stop the test before the test interval completes, use StopBgpFailoverTest.
4446 4447 4448 4449 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4446 def start_bgp_failover_test(params = {}, = {}) req = build_request(:start_bgp_failover_test, params) req.send_request() end |
#stop_bgp_failover_test(params = {}) ⇒ Types::StopBgpFailoverTestResponse
Stops the virtual interface failover test.
4482 4483 4484 4485 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4482 def stop_bgp_failover_test(params = {}, = {}) req = build_request(:stop_bgp_failover_test, params) req.send_request() end |
#tag_resource(params = {}) ⇒ Struct
Adds the specified tags to the specified Direct Connect resource. Each resource can have a maximum of 50 tags.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.
4518 4519 4520 4521 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4518 def tag_resource(params = {}, = {}) req = build_request(:tag_resource, params) req.send_request() end |
#untag_resource(params = {}) ⇒ Struct
Removes one or more tags from the specified Direct Connect resource.
4544 4545 4546 4547 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4544 def untag_resource(params = {}, = {}) req = build_request(:untag_resource, params) req.send_request() end |
#update_connection(params = {}) ⇒ Types::Connection
Updates the Direct Connect dedicated connection configuration.
You can update the following parameters for a connection:
The connection name
The connection's MAC Security (MACsec) encryption mode.
4639 4640 4641 4642 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4639 def update_connection(params = {}, = {}) req = build_request(:update_connection, params) req.send_request() end |
#update_direct_connect_gateway(params = {}) ⇒ Types::UpdateDirectConnectGatewayResponse
Updates the name of a current Direct Connect gateway.
4676 4677 4678 4679 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4676 def update_direct_connect_gateway(params = {}, = {}) req = build_request(:update_direct_connect_gateway, params) req.send_request() end |
#update_direct_connect_gateway_association(params = {}) ⇒ Types::UpdateDirectConnectGatewayAssociationResult
Updates the specified attributes of the Direct Connect gateway association.
Add or remove prefixes from the association.
4737 4738 4739 4740 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4737 def update_direct_connect_gateway_association(params = {}, = {}) req = build_request(:update_direct_connect_gateway_association, params) req.send_request() end |
#update_lag(params = {}) ⇒ Types::Lag
Updates the attributes of the specified link aggregation group (LAG).
You can update the following LAG attributes:
The name of the LAG.
The value for the minimum number of connections that must be operational for the LAG itself to be operational.
The LAG's MACsec encryption mode.
Amazon Web Services assigns this value to each connection which is part of the LAG.
The tags
4875 4876 4877 4878 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4875 def update_lag(params = {}, = {}) req = build_request(:update_lag, params) req.send_request() end |
#update_virtual_interface_attributes(params = {}) ⇒ Types::VirtualInterface
Updates the specified attributes of the specified virtual private interface.
Setting the MTU of a virtual interface to 8500 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
4989 4990 4991 4992 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/client.rb', line 4989 def update_virtual_interface_attributes(params = {}, = {}) req = build_request(:update_virtual_interface_attributes, params) req.send_request() end |