instance

package
v1.0.61 Latest Latest
Warning

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

Go to latest
Published: May 25, 2021 License: Apache-2.0 Imports: 21 Imported by: 32

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IBMPICloneVolumeClient added in v1.0.1

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

IBMPICloneVolumeClient ...

func NewIBMPICloneVolumeClient added in v1.0.1

func NewIBMPICloneVolumeClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPICloneVolumeClient

NewIBMPICloneVolumeClient ...

func (*IBMPICloneVolumeClient) Create added in v1.0.1

Create a clone volume using V2 of the API - This creates a clone

func (*IBMPICloneVolumeClient) CreateV2Clone added in v1.0.56

func (f *IBMPICloneVolumeClient) CreateV2Clone(powerinstanceid string, cloneparams *p_cloud_volumes.PcloudV2VolumesclonePostParams) (*models.VolumesClone, error)

Create a volumes clone V2 Version = This is the prepare operation

func (*IBMPICloneVolumeClient) DeleteClone added in v1.0.48

func (f *IBMPICloneVolumeClient) DeleteClone(cloneParams *p_cloud_volumes.PcloudV2VolumescloneDeleteParams, id, cloudinstance string, timeout time.Duration) (models.Object, error)

Delete a volume- clone request

func (*IBMPICloneVolumeClient) Get added in v1.0.49

func (f *IBMPICloneVolumeClient) Get(powerinstanceid, clonetaskid string, timeout time.Duration) (*models.CloneTaskStatus, error)

Get status of a clone request

func (*IBMPICloneVolumeClient) GetV2Clones added in v1.0.56

func (f *IBMPICloneVolumeClient) GetV2Clones(powerinstanceid, query_filter string) (*models.VolumesClones, error)

Get a list of volume-clones request for a cloud instance

func (*IBMPICloneVolumeClient) PrepareClone added in v1.0.56

func (f *IBMPICloneVolumeClient) PrepareClone(powerinstanceid, volumeCloneID string, timeout time.Duration) (*models.VolumesClone, error)

Initiate the execute action for a clone request

func (*IBMPICloneVolumeClient) StartClone added in v1.0.52

func (f *IBMPICloneVolumeClient) StartClone(powerinstanceid, volumeCloneID string, timeout time.Duration) (*models.VolumesClone, error)

type IBMPICloudConnectionClient added in v1.0.49

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

IBMPICloudConnectionClient ...

func NewIBMPICloudConnectionClient added in v1.0.49

func NewIBMPICloudConnectionClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPICloudConnectionClient

NewIBMPICloudConnectionClient ...

func (*IBMPICloudConnectionClient) AddNetwork added in v1.0.49

AddNetwork to a cloud connection

func (*IBMPICloudConnectionClient) Create added in v1.0.49

Create a Cloud Connection

func (*IBMPICloudConnectionClient) Delete added in v1.0.49

Delete a Cloud Connection

func (*IBMPICloudConnectionClient) DeleteNetwork added in v1.0.49

DeleteNetwork Deletes a network from a cloud connection

func (*IBMPICloudConnectionClient) Get added in v1.0.49

func (f *IBMPICloudConnectionClient) Get(cloudinstanceid, cloudconnectionid string) (*models.CloudConnection, error)

Get ...

func (*IBMPICloudConnectionClient) GetAll added in v1.0.49

func (f *IBMPICloudConnectionClient) GetAll(powerinstanceid string, timeout time.Duration) (*models.CloudConnections, error)

GetAll ..

func (*IBMPICloudConnectionClient) GetVPC added in v1.0.60

func (*IBMPICloudConnectionClient) Update added in v1.0.49

Update a cloud Connection

func (*IBMPICloudConnectionClient) UpdateNetwork added in v1.0.49

UpdateNetwork Update a network from a cloud connection

type IBMPICloudInstanceClient added in v1.0.24

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

IBMPICloudInstanceClient ...

func NewIBMPICloudInstanceClient added in v1.0.24

func NewIBMPICloudInstanceClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPICloudInstanceClient

NewIBMPICloudInstanceClient ...

func (*IBMPICloudInstanceClient) Delete added in v1.0.24

func (f *IBMPICloudInstanceClient) Delete(powerinstanceid string) (models.Object, error)

Delete a Cloud instance

func (*IBMPICloudInstanceClient) Get added in v1.0.24

func (f *IBMPICloudInstanceClient) Get(powerinstanceid string) (*models.CloudInstance, error)

Get information about a cloud instance

func (*IBMPICloudInstanceClient) Update added in v1.0.24

Update a cloud instance

type IBMPIHelperClient

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

IBMPIHelperClient ...

func NewIBMPIHelperClient

func NewIBMPIHelperClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPIHelperClient

NewIBMPIHelperClient ...

type IBMPIImageClient

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

IBMPIImageClient ...

func NewIBMPIImageClient

func NewIBMPIImageClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPIImageClient

NewIBMPIImageClient ...

func (*IBMPIImageClient) Create

func (f *IBMPIImageClient) Create(name, imageid string, powerinstanceid string) (*models.Image, error)

Create the stock image

func (*IBMPIImageClient) Delete

func (f *IBMPIImageClient) Delete(id string, powerinstanceid string) error

Delete ...

func (*IBMPIImageClient) Get

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

Get PI Image

func (*IBMPIImageClient) GetAll

func (f *IBMPIImageClient) GetAll(powerinstanceid string) (*models.Images, error)

GetAll Images that are imported into Power Instance

func (*IBMPIImageClient) GetSAPImages added in v1.0.52

func (f *IBMPIImageClient) GetSAPImages(powerinstanceid string, sapimage bool) (*models.Images, error)

GetSAPImages ...

func (*IBMPIImageClient) GetStockImage added in v1.0.55

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

GetStockImages ...

func (*IBMPIImageClient) GetStockImages added in v1.0.45

func (f *IBMPIImageClient) GetStockImages(powerinstanceid string) (*models.Images, error)

Get StockImage

type IBMPIInstanceClient

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

IBMPIInstanceClient ...

func NewIBMPIInstanceClient

func NewIBMPIInstanceClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPIInstanceClient

NewIBMPIInstanceClient ...

func (*IBMPIInstanceClient) Action

func (f *IBMPIInstanceClient) Action(poweractionparams *p_cloud_p_vm_instances.PcloudPvminstancesActionPostParams, id, powerinstanceid string, timeout time.Duration) (models.Object, error)

Action PVM Instances Operations

func (*IBMPIInstanceClient) AddNetwork added in v1.0.30

func (f *IBMPIInstanceClient) AddNetwork(powerinstanceid, pvminstanceid string, networkdef *p_cloud_p_vm_instances.PcloudPvminstancesNetworksPostParams, timeout time.Duration) (*models.PVMInstanceNetwork, error)

AddNetwork Add a network to the instance

func (*IBMPIInstanceClient) CaptureInstanceToImageCatalog

func (f *IBMPIInstanceClient) CaptureInstanceToImageCatalog(id, powerinstanceid string, picaptureparams *p_cloud_p_vm_instances.PcloudPvminstancesCapturePostParams, timeout time.Duration) (models.Object, error)

CaptureInstanceToImageCatalog Captures an instance

func (*IBMPIInstanceClient) Create

Create ...

func (*IBMPIInstanceClient) CreateClone added in v1.0.4

func (f *IBMPIInstanceClient) CreateClone(clonedef *p_cloud_p_vm_instances.PcloudPvminstancesClonePostParams, pvminstanceid, powerinstanceid string) (*models.PVMInstance, error)

CreateClone ...

func (*IBMPIInstanceClient) CreatePvmSnapShot added in v1.0.1

func (f *IBMPIInstanceClient) CreatePvmSnapShot(snapshotdef *p_cloud_p_vm_instances.PcloudPvminstancesSnapshotsPostParams, pvminstanceid, powerinstanceid string, timeout time.Duration) (*models.SnapshotCreateResponse, error)

CreatePvmSnapShot Create a snapshot of the instance

func (*IBMPIInstanceClient) CreateSAP added in v1.0.23

func (f *IBMPIInstanceClient) CreateSAP(powerdef *p_cloud_s_a_p.PcloudSapPostParams, powerinstanceid string, timeout time.Duration) (*models.PVMInstanceList, error)

CreateSAP Create SAP Systems

func (*IBMPIInstanceClient) Delete

func (f *IBMPIInstanceClient) Delete(id, powerinstanceid string, timeout time.Duration) error

Delete PVM Instances

func (*IBMPIInstanceClient) Get

func (f *IBMPIInstanceClient) Get(id, powerinstanceid string, timeout time.Duration) (*models.PVMInstance, error)

Get information about a single pvm only

func (*IBMPIInstanceClient) GetAll added in v1.0.23

func (f *IBMPIInstanceClient) GetAll(powerinstanceid string, timeout time.Duration) (*models.PVMInstances, error)

GetAll Information about all the PVM Instances for a Client

func (*IBMPIInstanceClient) GetSAPProfiles added in v1.0.23

func (f *IBMPIInstanceClient) GetSAPProfiles(powerinstanceid string) (*models.SAPProfiles, error)

GetSAPProfiles Get All SAP Profiles

func (*IBMPIInstanceClient) GetSap added in v1.0.52

func (f *IBMPIInstanceClient) GetSap(powerinstanceid, sapprofileID string) (*models.SAPProfile, error)

GetSap Get an SAP profile

func (*IBMPIInstanceClient) GetSnapShotVM added in v1.0.22

func (f *IBMPIInstanceClient) GetSnapShotVM(powerinstanceid, pvminstanceid string, timeout time.Duration) (*models.Snapshots, error)

GetSnapShotVM Get information about the snapshots for a vm

func (*IBMPIInstanceClient) PostConsoleURL

func (f *IBMPIInstanceClient) PostConsoleURL(id, powerinstanceid string, timeout time.Duration) (models.Object, error)

PostConsoleURL Generate the Console URL

func (*IBMPIInstanceClient) RestoreSnapShotVM added in v1.0.23

func (f *IBMPIInstanceClient) RestoreSnapShotVM(powerinstanceid, pvminstanceid, snapshotid, restoreAction string, restoreparams *p_cloud_p_vm_instances.PcloudPvminstancesSnapshotsRestorePostParams, timeout time.Duration) (*models.Snapshot, error)

RestoreSnapShotVM Restore a snapshot

func (*IBMPIInstanceClient) Update

Update PVM Instances

type IBMPIKeyClient

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

IBMPIKeyClient ...

func NewIBMPIKeyClient

func NewIBMPIKeyClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPIKeyClient

NewIBMPIKeyClient ...

func (*IBMPIKeyClient) Create

func (f *IBMPIKeyClient) Create(name string, sshkey, powerinstanceid string) (*models.SSHKey, *models.SSHKey, error)

Create PI Key ...

func (*IBMPIKeyClient) Delete

func (f *IBMPIKeyClient) Delete(id string, powerinstanceid string) error

Delete ...

func (*IBMPIKeyClient) Get

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

Get Key...

type IBMPINetworkClient

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

IBMPINetworkClient ...

func NewIBMPINetworkClient

func NewIBMPINetworkClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPINetworkClient

NewIBMPINetworkClient ...

func (*IBMPINetworkClient) AttachPort added in v1.0.30

func (f *IBMPINetworkClient) AttachPort(powerinstanceid, networkID, portID, description, pvminstanceid string, timeout time.Duration) (*models.NetworkPort, error)

AttachPort to the PVM Instance

func (*IBMPINetworkClient) Create

func (f *IBMPINetworkClient) Create(name string, networktype string, cidr string, dnsservers []string, gateway string, startip string, endip string, powerinstanceid string, timeout time.Duration) (*models.Network, *models.Network, error)

Create ...

func (*IBMPINetworkClient) CreatePort

func (f *IBMPINetworkClient) CreatePort(id string, powerinstanceid string, networkportdef *p_cloud_networks.PcloudNetworksPortsPostParams, timeout time.Duration) (*models.NetworkPort, error)

CreatePort ...

func (*IBMPINetworkClient) Delete

func (f *IBMPINetworkClient) Delete(id string, powerinstanceid string, timeout time.Duration) error

Delete ...

func (*IBMPINetworkClient) DeletePort

func (f *IBMPINetworkClient) DeletePort(networkid string, powerinstanceid string, portid string, timeout time.Duration) (*models.Object, error)

DeletePort ...

func (*IBMPINetworkClient) DetachPort added in v1.0.30

func (f *IBMPINetworkClient) DetachPort(powerinstanceid, networkID, portID string, timeout time.Duration) (*models.NetworkPort, error)

DetachPort from the PVM Instance

func (*IBMPINetworkClient) Get

func (f *IBMPINetworkClient) Get(id, powerinstanceid string, timeout time.Duration) (*models.Network, error)

Get ...

func (*IBMPINetworkClient) GetAllPort

func (f *IBMPINetworkClient) GetAllPort(id string, powerinstanceid string, timeout time.Duration) (*models.NetworkPorts, error)

GetAllPort ...

func (*IBMPINetworkClient) GetPort added in v1.0.3

func (f *IBMPINetworkClient) GetPort(id string, powerinstanceid string, networkPortID string, timeout time.Duration) (*models.NetworkPort, error)

GetPort ...

func (*IBMPINetworkClient) GetPublic

func (f *IBMPINetworkClient) GetPublic(powerinstanceid string, timeout time.Duration) (*models.Networks, error)

GetPublic ...

type IBMPIPlacementGroupClient added in v1.0.59

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

IBMPIPlacementGroupClient ...

func NewIBMPIPlacementGroupClient added in v1.0.59

func NewIBMPIPlacementGroupClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPIPlacementGroupClient

NewIBMPIImageClient ...

func (*IBMPIPlacementGroupClient) Create added in v1.0.59

Create the placement group

func (*IBMPIPlacementGroupClient) Delete added in v1.0.59

func (f *IBMPIPlacementGroupClient) Delete(id string, powerinstanceid string) error

Delete Placement Group

func (*IBMPIPlacementGroupClient) DeleteMember added in v1.0.59

func (f *IBMPIPlacementGroupClient) DeleteMember(placementdef *p_cloud_placement_groups.PcloudPlacementgroupsMembersPostParams, placementgroupid, powerinstanceid string) (*models.PlacementGroup, error)

Delete Member from Placement Group

func (*IBMPIPlacementGroupClient) Get added in v1.0.59

func (f *IBMPIPlacementGroupClient) Get(id, powerinstanceid string) (*models.PlacementGroup, error)

Get PI Placementgroup

func (*IBMPIPlacementGroupClient) Update added in v1.0.59

func (f *IBMPIPlacementGroupClient) Update(placementdef *p_cloud_placement_groups.PcloudPlacementgroupsMembersPostParams, placementgroupid, powerinstanceid string) (*models.PlacementGroup, error)

Adding a member to a Placement Group

type IBMPISAPInstanceClient added in v1.0.25

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

IBMPISAPInstanceClient ...

func NewIBMPISAPInstanceClient added in v1.0.25

func NewIBMPISAPInstanceClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPISAPInstanceClient

NewIBMPISAPInstanceClient ...

func (*IBMPISAPInstanceClient) Create added in v1.0.25

func (f *IBMPISAPInstanceClient) Create(sapdef *p_cloud_s_a_p.PcloudSapPostParams, id, powerinstanceid string) (*models.PVMInstanceList, error)

Create SAP System

type IBMPISnapshotClient added in v1.0.1

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

IBMPISnapshotClient ...

func NewIBMPISnapshotClient added in v1.0.1

func NewIBMPISnapshotClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPISnapshotClient

NewIBMPISnapshotClient ...

func (*IBMPISnapshotClient) Create added in v1.0.15

func (f *IBMPISnapshotClient) Create(pvminstanceid, powerinstanceid, snapshotid, restorefailAction string, timeout time.Duration) (*models.Snapshot, error)

Create or Restore a Snapshot

func (*IBMPISnapshotClient) Delete added in v1.0.1

func (f *IBMPISnapshotClient) Delete(id string, powerinstanceid string, timeout time.Duration) error

Delete ...

func (*IBMPISnapshotClient) Get added in v1.0.1

func (f *IBMPISnapshotClient) Get(id, powerinstanceid string, timeout time.Duration) (*models.Snapshot, error)

Get information about a single snapshot only

func (*IBMPISnapshotClient) GetAll added in v1.0.1

func (f *IBMPISnapshotClient) GetAll(id, powerinstanceid string, timeout time.Duration) (*models.Snapshots, error)

GetAll snapshots part of an instance

func (*IBMPISnapshotClient) Update added in v1.0.1

func (f *IBMPISnapshotClient) Update(id, powerinstanceid string, snapshotdef *models.SnapshotUpdate, timeout time.Duration) (models.Object, error)

Update ...

type IBMPIStorageCapacityClient added in v1.0.54

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

IBMPIStorageCapacityClient ..

func NewIBMPIStorageCapacityClient added in v1.0.54

func NewIBMPIStorageCapacityClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPIStorageCapacityClient

NewIBMPIStorageCapacityClient ...

func (*IBMPIStorageCapacityClient) GetAllStoragePools added in v1.0.56

func (f *IBMPIStorageCapacityClient) GetAllStoragePools(powerinstanceid string, timeout time.Duration) (*models.StoragePoolsCapacity, error)

Storage capacity for all available storage pools in a region

func (*IBMPIStorageCapacityClient) GetAvailableStorageCapacity added in v1.0.56

func (f *IBMPIStorageCapacityClient) GetAvailableStorageCapacity(powerinstanceid, storage_tier string, timeout time.Duration) (*models.StorageTypeCapacity, error)

Storage capacity for a storage type in a region

func (*IBMPIStorageCapacityClient) GetAvailableStoragePool added in v1.0.56

func (f *IBMPIStorageCapacityClient) GetAvailableStoragePool(powerinstanceid, storagepool string, timeout time.Duration) (*models.StoragePoolCapacity, error)

Storage capacity for a storage pool in a region

func (*IBMPIStorageCapacityClient) GetAvailableStorageType added in v1.0.56

func (f *IBMPIStorageCapacityClient) GetAvailableStorageType(powerinstanceid string, timeout time.Duration) (*models.StorageTypesCapacity, error)

Storage capacity for all available storage types in a region

type IBMPISystemPoolClient added in v1.0.7

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

IBMPISystemPoolClient ...

func NewIBMPISystemPoolClient added in v1.0.7

func NewIBMPISystemPoolClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPISystemPoolClient

NewIBMPISystemPoolClient ...

func (*IBMPISystemPoolClient) Get added in v1.0.7

func (f *IBMPISystemPoolClient) Get(powerinstanceid string) (models.SystemPools, error)

Get the System Pools

type IBMPITaskClient added in v1.0.46

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

IBMPITaskClient ...

func NewIBMPITaskClient added in v1.0.46

func NewIBMPITaskClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPITaskClient

NewIBMPITaskClient ...

func (*IBMPITaskClient) Delete added in v1.0.46

func (f *IBMPITaskClient) Delete(id, powerinstanceid string) (models.Object, error)

Delete ...

func (*IBMPITaskClient) Get added in v1.0.46

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

Get ...

type IBMPITenantClient

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

IBMPITenantClient ...

func NewIBMPITenantClient

func NewIBMPITenantClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPITenantClient

NewIBMPITenantClient ...

func (*IBMPITenantClient) Get

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

Get ..

type IBMPIVolumeClient

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

IBMPIVolumeClient ..

func NewIBMPIVolumeClient

func NewIBMPIVolumeClient(sess *ibmpisession.IBMPISession, powerinstanceid string) *IBMPIVolumeClient

NewIBMPIVolumeClient ...

func (*IBMPIVolumeClient) Attach

func (f *IBMPIVolumeClient) Attach(id, volumename string, powerinstanceid string, timeout time.Duration) (models.Object, error)

Attach a volume

func (*IBMPIVolumeClient) CheckVolumeAttach added in v1.0.35

func (f *IBMPIVolumeClient) CheckVolumeAttach(cloudInstanceID, pvmInstanceID, volumeID string, timeout time.Duration) (*models.Volume, error)

CheckVolumeAttach if the volume is attached to the instance

func (*IBMPIVolumeClient) Create

func (f *IBMPIVolumeClient) Create(volumename string, volumesize float64, volumetype string, volumeshareable bool, powerinstanceid string, timeout time.Duration) (*models.Volume, error)

Create .. TO be Deprecated

func (*IBMPIVolumeClient) CreateVolume added in v1.0.39

func (f *IBMPIVolumeClient) CreateVolume(createVolDefs *p_cloud_volumes.PcloudCloudinstancesVolumesPostParams, powerinstanceid string, timeout time.Duration) (*models.Volume, error)

CreateVolume ...

func (*IBMPIVolumeClient) CreateVolumeV2 added in v1.0.54

func (f *IBMPIVolumeClient) CreateVolumeV2(createVolDefs *p_cloud_volumes.PcloudV2VolumesPostParams, powerinstanceid string, timeout time.Duration) (*models.Volumes, error)

CreateVolumeV2 ...

func (*IBMPIVolumeClient) Delete

func (f *IBMPIVolumeClient) Delete(id string, powerinstanceid string, timeout time.Duration) error

Delete ...

func (*IBMPIVolumeClient) DeleteVolume added in v1.0.39

func (f *IBMPIVolumeClient) DeleteVolume(id string, powerinstanceid string, timeout time.Duration) error

DeleteVolume ...

func (*IBMPIVolumeClient) Detach

func (f *IBMPIVolumeClient) Detach(id, volumename string, powerinstanceid string, timeout time.Duration) (models.Object, error)

Detach a volume

func (*IBMPIVolumeClient) Get

func (f *IBMPIVolumeClient) Get(id, powerinstanceid string, timeout time.Duration) (*models.Volume, error)

Get information about a single volume only

func (*IBMPIVolumeClient) GetAll

func (f *IBMPIVolumeClient) GetAll(id, cloudInstanceID string, timeout time.Duration) (*models.Volumes, error)

GetAll volumes part of an instance

func (*IBMPIVolumeClient) SetBootVolume

func (f *IBMPIVolumeClient) SetBootVolume(id, volumename, cloudInstanceID string, timeout time.Duration) (models.Object, error)

SetBootVolume as the boot volume - PUT Operation

func (*IBMPIVolumeClient) Update

func (f *IBMPIVolumeClient) Update(id, volumename string, volumesize float64, volumeshare bool, powerinstanceid string, timeout time.Duration) (*models.Volume, error)

Update ...

func (*IBMPIVolumeClient) UpdateVolume added in v1.0.39

func (f *IBMPIVolumeClient) UpdateVolume(updateVolDefs *p_cloud_volumes.PcloudCloudinstancesVolumesPutParams, volumeid, powerinstanceid string, timeout time.Duration) (*models.Volume, error)

UpdateVolume ...

Jump to

Keyboard shortcuts

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