Documentation ¶
Index ¶
- Variables
- func BlockStorageVolumeStateRefreshFunc(client *gophercloud.ServiceClient, volumeID string) retry.StateRefreshFunc
- func DataSourceBlockStorageSnapshot() *schema.Resource
- func DataSourceBlockStorageVolume() *schema.Resource
- func ResourceBlockStorageSnapshot() *schema.Resource
- func ResourceBlockStorageVolume() *schema.Resource
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BSVolumeStatusActive = "available" BSVolumeStatusInUse = "in-use" BSVolumeStatusDetaching = "detaching" )
Functions ¶
func BlockStorageVolumeStateRefreshFunc ¶ added in v0.5.1
func BlockStorageVolumeStateRefreshFunc(client *gophercloud.ServiceClient, volumeID string) retry.StateRefreshFunc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.