Learn R Programming

paws.networking (version 0.7.0)

networkmanager_create_device: Creates a new device in a global network

Description

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.

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

Usage

networkmanager_create_device(
  GlobalNetworkId,
  AWSLocation = NULL,
  Description = NULL,
  Type = NULL,
  Vendor = NULL,
  Model = NULL,
  SerialNumber = NULL,
  Location = NULL,
  SiteId = NULL,
  Tags = NULL
)

Arguments

GlobalNetworkId

[required] The ID of the global network.

AWSLocation

The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.

Description

A description of the device.

Constraints: Maximum length of 256 characters.

Type

The type of the device.

Vendor

The vendor of the device.

Constraints: Maximum length of 128 characters.

Model

The model of the device.

Constraints: Maximum length of 128 characters.

SerialNumber

The serial number of the device.

Constraints: Maximum length of 128 characters.

Location

The location of the device.

SiteId

The ID of the site.

Tags

The tags to apply to the resource during creation.