OBJECT

OpenstackVmSubObject

Description

A virtual disk captured in an Openstack virtual machine snapshot.

link GraphQL Schema definition

  • type OpenstackVmSubObject {
  • # ID of the virtual disk.
  • diskId: String!
  • # ID of the virtual disk.
  • remoteFilePath: String!
  • }