Crate rusoto_networkmanager

Source
Expand description

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.

The Network Manager APIs are supported in the US West (Oregon) Region only. You must specify the us-west-2 Region in all requests made to Network Manager.

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

Structs§

AWSLocation

Specifies a location in AWS.

AssociateCustomerGatewayRequest
AssociateCustomerGatewayResponse
AssociateLinkRequest
AssociateLinkResponse
AssociateTransitGatewayConnectPeerRequest
AssociateTransitGatewayConnectPeerResponse
Bandwidth

Describes bandwidth information.

Connection

Describes a connection.

CreateConnectionRequest
CreateConnectionResponse
CreateDeviceRequest
CreateDeviceResponse
CreateGlobalNetworkRequest
CreateGlobalNetworkResponse
CreateLinkRequest
CreateLinkResponse
CreateSiteRequest
CreateSiteResponse
CustomerGatewayAssociation

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

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

Describes a device.

DisassociateCustomerGatewayRequest
DisassociateCustomerGatewayResponse
DisassociateLinkRequest
DisassociateLinkResponse
DisassociateTransitGatewayConnectPeerRequest
DisassociateTransitGatewayConnectPeerResponse
GetConnectionsRequest
GetConnectionsResponse
GetCustomerGatewayAssociationsRequest
GetCustomerGatewayAssociationsResponse
GetDevicesRequest
GetDevicesResponse
GetLinkAssociationsRequest
GetLinkAssociationsResponse
GetLinksRequest
GetLinksResponse
GetSitesRequest
GetSitesResponse
GetTransitGatewayConnectPeerAssociationsRequest
GetTransitGatewayConnectPeerAssociationsResponse
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
TransitGatewayConnectPeerAssociation

Describes a transit gateway Connect peer association.

TransitGatewayRegistration

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

TransitGatewayRegistrationStateReason

Describes the status of a transit gateway registration.

UntagResourceRequest
UntagResourceResponse
UpdateConnectionRequest
UpdateConnectionResponse
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
AssociateTransitGatewayConnectPeerError
Errors returned by AssociateTransitGatewayConnectPeer
CreateConnectionError
Errors returned by CreateConnection
CreateDeviceError
Errors returned by CreateDevice
CreateGlobalNetworkError
Errors returned by CreateGlobalNetwork
CreateLinkError
Errors returned by CreateLink
CreateSiteError
Errors returned by CreateSite
DeleteConnectionError
Errors returned by DeleteConnection
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
DisassociateTransitGatewayConnectPeerError
Errors returned by DisassociateTransitGatewayConnectPeer
GetConnectionsError
Errors returned by GetConnections
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
GetTransitGatewayConnectPeerAssociationsError
Errors returned by GetTransitGatewayConnectPeerAssociations
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
UpdateConnectionError
Errors returned by UpdateConnection
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.