INPUT_OBJECT

ExportSnapshotToStandaloneHostRequestInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input ExportSnapshotToStandaloneHostRequestInput {
  • mountExportSnapshotJobCommonOptions: MountExportSnapshotJobCommonOptionsInput
  • # 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. Supported in v5.0+
  • # The admin password of standalone ESXi host.
  • hostPassword: String!
  • # Required. Supported in v5.0+
  • # The admin username of standalone ESXi host.
  • hostUsername: String!
  • }