Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Clone ¶
func Clone(ctx context.Context, opts *CloneOptions) (*kcvolumes.CloneResponseItem, error)
Clone a KraftCloud persistent volume.
Types ¶
type CloneOptions ¶
type CloneOptions struct { Auth *config.AuthConfig `noattribute:"true"` Client kcvolumes.VolumesService `noattribute:"true"` Metro string `noattribute:"true"` Source string `local:"true" long:"source" short:"s" usage:"Name or UUID of the source volume or template"` Target string `local:"true" long:"target" short:"t" usage:"Name or UUID of the target volume"` Token string `noattribute:"true"` }
Click to show internal directories.
Click to hide internal directories.