networkmanager_create_site: Creates a new site in a global network

View source: R/networkmanager_operations.R

networkmanager_create_siteR Documentation

Creates a new site in a global network

Description

Creates a new site in a global network.

See https://www.paws-r-sdk.com/docs/networkmanager_create_site/ for full documentation.

Usage

networkmanager_create_site(
  GlobalNetworkId,
  Description = NULL,
  Location = NULL,
  Tags = NULL
)

Arguments

GlobalNetworkId

[required] The ID of the global network.

Description

A description of your site.

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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.