Creates an application instance and deploys it to a device
Source:R/panorama_operations.R
panorama_create_application_instance.RdCreates 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 for the application instance.