panorama_create_application_instance {paws.machine.learning} | R 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. |
[Package paws.machine.learning version 0.9.0 Index]