INPUT_OBJECT
NutanixVirtualMachineScriptDetailInput
Description
Supported in v6.0+
link GraphQL Schema definition
- input NutanixVirtualMachineScriptDetailInput {
- # Required. Supported in v6.0+
- # Action to take if the script returns an error or times out.
- : NutanixVirtualMachineScriptDetailFailureHandling!
- # The command to be run in virtual machine guest OS.
- : String!
- # Required. Supported in v6.0+
- # Time (in ms) after which the script will be terminated if it has not completed.
- : Long!
- }