Versions in this module Expand all Collapse all v0 v0.5.5 Jun 20, 2019 Changes in this version + func DeleteFileShareAclDBEntry(ctx *c.Context, in *model.FileShareAclSpec) error + func DeleteVolumeAttachmentDBEntry(ctx *c.Context, in *model.VolumeAttachmentSpec) error v0.5.3 Jun 3, 2019 Changes in this version + func CreateFileShareAclDBEntry(ctx *c.Context, in *model.FileShareAclSpec) (*model.FileShareAclSpec, error) v0.5.2 May 9, 2019 Changes in this version + func CreateFileShareDBEntry(ctx *c.Context, in *model.FileShareSpec) (*model.FileShareSpec, error) + func CreateFileShareSnapshotDBEntry(ctx *c.Context, in *model.FileShareSnapshotSpec) (*model.FileShareSnapshotSpec, error) + func CreateReplicationDBEntry(ctx *c.Context, in *model.ReplicationSpec) (*model.ReplicationSpec, error) + func CreateVolumeAttachmentDBEntry(ctx *c.Context, volAttachment *model.VolumeAttachmentSpec) (*model.VolumeAttachmentSpec, error) + func CreateVolumeDBEntry(ctx *c.Context, in *model.VolumeSpec) (*model.VolumeSpec, error) + func CreateVolumeGroupDBEntry(ctx *c.Context, in *model.VolumeGroupSpec) (*model.VolumeGroupSpec, error) + func CreateVolumeSnapshotDBEntry(ctx *c.Context, in *model.VolumeSnapshotSpec) (*model.VolumeSnapshotSpec, error) + func DeleteFileShareDBEntry(ctx *c.Context, in *model.FileShareSpec) error + func DeleteFileShareSnapshotDBEntry(ctx *c.Context, in *model.FileShareSnapshotSpec) error + func DeleteReplicationDBEntry(ctx *c.Context, in *model.ReplicationSpec) error + func DeleteVolumeDBEntry(ctx *c.Context, in *model.VolumeSpec) error + func DeleteVolumeGroupDBEntry(ctx *c.Context, volumeGroupId string) error + func DeleteVolumeSnapshotDBEntry(ctx *c.Context, in *model.VolumeSnapshotSpec) error + func DisableReplicationDBEntry(ctx *c.Context, in *model.ReplicationSpec) error + func EnableReplicationDBEntry(ctx *c.Context, in *model.ReplicationSpec) error + func ExtendVolumeDBEntry(ctx *c.Context, volID string, in *model.ExtendVolumeSpec) (*model.VolumeSpec, error) + func FailoverReplicationDBEntry(ctx *c.Context, in *model.ReplicationSpec, secondaryBackendId string) error + func UpdateVolumeGroupDBEntry(ctx *c.Context, vgUpdate *model.VolumeGroupSpec) (*model.VolumeGroupSpec, error) + func ValidateAddVolumes(ctx *c.Context, volumes []*model.VolumeSpec, addVolumes []string, ...) ([]string, error) + func ValidateRemoveVolumes(ctx *c.Context, volumes []*model.VolumeSpec, removeVolumes []string, ...) ([]string, error)