logo
pub struct NetworkManagerClient { /* private fields */ }
Expand description

A client for the NetworkManager API.

Implementations

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device.

You can only associate customer gateways that are connected to a VPN attachment on a transit gateway. The transit gateway must be registered in your global network. When you register a transit gateway, customer gateways that are connected to the transit gateway are automatically included in the global network. To list customer gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id.

You cannot associate a customer gateway with more than one device and link.

Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.

Associates a transit gateway Connect peer with a device, and optionally, with a link. If you specify a link, it must be associated with the specified device.

You can only associate transit gateway Connect peers that have been created on a transit gateway that's registered in your global network.

You cannot associate a transit gateway Connect peer with more than one device and link.

Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.

Creates a new device in a global network. If you specify both a site ID and a location, the location of the site is used for visualization in the Network Manager console.

Creates a new, empty global network.

Creates a new link for a specified site.

Creates a new site in a global network.

Deletes the specified connection in your global network.

Deletes an existing device. You must first disassociate the device from any links and customer gateways.

Deletes an existing global network. You must first delete all global network objects (devices, links, and sites) and deregister all transit gateways.

Deletes an existing link. You must first disassociate the link from any devices and customer gateways.

Deletes an existing site. The site cannot be associated with any device or link.

Deregisters a transit gateway from your global network. This action does not delete your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.

Describes one or more global networks. By default, all global networks are described. To describe the objects in your global network, you must use the appropriate Get* action. For example, to list the transit gateways in your global network, use GetTransitGatewayRegistrations.

Disassociates a customer gateway from a device and a link.

Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.

Disassociates a transit gateway Connect peer from a device and link.

Gets information about one or more of your connections in a global network.

Gets the association information for customer gateways that are associated with devices and links in your global network.

Gets information about one or more of your devices in a global network.

Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.

Gets information about one or more links in a specified global network.

If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.

Gets information about one or more of your sites in a global network.

Gets information about one or more of your transit gateway Connect peer associations in a global network.

Gets information about the transit gateway registrations in a specified global network.

Lists the tags for a specified resource.

Registers a transit gateway in your global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network.

Tags a specified resource.

Removes tags from a specified resource.

Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.

Updates the details for an existing device. To remove information for any of the parameters, specify an empty string.

Updates an existing global network. To remove information for any of the parameters, specify an empty string.

Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.

Updates the information for an existing site. To remove information for any of the parameters, specify an empty string.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more