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