INPUT_OBJECT

VirtualMachineScriptDetailInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input VirtualMachineScriptDetailInput {
  • # Required. Supported in v5.0+
  • # Action to take if the script returns an error or times out.
  • failureHandling: VirtualMachineScriptDetailFailureHandling!
  • # Required. Supported in v5.0+
  • # The command to be run in VM guest OS.
  • scriptPath: String!
  • # Required. Supported in v5.0+
  • # Time (in ms) after which the script will be terminated if it has not completed.
  • timeoutMs: Long!
  • }