OBJECT
ManagedVolumeExportChannel
Description
Export channel metadata of the Managed Volume.
link GraphQL Schema definition
- type ManagedVolumeExportChannel {
- # Id of the Managed Volume export channel.
- String! :
- # Stats of the Managed Volume Export Channel.
- ManagedVolumeExportChannelStats! :
- # Mount Specification for the Managed Volume.
- ManagedVolumeMountSpec! :
- # Path of the Managed Volume mount.
- String! :
- # Floating IP address of a Managed Volume channel.
- String! :
- # Export date of the Managed Volume channel.
- DateTime! :
- }