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