telconetworkbuilder_create_sol_network_instance {paws.networking}R Documentation

Creates a network instance

Description

Creates a network instance.

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

Usage

telconetworkbuilder_create_sol_network_instance(
  nsDescription = NULL,
  nsName,
  nsdInfoId,
  tags = NULL
)

Arguments

nsDescription

Network instance description.

nsName

[required] Network instance name.

nsdInfoId

[required] ID for network service descriptor.

tags

A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.


[Package paws.networking version 0.7.0 Index]