INPUT_OBJECT

ExportSnapshotToStandaloneHostRequestInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input ExportSnapshotToStandaloneHostRequestInput {
  • # Required. Supported in v5.0+ Name of the datastore to assign to the exported
  • # virtual machine.
  • datastoreName: String!
  • # Required. Supported in v5.0+
  • # The IP address of the standalone ESXi host.
  • hostIpAddress: String!
  • # Required. The admin password of the standalone ESXi host.
  • hostPassword: String!
  • # Required. The admin username of the standalone ESXi host.
  • hostUsername: String!
  • # Common options for virtual machine mount.
  • mountExportSnapshotJobCommonOptions: MountExportSnapshotJobCommonOptionsInput
  • }