instance

package
v1.0.35 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2020 License: Apache-2.0 Imports: 17 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
}

func NewIBMPICloneVolumeClient added in v1.0.1

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

NewSnapShotClient ...

func (*IBMPICloneVolumeClient) Create added in v1.0.1

func (f *IBMPICloneVolumeClient) Create(id, powerinstanceid string) (*models.VolumesCloneResponse, error)

Create a clone volume

type IBMPICloudInstanceClient added in v1.0.24

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

func NewIBMPICloudInstanceClient added in v1.0.24

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

IBMPICloudInstanceClient ...

func (*IBMPICloudInstanceClient) Delete added in v1.0.24

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

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

type IBMPIHelperClient

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

func NewIBMPIHelperClient

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

NewPowerImageClient ...

type IBMPIImageClient

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

func NewIBMPIImageClient

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

NewPowerImageClient ...

func (*IBMPIImageClient) Create

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

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)

func (*IBMPIImageClient) GetAll

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

type IBMPIInstanceClient

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

2020-June-05 : Added the timeout variable to the clients since a lot of the SB / Powervc calls are timing out.

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)

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)

func (*IBMPIInstanceClient) CaptureInstanceToImageCatalog

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

func (*IBMPIInstanceClient) 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)

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)

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)

func (*IBMPIInstanceClient) Delete

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

PVM Instances Delete

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)

func (*IBMPIInstanceClient) GetSAPProfiles added in v1.0.23

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

func (*IBMPIInstanceClient) GetSnapShotVM added in v1.0.22

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

func (*IBMPIInstanceClient) PostConsoleURL

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

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)

func (*IBMPIInstanceClient) Update

PVM Instances Update

type IBMPIKeyClient

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

func NewIBMPIKeyClient

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

func (*IBMPIKeyClient) Create

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

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)

This was a change requested by the IBM cloud Team to move the powerinstanceid out from the provider and pass it in the call The Power-IAAS API requires the crn to be passed in the header.

type IBMPINetworkClient

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

func NewIBMPINetworkClient

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

NewPowerImageClient ...

func (*IBMPINetworkClient) AttachPort added in v1.0.30

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

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)

func (*IBMPINetworkClient) CreatePort

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

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)

func (*IBMPINetworkClient) DetachPort added in v1.0.30

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

func (*IBMPINetworkClient) Get

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

func (*IBMPINetworkClient) GetAllPort

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

Get all

func (*IBMPINetworkClient) GetPort added in v1.0.3

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

func (*IBMPINetworkClient) GetPublic

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

type IBMPISAPInstanceClient added in v1.0.25

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

func NewIBMPISAPInstanceClient added in v1.0.25

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

NewIBMPIInstanceClient ...

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
}

func NewIBMPISnapshotClient added in v1.0.1

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

NewSnapShotClient ...

func (*IBMPISnapshotClient) Create added in v1.0.15

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

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)

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 IBMPISystemPoolClient added in v1.0.7

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

func NewIBMPISystemPoolClient added in v1.0.7

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

NewSnapShotClient ...

func (*IBMPISystemPoolClient) Get added in v1.0.7

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

Get the System Pools

type IBMPITenantClient

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

func NewIBMPITenantClient

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

NewPowerImageClient ...

func (*IBMPITenantClient) Get

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

type IBMPIVolumeClient

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

func NewIBMPIVolumeClient

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

NewPowerVolumeClient ...

func (*IBMPIVolumeClient) Attach

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

func (*IBMPIVolumeClient) CheckVolumeAttach added in v1.0.35

func (f *IBMPIVolumeClient) CheckVolumeAttach(cloud_instance_id, pvm_instance_id, volume_id string, timeout time.Duration) (*models.Volume, error)

Check 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)

func (*IBMPIVolumeClient) Delete

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

Delete ...

func (*IBMPIVolumeClient) Detach

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

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, cloud_instance_id string, timeout time.Duration) (*models.Volumes, error)

func (*IBMPIVolumeClient) SetBootVolume

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

func (*IBMPIVolumeClient) Update

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

Update..

Jump to

Keyboard shortcuts

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