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.
- : String!
- # Required. Supported in v5.0+
- # The IP address of the standalone ESXi host.
- : String!
- # Required. The admin password of the standalone ESXi host.
- : String!
- # Required. The admin username of the standalone ESXi host.
- : String!
- # Common options for virtual machine mount.
- : MountExportSnapshotJobCommonOptionsInput
- }