instance

package
v0.0.0-...-32f6bd3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2023 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IBMPPCClient

type IBMPPCClient struct {
	// contains filtered or unexported fields
}

IBMPPCHelperClient

func NewIBMPPCClient

func NewIBMPPCClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCClient

NewIBMPPCClient

type IBMPPCCloneVolumeClient

type IBMPPCCloneVolumeClient struct {
	IBMPPCClient
}

IBMPPCCloneVolumeClient

func NewIBMPPCCloneVolumeClient

func NewIBMPPCCloneVolumeClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCCloneVolumeClient

NewIBMPPCCloneVolumeClient

func (*IBMPPCCloneVolumeClient) Create

Create a Clone Volume (V2) - This creates a clone

func (*IBMPPCCloneVolumeClient) CreateV2Clone

Create a Clone Volume (V2) - This is the prepare operation

func (*IBMPPCCloneVolumeClient) DeleteClone

func (f *IBMPPCCloneVolumeClient) DeleteClone(id string) error

Delete a Volume Clone

func (*IBMPPCCloneVolumeClient) Get

func (f *IBMPPCCloneVolumeClient) Get(cloneTaskID string) (*models.CloneTaskStatus, error)

Get Status of a Clone Request

func (*IBMPPCCloneVolumeClient) GetV2CloneStatus

func (f *IBMPPCCloneVolumeClient) GetV2CloneStatus(cloneName string) (*models.VolumesCloneDetail, error)

Get a V2Clone Task Status

func (*IBMPPCCloneVolumeClient) GetV2Clones

func (f *IBMPPCCloneVolumeClient) GetV2Clones(queryFilter string) (*models.VolumesClones, error)

Get a list of Volume Clones

func (*IBMPPCCloneVolumeClient) PrepareClone

func (f *IBMPPCCloneVolumeClient) PrepareClone(volumesCloneID string) (*models.VolumesClone, error)

Initiate an Execute Action for a Clone

func (*IBMPPCCloneVolumeClient) StartClone

func (f *IBMPPCCloneVolumeClient) StartClone(volumesCloneID string) (*models.VolumesClone, error)

Initiate a Start Clone Request

type IBMPPCCloudInstanceClient

type IBMPPCCloudInstanceClient struct {
	IBMPPCClient
}

IBMPPCCloudInstanceClient

func NewIBMPPCCloudInstanceClient

func NewIBMPPCCloudInstanceClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCCloudInstanceClient

NewIBMPPCCloudInstanceClient

func (*IBMPPCCloudInstanceClient) Delete

func (f *IBMPPCCloudInstanceClient) Delete(id string) error

Delete a Cloud Instance

func (*IBMPPCCloudInstanceClient) Get

Get a Cloud Instance

func (*IBMPPCCloudInstanceClient) Update

Update a Cloud Instance

type IBMPPCDhcpClient

type IBMPPCDhcpClient struct {
	IBMPPCClient
}

NewIBMPPCDhcpClient

func NewIBMPPCDhcpClient

func NewIBMPPCDhcpClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCDhcpClient

NewIBMPPCDhcpClient

func (*IBMPPCDhcpClient) Create

Create a DHCP server

func (*IBMPPCDhcpClient) Delete

func (f *IBMPPCDhcpClient) Delete(id string) error

Delete a DHCP server

func (*IBMPPCDhcpClient) Get

Get a DHCP server

func (*IBMPPCDhcpClient) GetAll

func (f *IBMPPCDhcpClient) GetAll() (models.DHCPServers, error)

Get All DHCP servers

type IBMPPCImageClient

type IBMPPCImageClient struct {
	IBMPPCClient
}

IBMPPCImageClient

func NewIBMPPCImageClient

func NewIBMPPCImageClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCImageClient

NewIBMPPCImageClient

func (*IBMPPCImageClient) Create

func (f *IBMPPCImageClient) Create(body *models.CreateImage) (*models.Image, error)

Create a Stock Image

func (*IBMPPCImageClient) CreateCosImage

func (f *IBMPPCImageClient) CreateCosImage(body *models.CreateCosImageImportJob) (imageJob *models.JobReference, err error)

Import an Image

func (*IBMPPCImageClient) Delete

func (f *IBMPPCImageClient) Delete(id string) error

Delete an Image

func (*IBMPPCImageClient) ExportImage

func (f *IBMPPCImageClient) ExportImage(id string, body *models.ExportImage) (*models.JobReference, error)

Export an Image

func (*IBMPPCImageClient) Get

func (f *IBMPPCImageClient) Get(id string) (*models.Image, error)

Get an Image

func (*IBMPPCImageClient) GetAll

func (f *IBMPPCImageClient) GetAll() (*models.Images, error)

Get All Images that are imported into Power Instance

func (*IBMPPCImageClient) GetAllStockImages

func (f *IBMPPCImageClient) GetAllStockImages(includeSAP bool, includeVTl bool) (*models.Images, error)

Get All Stock Images

func (*IBMPPCImageClient) GetAllStockSAPImages

func (f *IBMPPCImageClient) GetAllStockSAPImages() (*models.Images, error)

Get All Stock SAP Images

func (*IBMPPCImageClient) GetAllStockVTLImages

func (f *IBMPPCImageClient) GetAllStockVTLImages() (*models.Images, error)

Get All Stock VTL Images

func (*IBMPPCImageClient) GetStockImage

func (f *IBMPPCImageClient) GetStockImage(id string) (*models.Image, error)

Get a Stock Image

func (*IBMPPCImageClient) IsVTLImage

func (f *IBMPPCImageClient) IsVTLImage(imageId string) (bool, error)

Return true if Image is a VTL Image

type IBMPPCInstanceClient

type IBMPPCInstanceClient struct {
	IBMPPCClient
}

IBMPPCInstanceClient

func NewIBMPPCInstanceClient

func NewIBMPPCInstanceClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCInstanceClient

NewIBMPPCInstanceClient

func (*IBMPPCInstanceClient) Action

Action Operation for an Instance

func (*IBMPPCInstanceClient) AddNetwork

Add a Network to an Instance

func (*IBMPPCInstanceClient) CaptureInstanceToImageCatalog

func (f *IBMPPCInstanceClient) CaptureInstanceToImageCatalog(id string, body *models.PVMInstanceCapture) error

Capture an Instance

func (*IBMPPCInstanceClient) CaptureInstanceToImageCatalogV2

func (f *IBMPPCInstanceClient) CaptureInstanceToImageCatalogV2(id string, body *models.PVMInstanceCapture) (*models.JobReference, error)

Capture an Instance (V2)

func (*IBMPPCInstanceClient) Create

Create an Instance

func (*IBMPPCInstanceClient) CreateClone

Create a Clone of an Instance

func (*IBMPPCInstanceClient) CreatePvmSnapShot

Create a snapshot of an Instance

func (*IBMPPCInstanceClient) Delete

func (f *IBMPPCInstanceClient) Delete(id string) error

Delete an Instance

func (*IBMPPCInstanceClient) DeleteNetwork

func (f *IBMPPCInstanceClient) DeleteNetwork(id string, body *models.PVMInstanceRemoveNetwork) error

Delete a Network from an Instance

func (*IBMPPCInstanceClient) Get

Get an Instance

func (*IBMPPCInstanceClient) GetAll

Get All Instances

func (*IBMPPCInstanceClient) GetConsoleLanguages

func (f *IBMPPCInstanceClient) GetConsoleLanguages(id string) (*models.ConsoleLanguages, error)

List the available Console Languages for an Instance

func (*IBMPPCInstanceClient) GetSnapShotVM

func (f *IBMPPCInstanceClient) GetSnapShotVM(id string) (*models.Snapshots, error)

Get an Instance's Snapshots

func (*IBMPPCInstanceClient) PostConsoleURL

func (f *IBMPPCInstanceClient) PostConsoleURL(id string) (*models.PVMInstanceConsole, error)

Generate the Console URL for an Instance

func (*IBMPPCInstanceClient) RestoreSnapShotVM

func (f *IBMPPCInstanceClient) RestoreSnapShotVM(id, snapshotid, restoreAction string, body *models.SnapshotRestore) (*models.Snapshot, error)

Restore a Snapshot of an Instance

func (*IBMPPCInstanceClient) Update

Update an Instance

func (*IBMPPCInstanceClient) UpdateConsoleLanguage

func (f *IBMPPCInstanceClient) UpdateConsoleLanguage(id string, body *models.ConsoleLanguage) (*models.ConsoleLanguage, error)

Update the available Console Languages for an Instance

type IBMPPCJobClient

type IBMPPCJobClient struct {
	IBMPPCClient
}

IBMPPCJobClient

func NewIBMPPCJobClient

func NewIBMPPCJobClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCJobClient

NewIBMPPCJobClient

func (*IBMPPCJobClient) Delete

func (f *IBMPPCJobClient) Delete(id string) error

Delete a Job

func (*IBMPPCJobClient) Get

func (f *IBMPPCJobClient) Get(id string) (*models.Job, error)

Get a Job

func (*IBMPPCJobClient) GetAll

func (f *IBMPPCJobClient) GetAll() (*models.Jobs, error)

Get All Jobs

type IBMPPCKeyClient

type IBMPPCKeyClient struct {
	IBMPPCClient
}

IBMPPCKeyClient

func NewIBMPPCKeyClient

func NewIBMPPCKeyClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCKeyClient

NewIBMPPCKeyClient

func (*IBMPPCKeyClient) Create

func (f *IBMPPCKeyClient) Create(body *models.SSHKey) (*models.SSHKey, error)

Create a SSH Key

func (*IBMPPCKeyClient) Delete

func (f *IBMPPCKeyClient) Delete(id string) error

Delete a SSH Key

func (*IBMPPCKeyClient) Get

func (f *IBMPPCKeyClient) Get(id string) (*models.SSHKey, error)

Get a SSH Key

func (*IBMPPCKeyClient) GetAll

func (f *IBMPPCKeyClient) GetAll() (*models.SSHKeys, error)

Get All SSH Keys

type IBMPPCNetworkClient

type IBMPPCNetworkClient struct {
	IBMPPCClient
}

IBMPPCNetworkClient

func NewIBMPPCNetworkClient

func NewIBMPPCNetworkClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCNetworkClient

NewIBMPPCNetworkClient

func (*IBMPPCNetworkClient) Create

Create a Network

func (*IBMPPCNetworkClient) CreatePort

Create a Port on a Network

func (*IBMPPCNetworkClient) Delete

func (f *IBMPPCNetworkClient) Delete(id string) error

Delete a Network

func (*IBMPPCNetworkClient) DeletePort

func (f *IBMPPCNetworkClient) DeletePort(id string, networkPortID string) error

Delete a Port on a Network

func (*IBMPPCNetworkClient) Get

Get a Network

func (*IBMPPCNetworkClient) GetAll

func (f *IBMPPCNetworkClient) GetAll() (*models.Networks, error)

Get All Networks

func (*IBMPPCNetworkClient) GetAllPorts

func (f *IBMPPCNetworkClient) GetAllPorts(id string) (*models.NetworkPorts, error)

Get All Ports on a Network

func (*IBMPPCNetworkClient) GetAllPublic

func (f *IBMPPCNetworkClient) GetAllPublic() (*models.Networks, error)

Get All Public Networks

func (*IBMPPCNetworkClient) GetPort

func (f *IBMPPCNetworkClient) GetPort(id string, networkPortID string) (*models.NetworkPort, error)

Get a Port on a Network

func (*IBMPPCNetworkClient) Update

Update a Network

func (*IBMPPCNetworkClient) UpdatePort

func (f *IBMPPCNetworkClient) UpdatePort(id, networkPortID string, body *models.NetworkPortUpdate) (*models.NetworkPort, error)

Update a Port on a Network

type IBMPPCPlacementGroupClient

type IBMPPCPlacementGroupClient struct {
	IBMPPCClient
}

IBMPPCPlacementGroupClient

func NewIBMPPCPlacementGroupClient

func NewIBMPPCPlacementGroupClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCPlacementGroupClient

NewIBMPPCPlacementGroupClient

func (*IBMPPCPlacementGroupClient) AddMember

Add an Instance to a Placement Group

func (*IBMPPCPlacementGroupClient) Create

Create a Placement Group

func (*IBMPPCPlacementGroupClient) Delete

func (f *IBMPPCPlacementGroupClient) Delete(id string) error

Delete a Placement Group

func (*IBMPPCPlacementGroupClient) DeleteMember

Remove an Instance to a Placement Group

func (*IBMPPCPlacementGroupClient) Get

Get a PPC Placement Group

func (*IBMPPCPlacementGroupClient) GetAll

Get All Placement Groups

type IBMPPCSAPInstanceClient

type IBMPPCSAPInstanceClient struct {
	IBMPPCClient
}

IBMPPCSAPInstanceClient

func NewIBMPPCSAPInstanceClient

func NewIBMPPCSAPInstanceClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCSAPInstanceClient

NewIBMPPCSAPInstanceClient

func (*IBMPPCSAPInstanceClient) Create

Create a SAP Instance

func (*IBMPPCSAPInstanceClient) GetAllSAPProfiles

func (f *IBMPPCSAPInstanceClient) GetAllSAPProfiles(cloudInstanceID string) (*models.SAPProfiles, error)

Get All SAP Profiles

func (*IBMPPCSAPInstanceClient) GetSAPProfile

func (f *IBMPPCSAPInstanceClient) GetSAPProfile(id string) (*models.SAPProfile, error)

Get a SAP Profile

type IBMPPCSnapshotClient

type IBMPPCSnapshotClient struct {
	IBMPPCClient
}

IBMPPCSnapshotClient

func NewIBMPPCSnapshotClient

func NewIBMPPCSnapshotClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCSnapshotClient

NewIBMPPCSnapshotClient

func (*IBMPPCSnapshotClient) Create

func (f *IBMPPCSnapshotClient) Create(instanceID, snapshotID, restoreFailAction string) (*models.Snapshot, error)

Create or Restore a Snapshot

func (*IBMPPCSnapshotClient) Delete

func (f *IBMPPCSnapshotClient) Delete(id string) error

Delete a Snapshot

func (*IBMPPCSnapshotClient) Get

Get a Snapshot

func (*IBMPPCSnapshotClient) GetAll

func (f *IBMPPCSnapshotClient) GetAll() (*models.Snapshots, error)

Get All Snapshots

func (*IBMPPCSnapshotClient) Update

Update a Snapshot

type IBMPPCStorageCapacityClient

type IBMPPCStorageCapacityClient struct {
	IBMPPCClient
}

IBMPPCStorageCapacityClient

func NewIBMPPCStorageCapacityClient

func NewIBMPPCStorageCapacityClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCStorageCapacityClient

NewIBMPPCStorageCapacityClient

func (*IBMPPCStorageCapacityClient) GetAllStoragePoolsCapacity

func (f *IBMPPCStorageCapacityClient) GetAllStoragePoolsCapacity() (*models.StoragePoolsCapacity, error)

Get All Storage Capacities for all available Storage Pools in a Region

func (*IBMPPCStorageCapacityClient) GetAllStorageTypesCapacity

func (f *IBMPPCStorageCapacityClient) GetAllStorageTypesCapacity() (*models.StorageTypesCapacity, error)

Get Storage Capacity for all available Storage Types in a Region

func (*IBMPPCStorageCapacityClient) GetStoragePoolCapacity

func (f *IBMPPCStorageCapacityClient) GetStoragePoolCapacity(storagePool string) (*models.StoragePoolCapacity, error)

Get Storage Capacity for a Storage Pool in a Region

func (*IBMPPCStorageCapacityClient) GetStorageTypeCapacity

func (f *IBMPPCStorageCapacityClient) GetStorageTypeCapacity(storageType string) (*models.StorageTypeCapacity, error)

Get Storage capacity for a Storage Type in a Region

type IBMPPCSystemPoolClient

type IBMPPCSystemPoolClient struct {
	IBMPPCClient
}

IBMPPCSystemPoolClient

func NewIBMPPCSystemPoolClient

func NewIBMPPCSystemPoolClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCSystemPoolClient

NewIBMPPCSystemPoolClient

func (*IBMPPCSystemPoolClient) Get

Get the System Pools Deprecated: Use GetSystemPools()

func (*IBMPPCSystemPoolClient) GetSystemPools

func (f *IBMPPCSystemPoolClient) GetSystemPools() (models.SystemPools, error)

Get the System Pools

type IBMPPCTaskClient

type IBMPPCTaskClient struct {
	IBMPPCClient
}

IBMPPCTaskClient

func NewIBMPPCTaskClient

func NewIBMPPCTaskClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCTaskClient

NewIBMPPCTaskClient

func (*IBMPPCTaskClient) Delete

func (f *IBMPPCTaskClient) Delete(id string) error

Delete a Task

func (*IBMPPCTaskClient) Get

func (f *IBMPPCTaskClient) Get(id string) (*models.Task, error)

Get a Task

type IBMPPCTenantClient

type IBMPPCTenantClient struct {
	IBMPPCClient
}

IBMPPCTenantClient

func NewIBMPPCTenantClient

func NewIBMPPCTenantClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCTenantClient

NewIBMPPCTenantClient

func (*IBMPPCTenantClient) Get

func (f *IBMPPCTenantClient) Get(tenantid string) (*models.Tenant, error)

Get a Tenant

func (*IBMPPCTenantClient) GetSelfTenant

func (f *IBMPPCTenantClient) GetSelfTenant() (*models.Tenant, error)

Get own Tenant

type IBMPPCVolumeClient

type IBMPPCVolumeClient struct {
	IBMPPCClient
}

IBMPPCVolumeClient

func NewIBMPPCVolumeClient

func NewIBMPPCVolumeClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCVolumeClient

NewIBMPPCVolumeClient

func (*IBMPPCVolumeClient) Attach

func (f *IBMPPCVolumeClient) Attach(id, volumename string) error

Attach a Volume to an Instance

func (*IBMPPCVolumeClient) CheckVolumeAttach

func (f *IBMPPCVolumeClient) CheckVolumeAttach(id, volumeID string) (*models.Volume, error)

Check if a Volume is attached to an Instance

func (*IBMPPCVolumeClient) CreateVolume

func (f *IBMPPCVolumeClient) CreateVolume(body *models.CreateDataVolume) (*models.Volume, error)

Create a Volume

func (*IBMPPCVolumeClient) CreateVolumeV2

func (f *IBMPPCVolumeClient) CreateVolumeV2(body *models.MultiVolumesCreate) (*models.Volumes, error)

Create a VolumeV2

func (*IBMPPCVolumeClient) DeleteVolume

func (f *IBMPPCVolumeClient) DeleteVolume(id string) error

Delete a Volume

func (*IBMPPCVolumeClient) Detach

func (f *IBMPPCVolumeClient) Detach(id, volumename string) error

Detach a Volume from an Instance

func (*IBMPPCVolumeClient) Get

func (f *IBMPPCVolumeClient) Get(id string) (*models.Volume, error)

Get a Volume

func (*IBMPPCVolumeClient) GetAll

func (f *IBMPPCVolumeClient) GetAll() (*models.Volumes, error)

Get All Volumes

func (*IBMPPCVolumeClient) GetAllAffinityVolumes

func (f *IBMPPCVolumeClient) GetAllAffinityVolumes(affinity string) (*models.Volumes, error)

Get All Affinity Volumes

func (*IBMPPCVolumeClient) GetAllInstanceVolumes

func (f *IBMPPCVolumeClient) GetAllInstanceVolumes(id string) (*models.Volumes, error)

Get All Volumes attached to an Instance

func (*IBMPPCVolumeClient) GetVolumeFlashCopyMappings

func (f *IBMPPCVolumeClient) GetVolumeFlashCopyMappings(id string) (models.FlashCopyMappings, error)

Get a list of flashcopy mappings of a given volume

func (*IBMPPCVolumeClient) GetVolumeRemoteCopyRelationships

func (f *IBMPPCVolumeClient) GetVolumeRemoteCopyRelationships(id string) (*models.VolumeRemoteCopyRelationship, error)

Get remote copy relationship of a volume

func (*IBMPPCVolumeClient) SetBootVolume

func (f *IBMPPCVolumeClient) SetBootVolume(id, volumename string) error

Set a Volume as the Boot Volume for an Instance

func (*IBMPPCVolumeClient) UpdateVolume

func (f *IBMPPCVolumeClient) UpdateVolume(id string, body *models.UpdateVolume) (*models.Volume, error)

Update a Volume

func (*IBMPPCVolumeClient) UpdateVolumeAttach

func (f *IBMPPCVolumeClient) UpdateVolumeAttach(id, volumeID string, body *models.PVMInstanceVolumeUpdate) error

Update a Volume attached to an Instance

func (*IBMPPCVolumeClient) VolumeAction

func (f *IBMPPCVolumeClient) VolumeAction(id string, body *models.VolumeAction) error

Performs action on volume

type IBMPPCVolumeGroupClient

type IBMPPCVolumeGroupClient struct {
	IBMPPCClient
}

IBMPPCVolumeGroupClient

func NewIBMPPCVolumeGroupClient

func NewIBMPPCVolumeGroupClient(ctx context.Context, sess *ibmppcsession.IBMPPCSession, cloudInstanceID string) *IBMPPCVolumeGroupClient

NewIBMPPCVolumeGroupClient

func (*IBMPPCVolumeGroupClient) CreateVolumeGroup

Create a Volume Group

func (*IBMPPCVolumeGroupClient) DeleteVolumeGroup

func (f *IBMPPCVolumeGroupClient) DeleteVolumeGroup(id string) error

Delete a Volume Group

func (*IBMPPCVolumeGroupClient) Get

Get a Volume-Group

func (*IBMPPCVolumeGroupClient) GetAll

GetAll Volume-Group

func (*IBMPPCVolumeGroupClient) GetAllDetails

GetAll Volume-Group with Details

func (*IBMPPCVolumeGroupClient) GetDetails

Get a Volume-Group with Details

func (*IBMPPCVolumeGroupClient) GetVolumeGroupLiveDetails

func (f *IBMPPCVolumeGroupClient) GetVolumeGroupLiveDetails(id string) (*models.VolumeGroupStorageDetails, error)

Get live details of a Volume Group

func (*IBMPPCVolumeGroupClient) GetVolumeGroupRemoteCopyRelationships

func (f *IBMPPCVolumeGroupClient) GetVolumeGroupRemoteCopyRelationships(id string) (*models.VolumeGroupRemoteCopyRelationships, error)

Get remote copy relationships of the volume belonging to volume group

func (*IBMPPCVolumeGroupClient) UpdateVolumeGroup

func (f *IBMPPCVolumeGroupClient) UpdateVolumeGroup(id string, body *models.VolumeGroupUpdate) error

Update a Volume Group

func (*IBMPPCVolumeGroupClient) VolumeGroupAction

func (f *IBMPPCVolumeGroupClient) VolumeGroupAction(id string, body *models.VolumeGroupAction) (models.Object, error)

Performs action on Volume Group

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL