Learn R Programming

paws.networking (version 0.2.0)

networkmanager_update_site: Updates the information for an existing site

Description

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

See https://paws-r.github.io/docs/networkmanager/update_site.html for full documentation.

Usage

networkmanager_update_site(
  GlobalNetworkId,
  SiteId,
  Description = NULL,
  Location = NULL
)

Arguments

GlobalNetworkId

[required] The ID of the global network.

SiteId

[required] The ID of your site.

Description

A description of your site.

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.