Documentation ¶
Overview ¶
Package volume used to define volume types
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModifyVolumeType ¶
type ModifyVolumeType string
ModifyVolumeType used to define modify volume type
const ( // Local2HyperMetro indicate local volume to hyperMetro volume Local2HyperMetro ModifyVolumeType = "Local2HyperMetro" // HyperMetro2Local indicate hyperMetro volume to local volume HyperMetro2Local ModifyVolumeType = "HyperMetro2Local" )
Click to show internal directories.
Click to hide internal directories.