panorama_create_application_instance: Creates an application instance and deploys it to a device

View source: R/panorama_operations.R

panorama_create_application_instanceR Documentation

Creates an application instance and deploys it to a device

Description

Creates an application instance and deploys it to a device.

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

Usage

panorama_create_application_instance(
  ApplicationInstanceIdToReplace = NULL,
  DefaultRuntimeContextDevice,
  Description = NULL,
  ManifestOverridesPayload = NULL,
  ManifestPayload,
  Name = NULL,
  RuntimeRoleArn = NULL,
  Tags = NULL
)

Arguments

ApplicationInstanceIdToReplace

The ID of an application instance to replace with the new instance.

DefaultRuntimeContextDevice

[required] A device's ID.

Description

A description for the application instance.

ManifestOverridesPayload

Setting overrides for the application manifest.

ManifestPayload

[required] The application's manifest document.

Name

A name for the application instance.

RuntimeRoleArn

The ARN of a runtime role for the application instance.

Tags

Tags for the application instance.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.