Networkmanager

This page documents function available when using the Networkmanager module, created with @service Networkmanager.

Index

Documentation

Main.Networkmanager.associate_customer_gatewayMethod
associate_customer_gateway(customer_gateway_arn, device_id, global_network_id)
associate_customer_gateway(customer_gateway_arn, device_id, global_network_id, params::Dict{String,<:Any})

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.

Arguments

  • customer_gateway_arn: The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
  • device_id: The ID of the device.
  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "LinkId": The ID of the link.
source
Main.Networkmanager.associate_linkMethod
associate_link(device_id, link_id, global_network_id)
associate_link(device_id, link_id, global_network_id, params::Dict{String,<:Any})

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.

Arguments

  • device_id: The ID of the device.
  • link_id: The ID of the link.
  • global_network_id: The ID of the global network.
source
Main.Networkmanager.associate_transit_gateway_connect_peerMethod
associate_transit_gateway_connect_peer(device_id, transit_gateway_connect_peer_arn, global_network_id)
associate_transit_gateway_connect_peer(device_id, transit_gateway_connect_peer_arn, global_network_id, params::Dict{String,<:Any})

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.

Arguments

  • device_id: The ID of the device.
  • transit_gateway_connect_peer_arn: The Amazon Resource Name (ARN) of the Connect peer.
  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "LinkId": The ID of the link.
source
Main.Networkmanager.create_connectionMethod
create_connection(connected_device_id, device_id, global_network_id)
create_connection(connected_device_id, device_id, global_network_id, params::Dict{String,<:Any})

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.

Arguments

  • connected_device_id: The ID of the second device in the connection.
  • device_id: The ID of the first device in the connection.
  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ConnectedLinkId": The ID of the link for the second device.
  • "Description": A description of the connection. Length Constraints: Maximum length of 256 characters.
  • "LinkId": The ID of the link for the first device.
  • "Tags": The tags to apply to the resource during creation.
source
Main.Networkmanager.create_deviceMethod
create_device(global_network_id)
create_device(global_network_id, params::Dict{String,<:Any})

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.

Arguments

  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "AWSLocation": The AWS location of the device.
  • "Description": A description of the device. Length Constraints: Maximum length of 256 characters.
  • "Location": The location of the device.
  • "Model": The model of the device. Length Constraints: Maximum length of 128 characters.
  • "SerialNumber": The serial number of the device. Length Constraints: Maximum length of 128 characters.
  • "SiteId": The ID of the site.
  • "Tags": The tags to apply to the resource during creation.
  • "Type": The type of the device.
  • "Vendor": The vendor of the device. Length Constraints: Maximum length of 128 characters.
source
Main.Networkmanager.create_global_networkMethod
create_global_network()
create_global_network(params::Dict{String,<:Any})

Creates a new, empty global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Description": A description of the global network. Length Constraints: Maximum length of 256 characters.
  • "Tags": The tags to apply to the resource during creation.
source
Main.Networkmanager.create_linkMethod
create_link(bandwidth, site_id, global_network_id)
create_link(bandwidth, site_id, global_network_id, params::Dict{String,<:Any})

Creates a new link for a specified site.

Arguments

  • bandwidth: The upload speed and download speed in Mbps.
  • site_id: The ID of the site.
  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Description": A description of the link. Length Constraints: Maximum length of 256 characters.
  • "Provider": The provider of the link. Constraints: Cannot include the following characters: | ^ Length Constraints: Maximum length of 128 characters.
  • "Tags": The tags to apply to the resource during creation.
  • "Type": The type of the link. Constraints: Cannot include the following characters: | ^ Length Constraints: Maximum length of 128 characters.
source
Main.Networkmanager.create_siteMethod
create_site(global_network_id)
create_site(global_network_id, params::Dict{String,<:Any})

Creates a new site in a global network.

Arguments

  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Description": A description of your site. Length Constraints: Maximum length of 256 characters.
  • "Location": The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated. Address: The physical address of the site. Latitude: The latitude of the site. Longitude: The longitude of the site.
  • "Tags": The tags to apply to the resource during creation.
source
Main.Networkmanager.delete_connectionMethod
delete_connection(connection_id, global_network_id)
delete_connection(connection_id, global_network_id, params::Dict{String,<:Any})

Deletes the specified connection in your global network.

Arguments

  • connection_id: The ID of the connection.
  • global_network_id: The ID of the global network.
source
Main.Networkmanager.delete_deviceMethod
delete_device(device_id, global_network_id)
delete_device(device_id, global_network_id, params::Dict{String,<:Any})

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

Arguments

  • device_id: The ID of the device.
  • global_network_id: The ID of the global network.
source
Main.Networkmanager.delete_global_networkMethod
delete_global_network(global_network_id)
delete_global_network(global_network_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.
source
Main.Networkmanager.delete_linkMethod
delete_link(global_network_id, link_id)
delete_link(global_network_id, link_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.
  • link_id: The ID of the link.
source
Main.Networkmanager.delete_siteMethod
delete_site(global_network_id, site_id)
delete_site(global_network_id, site_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.
  • site_id: The ID of the site.
source
Main.Networkmanager.deregister_transit_gatewayMethod
deregister_transit_gateway(global_network_id, transit_gateway_arn)
deregister_transit_gateway(global_network_id, transit_gateway_arn, params::Dict{String,<:Any})

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.

Arguments

  • global_network_id: The ID of the global network.
  • transit_gateway_arn: The Amazon Resource Name (ARN) of the transit gateway.
source
Main.Networkmanager.describe_global_networksMethod
describe_global_networks()
describe_global_networks(params::Dict{String,<:Any})

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.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "globalNetworkIds": The IDs of one or more global networks. The maximum is 10.
  • "maxResults": The maximum number of results to return.
  • "nextToken": The token for the next page of results.
source
Main.Networkmanager.disassociate_customer_gatewayMethod
disassociate_customer_gateway(customer_gateway_arn, global_network_id)
disassociate_customer_gateway(customer_gateway_arn, global_network_id, params::Dict{String,<:Any})

Disassociates a customer gateway from a device and a link.

Arguments

  • customer_gateway_arn: The Amazon Resource Name (ARN) of the customer gateway. For more information, see Resources Defined by Amazon EC2.
  • global_network_id: The ID of the global network.
source
Main.Networkmanager.disassociate_linkMethod
disassociate_link(device_id, global_network_id, link_id)
disassociate_link(device_id, global_network_id, link_id, params::Dict{String,<:Any})

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

Arguments

  • device_id: The ID of the device.
  • global_network_id: The ID of the global network.
  • link_id: The ID of the link.
source
Main.Networkmanager.disassociate_transit_gateway_connect_peerMethod
disassociate_transit_gateway_connect_peer(global_network_id, transit_gateway_connect_peer_arn)
disassociate_transit_gateway_connect_peer(global_network_id, transit_gateway_connect_peer_arn, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.
  • transit_gateway_connect_peer_arn: The Amazon Resource Name (ARN) of the transit gateway Connect peer.
source
Main.Networkmanager.get_connectionsMethod
get_connections(global_network_id)
get_connections(global_network_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "connectionIds": One or more connection IDs.
  • "deviceId": The ID of the device.
  • "maxResults": The maximum number of results to return.
  • "nextToken": The token for the next page of results.
source
Main.Networkmanager.get_customer_gateway_associationsMethod
get_customer_gateway_associations(global_network_id)
get_customer_gateway_associations(global_network_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "customerGatewayArns": One or more customer gateway Amazon Resource Names (ARNs). For more information, see Resources Defined by Amazon EC2. The maximum is 10.
  • "maxResults": The maximum number of results to return.
  • "nextToken": The token for the next page of results.
source
Main.Networkmanager.get_devicesMethod
get_devices(global_network_id)
get_devices(global_network_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "deviceIds": One or more device IDs. The maximum is 10.
  • "maxResults": The maximum number of results to return.
  • "nextToken": The token for the next page of results.
  • "siteId": The ID of the site.
source
Main.Networkmanager.get_link_associationsMethod
get_link_associations(global_network_id)
get_link_associations(global_network_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "deviceId": The ID of the device.
  • "linkId": The ID of the link.
  • "maxResults": The maximum number of results to return.
  • "nextToken": The token for the next page of results.
source
Main.Networkmanager.get_linksMethod
get_links(global_network_id)
get_links(global_network_id, params::Dict{String,<:Any})

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.

Arguments

  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "linkIds": One or more link IDs. The maximum is 10.
  • "maxResults": The maximum number of results to return.
  • "nextToken": The token for the next page of results.
  • "provider": The link provider.
  • "siteId": The ID of the site.
  • "type": The link type.
source
Main.Networkmanager.get_sitesMethod
get_sites(global_network_id)
get_sites(global_network_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to return.
  • "nextToken": The token for the next page of results.
  • "siteIds": One or more site IDs. The maximum is 10.
source
Main.Networkmanager.get_transit_gateway_connect_peer_associationsMethod
get_transit_gateway_connect_peer_associations(global_network_id)
get_transit_gateway_connect_peer_associations(global_network_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to return.
  • "nextToken": The token for the next page of results.
  • "transitGatewayConnectPeerArns": One or more transit gateway Connect peer Amazon Resource Names (ARNs).
source
Main.Networkmanager.get_transit_gateway_registrationsMethod
get_transit_gateway_registrations(global_network_id)
get_transit_gateway_registrations(global_network_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to return.
  • "nextToken": The token for the next page of results.
  • "transitGatewayArns": The Amazon Resource Names (ARNs) of one or more transit gateways. The maximum is 10.
source
Main.Networkmanager.list_tags_for_resourceMethod
list_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})

Lists the tags for a specified resource.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the resource.
source
Main.Networkmanager.register_transit_gatewayMethod
register_transit_gateway(transit_gateway_arn, global_network_id)
register_transit_gateway(transit_gateway_arn, global_network_id, params::Dict{String,<:Any})

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.

Arguments

  • transit_gateway_arn: The Amazon Resource Name (ARN) of the transit gateway. For more information, see Resources Defined by Amazon EC2.
  • global_network_id: The ID of the global network.
source
Main.Networkmanager.tag_resourceMethod
tag_resource(tags, resource_arn)
tag_resource(tags, resource_arn, params::Dict{String,<:Any})

Tags a specified resource.

Arguments

  • tags: The tags to apply to the specified resource.
  • resource_arn: The Amazon Resource Name (ARN) of the resource.
source
Main.Networkmanager.untag_resourceMethod
untag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})

Removes tags from a specified resource.

Arguments

  • resource_arn: The Amazon Resource Name (ARN) of the resource.
  • tag_keys: The tag keys to remove from the specified resource.
source
Main.Networkmanager.update_connectionMethod
update_connection(connection_id, global_network_id)
update_connection(connection_id, global_network_id, params::Dict{String,<:Any})

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

Arguments

  • connection_id: The ID of the connection.
  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ConnectedLinkId": The ID of the link for the second device in the connection.
  • "Description": A description of the connection. Length Constraints: Maximum length of 256 characters.
  • "LinkId": The ID of the link for the first device in the connection.
source
Main.Networkmanager.update_deviceMethod
update_device(device_id, global_network_id)
update_device(device_id, global_network_id, params::Dict{String,<:Any})

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

Arguments

  • device_id: The ID of the device.
  • global_network_id: The ID of the global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "AWSLocation": The AWS location of the device.
  • "Description": A description of the device. Length Constraints: Maximum length of 256 characters.
  • "Location":
  • "Model": The model of the device. Length Constraints: Maximum length of 128 characters.
  • "SerialNumber": The serial number of the device. Length Constraints: Maximum length of 128 characters.
  • "SiteId": The ID of the site.
  • "Type": The type of the device.
  • "Vendor": The vendor of the device. Length Constraints: Maximum length of 128 characters.
source
Main.Networkmanager.update_global_networkMethod
update_global_network(global_network_id)
update_global_network(global_network_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of your global network.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Description": A description of the global network. Length Constraints: Maximum length of 256 characters.
source
Main.Networkmanager.update_linkMethod
update_link(global_network_id, link_id)
update_link(global_network_id, link_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.
  • link_id: The ID of the link.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Bandwidth": The upload and download speed in Mbps.
  • "Description": A description of the link. Length Constraints: Maximum length of 256 characters.
  • "Provider": The provider of the link. Length Constraints: Maximum length of 128 characters.
  • "Type": The type of the link. Length Constraints: Maximum length of 128 characters.
source
Main.Networkmanager.update_siteMethod
update_site(global_network_id, site_id)
update_site(global_network_id, site_id, params::Dict{String,<:Any})

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

Arguments

  • global_network_id: The ID of the global network.
  • site_id: The ID of your site.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "Description": A description of your site. Length Constraints: Maximum length of 256 characters.
  • "Location": The site location: Address: The physical address of the site. Latitude: The latitude of the site. Longitude: The longitude of the site.
source