OBJECT
SlaManagedVolumeScriptSummary
Description
Supported in v5.3+
link GraphQL Schema definition
- type SlaManagedVolumeScriptSummary {
- # Required. Supported in v5.3+
- # Name of the user running the script on the host.
- String! :
- # Required. The full command, with arguments, to run the script.
- String! :
- # Supported in v5.3+
- # (Optional) Timeout period, in seconds, for the script. Specifying 0, or not
- # including a value, indicates there is no timeout period.
- Long :
- }