OBJECT

CdmHostVolume

link GraphQL Schema definition

  • type CdmHostVolume {
  • clusterUuid: String!
  • cdmId: String!
  • mountPoints: [String!]!
  • fileSystemType: String
  • size: Long
  • # Host volume's ID.
  • volumeId: String!
  • # ID of the volume group to which this volume belongs.
  • volumeGroupId: String
  • }

link Require by