OBJECT

VirtualMachineFileInfo

Description

Virtual Machine file info.

link GraphQL Schema definition

  • type VirtualMachineFileInfo {
  • # Required. Supported in v9.0+
  • # The file name.
  • fileName: String!
  • # Required. Supported in v9.0+
  • # The file size, in bytes.
  • sizeInBytes: Long!
  • # Virtual Machine file type.
  • fileType: VirtualMachineFileType!
  • }