[][src]Crate rusoto_networkmanager

Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor your AWS and on-premises networks that are built around transit gateways.

If you're using the service, you're probably looking for NetworkManagerClient and NetworkManager.

Structs

AssociateCustomerGatewayRequest
AssociateCustomerGatewayResponse
AssociateLinkRequest
AssociateLinkResponse
Bandwidth

Describes bandwidth information.

CreateDeviceRequest
CreateDeviceResponse
CreateGlobalNetworkRequest
CreateGlobalNetworkResponse
CreateLinkRequest
CreateLinkResponse
CreateSiteRequest
CreateSiteResponse
CustomerGatewayAssociation

Describes the association between a customer gateway, a device, and a link.

DeleteDeviceRequest
DeleteDeviceResponse
DeleteGlobalNetworkRequest
DeleteGlobalNetworkResponse
DeleteLinkRequest
DeleteLinkResponse
DeleteSiteRequest
DeleteSiteResponse
DeregisterTransitGatewayRequest
DeregisterTransitGatewayResponse
DescribeGlobalNetworksRequest
DescribeGlobalNetworksResponse
Device

Describes a device.

DisassociateCustomerGatewayRequest
DisassociateCustomerGatewayResponse
DisassociateLinkRequest
DisassociateLinkResponse
GetCustomerGatewayAssociationsRequest
GetCustomerGatewayAssociationsResponse
GetDevicesRequest
GetDevicesResponse
GetLinkAssociationsRequest
GetLinkAssociationsResponse
GetLinksRequest
GetLinksResponse
GetSitesRequest
GetSitesResponse
GetTransitGatewayRegistrationsRequest
GetTransitGatewayRegistrationsResponse
GlobalNetwork

Describes a global network.

Link

Describes a link.

LinkAssociation

Describes the association between a device and a link.

ListTagsForResourceRequest
ListTagsForResourceResponse
Location

Describes a location.

NetworkManagerClient

A client for the NetworkManager API.

RegisterTransitGatewayRequest
RegisterTransitGatewayResponse
Site

Describes a site.

Tag

Describes a tag.

TagResourceRequest
TagResourceResponse
TransitGatewayRegistration

Describes the registration of a transit gateway to a global network.

TransitGatewayRegistrationStateReason

Describes the status of a transit gateway registration.

UntagResourceRequest
UntagResourceResponse
UpdateDeviceRequest
UpdateDeviceResponse
UpdateGlobalNetworkRequest
UpdateGlobalNetworkResponse
UpdateLinkRequest
UpdateLinkResponse
UpdateSiteRequest
UpdateSiteResponse
ValidationExceptionField

Describes a validation exception for a field.

Enums

AssociateCustomerGatewayError

Errors returned by AssociateCustomerGateway

AssociateLinkError

Errors returned by AssociateLink

CreateDeviceError

Errors returned by CreateDevice

CreateGlobalNetworkError

Errors returned by CreateGlobalNetwork

CreateLinkError

Errors returned by CreateLink

CreateSiteError

Errors returned by CreateSite

DeleteDeviceError

Errors returned by DeleteDevice

DeleteGlobalNetworkError

Errors returned by DeleteGlobalNetwork

DeleteLinkError

Errors returned by DeleteLink

DeleteSiteError

Errors returned by DeleteSite

DeregisterTransitGatewayError

Errors returned by DeregisterTransitGateway

DescribeGlobalNetworksError

Errors returned by DescribeGlobalNetworks

DisassociateCustomerGatewayError

Errors returned by DisassociateCustomerGateway

DisassociateLinkError

Errors returned by DisassociateLink

GetCustomerGatewayAssociationsError

Errors returned by GetCustomerGatewayAssociations

GetDevicesError

Errors returned by GetDevices

GetLinkAssociationsError

Errors returned by GetLinkAssociations

GetLinksError

Errors returned by GetLinks

GetSitesError

Errors returned by GetSites

GetTransitGatewayRegistrationsError

Errors returned by GetTransitGatewayRegistrations

ListTagsForResourceError

Errors returned by ListTagsForResource

RegisterTransitGatewayError

Errors returned by RegisterTransitGateway

TagResourceError

Errors returned by TagResource

UntagResourceError

Errors returned by UntagResource

UpdateDeviceError

Errors returned by UpdateDevice

UpdateGlobalNetworkError

Errors returned by UpdateGlobalNetwork

UpdateLinkError

Errors returned by UpdateLink

UpdateSiteError

Errors returned by UpdateSite

Traits

NetworkManager

Trait representing the capabilities of the NetworkManager API. NetworkManager clients implement this trait.