OBJECT

ManagedVolumeExportChannel

Description

Export channel metadata of the Managed Volume.

link GraphQL Schema definition

  • type ManagedVolumeExportChannel {
  • # Id of the Managed Volume export channel.
  • id: String!
  • # Stats of the Managed Volume Export Channel.
  • channelStats: ManagedVolumeExportChannelStats!
  • # Mount Specification for the Managed Volume.
  • mountSpec: ManagedVolumeMountSpec!
  • # Path of the Managed Volume mount.
  • mountPath: String!
  • # Floating IP address of a Managed Volume channel.
  • floatingIpAddress: String!
  • # Export date of the Managed Volume channel.
  • exportDate: DateTime!
  • }