OBJECT
HypervVirtualDiskInfo
Description
Supported in v5.2+
link GraphQL Schema definition
- type HypervVirtualDiskInfo {
- # Required. Supported in v5.2+
- # The ID of the Hyper-V virtual disk.
- String! :
- # Required. Supported in v5.2+
- # The name of the Hyper-V virtual disk.
- String! :
- # Required. Supported in v5.2+
- # The path of the Hyper-V virtual disk.
- String! :
- # Supported in v9.0+
- # The size of the Hyper-V virtual disk.
- Long :
- }