OBJECT
VirtualMachineFileInfo
Description
Virtual Machine file info.
link GraphQL Schema definition
- type VirtualMachineFileInfo {
- # Required. Supported in v9.0+
- # The file name.
- String! :
- # Required. Supported in v9.0+
- # The file size, in bytes.
- Long! :
- # Virtual Machine file type.
- VirtualMachineFileType! :
- }