View source: R/panorama_operations.R
panorama_create_node_from_template_job | R Documentation |
Creates a camera stream node.
See https://www.paws-r-sdk.com/docs/panorama_create_node_from_template_job/ for full documentation.
panorama_create_node_from_template_job(
JobTags = NULL,
NodeDescription = NULL,
NodeName,
OutputPackageName,
OutputPackageVersion,
TemplateParameters,
TemplateType
)
JobTags |
Tags for the job. |
NodeDescription |
A description for the node. |
NodeName |
[required] A name for the node. |
OutputPackageName |
[required] An output package name for the node. |
OutputPackageVersion |
[required] An output package version for the node. |
TemplateParameters |
[required] Template parameters for the node. |
TemplateType |
[required] The type of node. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.