INPUT_OBJECT

VmwareStorageIdWithDeviceKeyV2Input

Description

Supported in Rubrik CDM version 9.0 and later. The VMware disk device key and the storage location ID it belongs to.

link GraphQL Schema definition

  • input VmwareStorageIdWithDeviceKeyV2Input {
  • # Supported in Rubrik CDM version 9.0 and later. ID of the datastore or datastore
  • # cluster.
  • storageLocationId: String
  • # Required. Supported in Rubrik CDM version 9.0 and later. The VMware disk device
  • # key.
  • deviceKey: Int!
  • }