ibm_cloud_power 1.1.1 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +70 -0
- data/README.md +207 -68
- data/docs/AuxiliaryVolumeForOnboarding.md +20 -0
- data/docs/AuxiliaryVolumesForOnboarding.md +20 -0
- data/docs/CloneTaskReference.md +10 -9
- data/docs/CloneTaskStatus.md +14 -13
- data/docs/ClonedVolume.md +10 -9
- data/docs/ClonedVolumeDetail.md +10 -9
- data/docs/CloudConnection.md +34 -31
- data/docs/CloudConnectionCreate.md +22 -13
- data/docs/CloudConnectionCreateResponse.md +46 -0
- data/docs/CloudConnectionEndpointClassic.md +10 -9
- data/docs/CloudConnectionEndpointClassicUpdate.md +20 -0
- data/docs/CloudConnectionEndpointGRE.md +10 -9
- data/docs/CloudConnectionEndpointVPC.md +10 -9
- data/docs/CloudConnectionGRETunnel.md +10 -11
- data/docs/CloudConnectionGRETunnelCreate.md +20 -0
- data/docs/CloudConnectionSpeed.md +4 -5
- data/docs/CloudConnectionUpdate.md +18 -17
- data/docs/CloudConnectionVPC.md +10 -9
- data/docs/CloudConnectionVirtualPrivateClouds.md +8 -7
- data/docs/CloudConnectionVirtualPrivateCloudsVirtualPrivateCloudsInner.md +24 -0
- data/docs/CloudConnections.md +8 -7
- data/docs/CloudInstance.md +28 -27
- data/docs/CloudInstanceCreate.md +20 -19
- data/docs/CloudInstanceReference.md +22 -21
- data/docs/CloudInstanceUpdate.md +16 -15
- data/docs/CloudInstanceUsageLimits.md +28 -27
- data/docs/ConsoleLanguage.md +20 -0
- data/docs/ConsoleLanguages.md +18 -0
- data/docs/CreateCosImageImportJob.md +38 -0
- data/docs/CreateDataVolume.md +28 -19
- data/docs/CreateImage.md +32 -27
- data/docs/DeadPeerDetection.md +22 -0
- data/docs/DisasterRecoveryLocation.md +20 -0
- data/docs/DisasterRecoveryLocations.md +18 -0
- data/docs/Error.md +10 -9
- data/docs/Event.md +24 -23
- data/docs/EventUser.md +12 -11
- data/docs/Events.md +8 -7
- data/docs/ExportImage.md +14 -13
- data/docs/FlashCopyMapping.md +30 -0
- data/docs/IKEPolicies.md +18 -0
- data/docs/IKEPolicy.md +30 -0
- data/docs/IKEPolicyAuthentication.md +15 -0
- data/docs/IKEPolicyCreate.md +30 -0
- data/docs/IKEPolicyOptions.md +24 -0
- data/docs/IKEPolicyRef.md +20 -0
- data/docs/IKEPolicyTemplate.md +26 -0
- data/docs/IKEPolicyUpdate.md +30 -0
- data/docs/IPAddressRange.md +10 -9
- data/docs/IPSECPolicyAuthentication.md +15 -0
- data/docs/IPSecPolicies.md +18 -0
- data/docs/IPSecPolicy.md +30 -0
- data/docs/IPSecPolicyCreate.md +28 -0
- data/docs/IPSecPolicyOptions.md +22 -0
- data/docs/IPSecPolicyRef.md +20 -0
- data/docs/IPSecPolicyTemplate.md +24 -0
- data/docs/IPSecPolicyUpdate.md +28 -0
- data/docs/Image.md +32 -31
- data/docs/ImageReference.md +26 -25
- data/docs/ImageSpecifications.md +20 -19
- data/docs/ImageVolume.md +14 -13
- data/docs/Images.md +8 -7
- data/docs/Job.md +24 -0
- data/docs/JobReference.md +20 -0
- data/docs/Jobs.md +18 -0
- data/docs/MaximumStorageAllocation.md +12 -11
- data/docs/MinMaxDefault.md +12 -11
- data/docs/MultiVolumesCreate.md +30 -21
- data/docs/Network.md +32 -27
- data/docs/NetworkCloudConnectionsInner.md +20 -0
- data/docs/NetworkCreate.md +20 -19
- data/docs/NetworkID.md +18 -0
- data/docs/NetworkIDs.md +18 -0
- data/docs/NetworkIpAddressMetrics.md +14 -13
- data/docs/NetworkPort.md +22 -21
- data/docs/NetworkPortCreate.md +10 -9
- data/docs/NetworkPortPvmInstance.md +10 -9
- data/docs/NetworkPortUpdate.md +10 -9
- data/docs/NetworkPorts.md +8 -7
- data/docs/NetworkReference.md +20 -17
- data/docs/NetworkUpdate.md +14 -13
- data/docs/Networks.md +8 -7
- data/docs/Operation.md +22 -0
- data/docs/Operations.md +12 -11
- data/docs/Options.md +18 -0
- data/docs/PCloudCloudConnectionsApi.md +245 -110
- data/docs/PCloudDisasterRecoveryApi.md +130 -0
- data/docs/PCloudEventsApi.md +66 -31
- data/docs/PCloudImagesApi.md +525 -109
- data/docs/PCloudInstancesApi.md +22 -100
- data/docs/PCloudJobsApi.md +208 -0
- data/docs/PCloudNetworksApi.md +292 -123
- data/docs/PCloudPVMInstancesApi.md +774 -226
- data/docs/PCloudPlacementGroupsApi.md +183 -82
- data/docs/PCloudSAPApi.md +86 -36
- data/docs/PCloudSPPPlacementGroupsApi.md +399 -0
- data/docs/PCloudSharedProcessorPoolsApi.md +332 -0
- data/docs/PCloudSnapshotsApi.md +113 -46
- data/docs/PCloudStorageCapacityApi.md +112 -45
- data/docs/PCloudSystemPoolsApi.md +30 -14
- data/docs/PCloudTasksApi.md +58 -25
- data/docs/PCloudTenantsApi.md +58 -25
- data/docs/PCloudTenantsSSHKeysApi.md +147 -63
- data/docs/PCloudVPNConnectionsApi.md +752 -0
- data/docs/PCloudVPNPoliciesApi.md +677 -0
- data/docs/PCloudVolumeGroupsApi.md +657 -0
- data/docs/PCloudVolumeOnboardingApi.md +200 -0
- data/docs/PCloudVolumesApi.md +915 -276
- data/docs/PVMInstance.md +86 -69
- data/docs/PVMInstanceAction.md +8 -7
- data/docs/PVMInstanceAddNetwork.md +10 -9
- data/docs/PVMInstanceCapture.md +20 -19
- data/docs/PVMInstanceClone.md +22 -21
- data/docs/PVMInstanceConsole.md +8 -7
- data/docs/PVMInstanceCreate.md +58 -45
- data/docs/PVMInstanceFault.md +14 -13
- data/docs/PVMInstanceHealth.md +12 -11
- data/docs/PVMInstanceMultiCreate.md +12 -11
- data/docs/PVMInstanceNetwork.md +24 -23
- data/docs/PVMInstanceNetworks.md +8 -7
- data/docs/PVMInstanceOperation.md +10 -9
- data/docs/PVMInstanceReference.md +80 -61
- data/docs/PVMInstanceRemoveNetwork.md +8 -7
- data/docs/PVMInstanceUpdate.md +28 -23
- data/docs/PVMInstanceUpdateResponse.md +20 -17
- data/docs/PVMInstanceVolumeUpdate.md +8 -7
- data/docs/PVMInstances.md +8 -7
- data/docs/PeerSubnetUpdate.md +18 -0
- data/docs/PeerSubnets.md +18 -0
- data/docs/PeeringNetwork.md +12 -11
- data/docs/PinPolicy.md +4 -5
- data/docs/PlacementGroup.md +14 -13
- data/docs/PlacementGroupCreate.md +10 -9
- data/docs/PlacementGroupServer.md +8 -7
- data/docs/PlacementGroups.md +8 -7
- data/docs/RemoteCopyRelationship.md +44 -0
- data/docs/SAPCreate.md +36 -23
- data/docs/SAPProfile.md +16 -15
- data/docs/SAPProfileReference.md +10 -9
- data/docs/SAPProfiles.md +8 -7
- data/docs/SPPPlacementGroup.md +24 -0
- data/docs/SPPPlacementGroupCreate.md +20 -0
- data/docs/SPPPlacementGroups.md +18 -0
- data/docs/SRC.md +10 -9
- data/docs/SSHKey.md +12 -11
- data/docs/SSHKeys.md +8 -7
- data/docs/SharedProcessorPool.md +36 -0
- data/docs/SharedProcessorPoolCreate.md +24 -0
- data/docs/SharedProcessorPoolDetail.md +20 -0
- data/docs/SharedProcessorPoolPlacementGroup.md +22 -0
- data/docs/SharedProcessorPoolServer.md +32 -0
- data/docs/SharedProcessorPoolUpdate.md +20 -0
- data/docs/SharedProcessorPools.md +18 -0
- data/docs/Site.md +20 -0
- data/docs/Snapshot.md +26 -25
- data/docs/SnapshotCreate.md +12 -11
- data/docs/SnapshotCreateResponse.md +8 -7
- data/docs/SnapshotRestore.md +8 -7
- data/docs/SnapshotUpdate.md +10 -9
- data/docs/Snapshots.md +8 -7
- data/docs/SoftwareLicenses.md +16 -15
- data/docs/Status.md +22 -0
- data/docs/StatusDescription.md +18 -0
- data/docs/StatusDescriptionError.md +22 -0
- data/docs/StockImage.md +12 -11
- data/docs/StorageAffinity.md +26 -0
- data/docs/StoragePoolCapacity.md +14 -13
- data/docs/StoragePoolsCapacity.md +10 -9
- data/docs/StorageTypeCapacity.md +12 -11
- data/docs/StorageTypesCapacity.md +10 -9
- data/docs/System.md +12 -11
- data/docs/SystemPool.md +22 -21
- data/docs/Task.md +24 -23
- data/docs/TaskReference.md +10 -9
- data/docs/Tenant.md +20 -19
- data/docs/TenantUpdate.md +10 -9
- data/docs/UpdateVolume.md +14 -13
- data/docs/VPNConnection.md +40 -0
- data/docs/VPNConnectionCreate.md +30 -0
- data/docs/VPNConnectionCreateResponse.md +42 -0
- data/docs/VPNConnectionUpdate.md +24 -0
- data/docs/VPNConnections.md +18 -0
- data/docs/VPNaaSOptions.md +26 -0
- data/docs/VirtualCores.md +12 -11
- data/docs/Volume.md +58 -33
- data/docs/VolumeAction.md +18 -0
- data/docs/VolumeGroup.md +28 -0
- data/docs/VolumeGroupAction.md +22 -0
- data/docs/VolumeGroupActionReset.md +18 -0
- data/docs/VolumeGroupActionStart.md +18 -0
- data/docs/VolumeGroupActionStop.md +18 -0
- data/docs/VolumeGroupCreate.md +22 -0
- data/docs/VolumeGroupCreateResponse.md +24 -0
- data/docs/VolumeGroupDetails.md +30 -0
- data/docs/VolumeGroupRemoteCopyRelationships.md +20 -0
- data/docs/VolumeGroupStorageDetails.md +34 -0
- data/docs/VolumeGroupUpdate.md +20 -0
- data/docs/VolumeGroups.md +18 -0
- data/docs/VolumeGroupsDetails.md +18 -0
- data/docs/VolumeInfo.md +10 -9
- data/docs/VolumeOnboarding.md +30 -0
- data/docs/VolumeOnboardingCommon.md +24 -0
- data/docs/VolumeOnboardingCreate.md +20 -0
- data/docs/VolumeOnboardingCreateResponse.md +20 -0
- data/docs/VolumeOnboardingFailure.md +20 -0
- data/docs/VolumeOnboardings.md +18 -0
- data/docs/VolumeReference.md +60 -35
- data/docs/VolumeRemoteCopyRelationship.md +48 -0
- data/docs/Volumes.md +8 -7
- data/docs/VolumesAttach.md +18 -0
- data/docs/VolumesAttachmentResponse.md +18 -0
- data/docs/VolumesClone.md +22 -21
- data/docs/VolumesCloneAsyncRequest.md +10 -9
- data/docs/VolumesCloneCancel.md +8 -7
- data/docs/VolumesCloneCreate.md +10 -9
- data/docs/VolumesCloneDetail.md +24 -23
- data/docs/VolumesCloneExecute.md +10 -9
- data/docs/VolumesCloneRequest.md +10 -9
- data/docs/VolumesCloneResponse.md +10 -7
- data/docs/VolumesClones.md +8 -7
- data/git_push.sh +3 -4
- data/ibm_cloud_power.gemspec +3 -3
- data/lib/ibm_cloud_power/api/p_cloud_cloud_connections_api.rb +77 -63
- data/lib/ibm_cloud_power/api/p_cloud_disaster_recovery_api.rb +138 -0
- data/lib/ibm_cloud_power/api/p_cloud_events_api.rb +21 -19
- data/lib/ibm_cloud_power/api/p_cloud_images_api.rb +343 -44
- data/lib/ibm_cloud_power/api/p_cloud_instances_api.rb +7 -134
- data/lib/ibm_cloud_power/api/p_cloud_jobs_api.rb +234 -0
- data/lib/ibm_cloud_power/api/p_cloud_networks_api.rb +67 -45
- data/lib/ibm_cloud_power/api/p_cloud_placement_groups_api.rb +61 -46
- data/lib/ibm_cloud_power/api/p_cloud_pvm_instances_api.rb +431 -98
- data/lib/ibm_cloud_power/api/p_cloud_sap_api.rb +17 -11
- data/lib/ibm_cloud_power/api/p_cloud_shared_processor_pools_api.rb +367 -0
- data/lib/ibm_cloud_power/api/p_cloud_snapshots_api.rb +23 -16
- data/lib/ibm_cloud_power/api/p_cloud_spp_placement_groups_api.rb +435 -0
- data/lib/ibm_cloud_power/api/p_cloud_storage_capacity_api.rb +17 -13
- data/lib/ibm_cloud_power/api/p_cloud_system_pools_api.rb +7 -6
- data/lib/ibm_cloud_power/api/p_cloud_tasks_api.rb +14 -12
- data/lib/ibm_cloud_power/api/p_cloud_tenants_api.rb +15 -10
- data/lib/ibm_cloud_power/api/p_cloud_tenants_ssh_keys_api.rb +37 -26
- data/lib/ibm_cloud_power/api/p_cloud_volume_groups_api.rb +707 -0
- data/lib/ibm_cloud_power/api/p_cloud_volume_onboarding_api.rb +222 -0
- data/lib/ibm_cloud_power/api/p_cloud_volumes_api.rb +458 -115
- data/lib/ibm_cloud_power/api/p_cloud_vpn_connections_api.rb +835 -0
- data/lib/ibm_cloud_power/api/p_cloud_vpn_policies_api.rb +732 -0
- data/lib/ibm_cloud_power/api_client.rb +56 -52
- data/lib/ibm_cloud_power/api_error.rb +1 -1
- data/lib/ibm_cloud_power/configuration.rb +43 -12
- data/lib/ibm_cloud_power/models/auxiliary_volume_for_onboarding.rb +235 -0
- data/lib/ibm_cloud_power/models/auxiliary_volumes_for_onboarding.rb +241 -0
- data/lib/ibm_cloud_power/models/clone_task_reference.rb +19 -8
- data/lib/ibm_cloud_power/models/clone_task_status.rb +48 -37
- data/lib/ibm_cloud_power/models/cloned_volume.rb +33 -22
- data/lib/ibm_cloud_power/models/cloned_volume_detail.rb +37 -26
- data/lib/ibm_cloud_power/models/cloud_connection.rb +114 -93
- data/lib/ibm_cloud_power/models/cloud_connection_create.rb +108 -23
- data/lib/ibm_cloud_power/models/cloud_connection_create_response.rb +416 -0
- data/lib/ibm_cloud_power/models/cloud_connection_endpoint_classic.rb +20 -9
- data/lib/ibm_cloud_power/models/cloud_connection_endpoint_classic_update.rb +229 -0
- data/lib/ibm_cloud_power/models/cloud_connection_endpoint_gre.rb +19 -8
- data/lib/ibm_cloud_power/models/cloud_connection_endpoint_vpc.rb +19 -8
- data/lib/ibm_cloud_power/models/cloud_connection_gre_tunnel.rb +30 -29
- data/lib/ibm_cloud_power/models/cloud_connection_gre_tunnel_create.rb +240 -0
- data/lib/ibm_cloud_power/models/cloud_connection_speed.rb +2 -1
- data/lib/ibm_cloud_power/models/cloud_connection_update.rb +77 -32
- data/lib/ibm_cloud_power/models/cloud_connection_virtual_private_clouds.rb +20 -9
- data/lib/ibm_cloud_power/models/cloud_connection_virtual_private_clouds_virtual_private_clouds_inner.rb +270 -0
- data/lib/ibm_cloud_power/models/cloud_connection_vpc.rb +33 -22
- data/lib/ibm_cloud_power/models/cloud_connections.rb +19 -8
- data/lib/ibm_cloud_power/models/cloud_instance.rb +101 -90
- data/lib/ibm_cloud_power/models/cloud_instance_create.rb +19 -8
- data/lib/ibm_cloud_power/models/cloud_instance_reference.rb +69 -58
- data/lib/ibm_cloud_power/models/cloud_instance_update.rb +19 -8
- data/lib/ibm_cloud_power/models/cloud_instance_usage_limits.rb +60 -49
- data/lib/ibm_cloud_power/models/console_language.rb +235 -0
- data/lib/ibm_cloud_power/models/console_languages.rb +227 -0
- data/lib/ibm_cloud_power/models/create_cos_image_import_job.rb +387 -0
- data/lib/ibm_cloud_power/models/create_data_volume.rb +98 -43
- data/lib/ibm_cloud_power/models/create_image.rb +91 -62
- data/lib/ibm_cloud_power/models/dead_peer_detection.rb +350 -0
- data/lib/ibm_cloud_power/models/disaster_recovery_location.rb +232 -0
- data/lib/ibm_cloud_power/models/disaster_recovery_locations.rb +227 -0
- data/lib/ibm_cloud_power/models/error.rb +32 -21
- data/lib/ibm_cloud_power/models/event.rb +84 -73
- data/lib/ibm_cloud_power/models/event_user.rb +34 -23
- data/lib/ibm_cloud_power/models/events.rb +19 -8
- data/lib/ibm_cloud_power/models/export_image.rb +35 -24
- data/lib/ibm_cloud_power/models/flash_copy_mapping.rb +285 -0
- data/lib/ibm_cloud_power/models/ike_policies.rb +227 -0
- data/lib/ibm_cloud_power/models/ike_policy.rb +401 -0
- data/lib/ibm_cloud_power/models/ike_policy_authentication.rb +42 -0
- data/lib/ibm_cloud_power/models/ike_policy_create.rb +424 -0
- data/lib/ibm_cloud_power/models/ike_policy_options.rb +274 -0
- data/lib/ibm_cloud_power/models/ike_policy_ref.rb +241 -0
- data/lib/ibm_cloud_power/models/ike_policy_template.rb +313 -0
- data/lib/ibm_cloud_power/models/ike_policy_update.rb +386 -0
- data/lib/ibm_cloud_power/models/image.rb +105 -94
- data/lib/ibm_cloud_power/models/image_reference.rb +100 -89
- data/lib/ibm_cloud_power/models/image_specifications.rb +48 -37
- data/lib/ibm_cloud_power/models/image_volume.rb +40 -29
- data/lib/ibm_cloud_power/models/images.rb +19 -8
- data/lib/ibm_cloud_power/models/ip_address_range.rb +38 -27
- data/lib/ibm_cloud_power/models/ip_sec_policies.rb +227 -0
- data/lib/ibm_cloud_power/models/ip_sec_policy.rb +389 -0
- data/lib/ibm_cloud_power/models/ip_sec_policy_create.rb +397 -0
- data/lib/ibm_cloud_power/models/ip_sec_policy_options.rb +258 -0
- data/lib/ibm_cloud_power/models/ip_sec_policy_ref.rb +241 -0
- data/lib/ibm_cloud_power/models/ip_sec_policy_template.rb +298 -0
- data/lib/ibm_cloud_power/models/ip_sec_policy_update.rb +364 -0
- data/lib/ibm_cloud_power/models/ipsec_policy_authentication.rb +41 -0
- data/lib/ibm_cloud_power/models/job.rb +263 -0
- data/lib/ibm_cloud_power/models/job_reference.rb +240 -0
- data/lib/ibm_cloud_power/models/jobs.rb +227 -0
- data/lib/ibm_cloud_power/models/maximum_storage_allocation.rb +40 -29
- data/lib/ibm_cloud_power/models/min_max_default.rb +40 -29
- data/lib/ibm_cloud_power/models/multi_volumes_create.rb +112 -57
- data/lib/ibm_cloud_power/models/network.rb +127 -94
- data/lib/ibm_cloud_power/models/network_cloud_connections_inner.rb +230 -0
- data/lib/ibm_cloud_power/models/network_create.rb +55 -44
- data/lib/ibm_cloud_power/models/network_id.rb +225 -0
- data/lib/ibm_cloud_power/models/network_ids.rb +222 -0
- data/lib/ibm_cloud_power/models/network_ip_address_metrics.rb +35 -24
- data/lib/ibm_cloud_power/models/network_port.rb +70 -59
- data/lib/ibm_cloud_power/models/network_port_create.rb +19 -8
- data/lib/ibm_cloud_power/models/network_port_pvm_instance.rb +33 -22
- data/lib/ibm_cloud_power/models/network_port_update.rb +19 -8
- data/lib/ibm_cloud_power/models/network_ports.rb +19 -8
- data/lib/ibm_cloud_power/models/network_reference.rb +77 -56
- data/lib/ibm_cloud_power/models/network_update.rb +42 -31
- data/lib/ibm_cloud_power/models/networks.rb +19 -8
- data/lib/ibm_cloud_power/models/operation.rb +255 -0
- data/lib/ibm_cloud_power/models/operations.rb +19 -8
- data/lib/ibm_cloud_power/models/options.rb +224 -0
- data/lib/ibm_cloud_power/models/peer_subnet_update.rb +225 -0
- data/lib/ibm_cloud_power/models/peer_subnets.rb +222 -0
- data/lib/ibm_cloud_power/models/peering_network.rb +38 -27
- data/lib/ibm_cloud_power/models/pin_policy.rb +8 -4
- data/lib/ibm_cloud_power/models/placement_group.rb +40 -29
- data/lib/ibm_cloud_power/models/placement_group_create.rb +19 -8
- data/lib/ibm_cloud_power/models/placement_group_server.rb +19 -8
- data/lib/ibm_cloud_power/models/placement_groups.rb +19 -8
- data/lib/ibm_cloud_power/models/pvm_instance.rb +311 -219
- data/lib/ibm_cloud_power/models/pvm_instance_action.rb +19 -8
- data/lib/ibm_cloud_power/models/pvm_instance_add_network.rb +33 -22
- data/lib/ibm_cloud_power/models/pvm_instance_capture.rb +51 -40
- data/lib/ibm_cloud_power/models/pvm_instance_clone.rb +69 -58
- data/lib/ibm_cloud_power/models/pvm_instance_console.rb +20 -9
- data/lib/ibm_cloud_power/models/pvm_instance_create.rb +236 -154
- data/lib/ibm_cloud_power/models/pvm_instance_fault.rb +33 -22
- data/lib/ibm_cloud_power/models/pvm_instance_health.rb +33 -22
- data/lib/ibm_cloud_power/models/pvm_instance_multi_create.rb +30 -19
- data/lib/ibm_cloud_power/models/pvm_instance_network.rb +72 -61
- data/lib/ibm_cloud_power/models/pvm_instance_networks.rb +19 -8
- data/lib/ibm_cloud_power/models/pvm_instance_operation.rb +37 -26
- data/lib/ibm_cloud_power/models/pvm_instance_reference.rb +284 -180
- data/lib/ibm_cloud_power/models/pvm_instance_remove_network.rb +19 -8
- data/lib/ibm_cloud_power/models/pvm_instance_update.rb +79 -46
- data/lib/ibm_cloud_power/models/pvm_instance_update_response.rb +64 -43
- data/lib/ibm_cloud_power/models/pvm_instance_volume_update.rb +19 -8
- data/lib/ibm_cloud_power/models/pvm_instances.rb +19 -8
- data/lib/ibm_cloud_power/models/remote_copy_relationship.rb +360 -0
- data/lib/ibm_cloud_power/models/sap_create.rb +123 -53
- data/lib/ibm_cloud_power/models/sap_profile.rb +56 -45
- data/lib/ibm_cloud_power/models/sap_profile_reference.rb +38 -27
- data/lib/ibm_cloud_power/models/sap_profiles.rb +19 -8
- data/lib/ibm_cloud_power/models/shared_processor_pool.rb +337 -0
- data/lib/ibm_cloud_power/models/shared_processor_pool_create.rb +265 -0
- data/lib/ibm_cloud_power/models/shared_processor_pool_detail.rb +241 -0
- data/lib/ibm_cloud_power/models/shared_processor_pool_placement_group.rb +255 -0
- data/lib/ibm_cloud_power/models/shared_processor_pool_server.rb +290 -0
- data/lib/ibm_cloud_power/models/shared_processor_pool_update.rb +230 -0
- data/lib/ibm_cloud_power/models/shared_processor_pools.rb +222 -0
- data/lib/ibm_cloud_power/models/site.rb +230 -0
- data/lib/ibm_cloud_power/models/snapshot.rb +90 -79
- data/lib/ibm_cloud_power/models/snapshot_create.rb +39 -28
- data/lib/ibm_cloud_power/models/snapshot_create_response.rb +19 -8
- data/lib/ibm_cloud_power/models/snapshot_restore.rb +19 -8
- data/lib/ibm_cloud_power/models/snapshot_update.rb +33 -22
- data/lib/ibm_cloud_power/models/snapshots.rb +19 -8
- data/lib/ibm_cloud_power/models/software_licenses.rb +35 -24
- data/lib/ibm_cloud_power/models/spp_placement_group.rb +267 -0
- data/lib/ibm_cloud_power/models/spp_placement_group_create.rb +274 -0
- data/lib/ibm_cloud_power/models/spp_placement_groups.rb +222 -0
- data/lib/ibm_cloud_power/models/src.rb +33 -22
- data/lib/ibm_cloud_power/models/ssh_key.rb +33 -22
- data/lib/ibm_cloud_power/models/ssh_keys.rb +19 -8
- data/lib/ibm_cloud_power/models/status.rb +250 -0
- data/lib/ibm_cloud_power/models/status_description.rb +223 -0
- data/lib/ibm_cloud_power/models/status_description_error.rb +243 -0
- data/lib/ibm_cloud_power/models/stock_image.rb +34 -23
- data/lib/ibm_cloud_power/models/storage_affinity.rb +298 -0
- data/lib/ibm_cloud_power/models/storage_pool_capacity.rb +30 -19
- data/lib/ibm_cloud_power/models/storage_pools_capacity.rb +19 -8
- data/lib/ibm_cloud_power/models/storage_type_capacity.rb +33 -22
- data/lib/ibm_cloud_power/models/storage_types_capacity.rb +19 -8
- data/lib/ibm_cloud_power/models/system.rb +19 -8
- data/lib/ibm_cloud_power/models/system_pool.rb +51 -40
- data/lib/ibm_cloud_power/models/task.rb +85 -74
- data/lib/ibm_cloud_power/models/task_reference.rb +38 -27
- data/lib/ibm_cloud_power/models/tenant.rb +72 -61
- data/lib/ibm_cloud_power/models/tenant_update.rb +19 -8
- data/lib/ibm_cloud_power/models/update_volume.rb +37 -26
- data/lib/ibm_cloud_power/models/virtual_cores.rb +34 -23
- data/lib/ibm_cloud_power/models/volume.rb +263 -98
- data/lib/ibm_cloud_power/models/volume_action.rb +225 -0
- data/lib/ibm_cloud_power/models/volume_group.rb +279 -0
- data/lib/ibm_cloud_power/models/volume_group_action.rb +238 -0
- data/lib/ibm_cloud_power/models/volume_group_action_reset.rb +262 -0
- data/lib/ibm_cloud_power/models/volume_group_action_start.rb +262 -0
- data/lib/ibm_cloud_power/models/volume_group_action_stop.rb +226 -0
- data/lib/ibm_cloud_power/models/volume_group_create.rb +247 -0
- data/lib/ibm_cloud_power/models/volume_group_create_response.rb +265 -0
- data/lib/ibm_cloud_power/models/volume_group_details.rb +291 -0
- data/lib/ibm_cloud_power/models/volume_group_remote_copy_relationships.rb +232 -0
- data/lib/ibm_cloud_power/models/volume_group_storage_details.rb +307 -0
- data/lib/ibm_cloud_power/models/volume_group_update.rb +234 -0
- data/lib/ibm_cloud_power/models/volume_groups.rb +227 -0
- data/lib/ibm_cloud_power/models/volume_groups_details.rb +227 -0
- data/lib/ibm_cloud_power/models/volume_info.rb +33 -22
- data/lib/ibm_cloud_power/models/volume_onboarding.rb +296 -0
- data/lib/ibm_cloud_power/models/volume_onboarding_common.rb +257 -0
- data/lib/ibm_cloud_power/models/volume_onboarding_create.rb +236 -0
- data/lib/ibm_cloud_power/models/volume_onboarding_create_response.rb +230 -0
- data/lib/ibm_cloud_power/models/volume_onboarding_failure.rb +232 -0
- data/lib/ibm_cloud_power/models/volume_onboardings.rb +227 -0
- data/lib/ibm_cloud_power/models/volume_reference.rb +290 -125
- data/lib/ibm_cloud_power/models/volume_remote_copy_relationship.rb +387 -0
- data/lib/ibm_cloud_power/models/volumes.rb +19 -8
- data/lib/ibm_cloud_power/models/volumes_attach.rb +227 -0
- data/lib/ibm_cloud_power/models/volumes_attachment_response.rb +225 -0
- data/lib/ibm_cloud_power/models/volumes_clone.rb +68 -57
- data/lib/ibm_cloud_power/models/volumes_clone_async_request.rb +31 -20
- data/lib/ibm_cloud_power/models/volumes_clone_cancel.rb +19 -8
- data/lib/ibm_cloud_power/models/volumes_clone_create.rb +30 -19
- data/lib/ibm_cloud_power/models/volumes_clone_detail.rb +75 -64
- data/lib/ibm_cloud_power/models/volumes_clone_execute.rb +20 -9
- data/lib/ibm_cloud_power/models/volumes_clone_request.rb +30 -19
- data/lib/ibm_cloud_power/models/volumes_clone_response.rb +32 -13
- data/lib/ibm_cloud_power/models/volumes_clones.rb +19 -8
- data/lib/ibm_cloud_power/models/vp_naa_s_options.rb +280 -0
- data/lib/ibm_cloud_power/models/vpn_connection.rb +437 -0
- data/lib/ibm_cloud_power/models/vpn_connection_create.rb +353 -0
- data/lib/ibm_cloud_power/models/vpn_connection_create_response.rb +453 -0
- data/lib/ibm_cloud_power/models/vpn_connection_update.rb +251 -0
- data/lib/ibm_cloud_power/models/vpn_connections.rb +222 -0
- data/lib/ibm_cloud_power/version.rb +2 -2
- data/lib/ibm_cloud_power.rb +93 -6
- data/pkg/ibm_cloud_power-2.1.0.gem +0 -0
- data/spec/api/p_cloud_disaster_recovery_api_spec.rb +56 -0
- data/spec/api/p_cloud_jobs_api_spec.rb +73 -0
- data/spec/api/p_cloud_shared_processor_pools_api_spec.rb +95 -0
- data/spec/api/p_cloud_spp_placement_groups_api_spec.rb +108 -0
- data/spec/api/p_cloud_volume_groups_api_spec.rb +155 -0
- data/spec/api/p_cloud_volume_onboarding_api_spec.rb +70 -0
- data/spec/api/p_cloud_vpn_connections_api_spec.rb +194 -0
- data/spec/api/p_cloud_vpn_policies_api_spec.rb +165 -0
- data/spec/api_client_spec.rb +3 -3
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/auxiliary_volume_for_onboarding_spec.rb +40 -0
- data/spec/models/auxiliary_volumes_for_onboarding_spec.rb +40 -0
- data/spec/models/cloud_connection_create_response_spec.rb +112 -0
- data/spec/models/cloud_connection_endpoint_classic_update_spec.rb +40 -0
- data/spec/models/cloud_connection_gre_tunnel_create_spec.rb +40 -0
- data/spec/models/cloud_connection_virtual_private_clouds_virtual_private_clouds_inner_spec.rb +52 -0
- data/spec/models/console_language_spec.rb +40 -0
- data/spec/models/console_languages_spec.rb +34 -0
- data/spec/models/create_cos_image_import_job_spec.rb +102 -0
- data/spec/models/dead_peer_detection_spec.rb +50 -0
- data/spec/models/disaster_recovery_location_spec.rb +40 -0
- data/spec/models/disaster_recovery_locations_spec.rb +34 -0
- data/spec/models/flash_copy_mapping_spec.rb +70 -0
- data/spec/models/ike_policies_spec.rb +34 -0
- data/spec/models/ike_policy_authentication_spec.rb +28 -0
- data/spec/models/ike_policy_create_spec.rb +86 -0
- data/spec/models/ike_policy_options_spec.rb +52 -0
- data/spec/models/ike_policy_ref_spec.rb +40 -0
- data/spec/models/ike_policy_spec.rb +86 -0
- data/spec/models/ike_policy_template_spec.rb +58 -0
- data/spec/models/ike_policy_update_spec.rb +86 -0
- data/spec/models/ip_sec_policies_spec.rb +34 -0
- data/spec/models/ip_sec_policy_create_spec.rb +76 -0
- data/spec/models/ip_sec_policy_options_spec.rb +46 -0
- data/spec/models/ip_sec_policy_ref_spec.rb +40 -0
- data/spec/models/ip_sec_policy_spec.rb +82 -0
- data/spec/models/ip_sec_policy_template_spec.rb +52 -0
- data/spec/models/ip_sec_policy_update_spec.rb +76 -0
- data/spec/models/ipsec_policy_authentication_spec.rb +28 -0
- data/spec/models/job_reference_spec.rb +40 -0
- data/spec/models/job_spec.rb +52 -0
- data/spec/models/jobs_spec.rb +34 -0
- data/spec/models/network_cloud_connections_inner_spec.rb +40 -0
- data/spec/models/network_id_spec.rb +34 -0
- data/spec/models/network_ids_spec.rb +34 -0
- data/spec/models/operation_spec.rb +46 -0
- data/spec/models/options_spec.rb +34 -0
- data/spec/models/peer_subnet_update_spec.rb +34 -0
- data/spec/models/peer_subnets_spec.rb +34 -0
- data/spec/models/remote_copy_relationship_spec.rb +112 -0
- data/spec/models/shared_processor_pool_create_spec.rb +52 -0
- data/spec/models/shared_processor_pool_detail_spec.rb +40 -0
- data/spec/models/shared_processor_pool_placement_group_spec.rb +46 -0
- data/spec/models/shared_processor_pool_server_spec.rb +76 -0
- data/spec/models/shared_processor_pool_spec.rb +88 -0
- data/spec/models/shared_processor_pool_update_spec.rb +40 -0
- data/spec/models/shared_processor_pools_spec.rb +34 -0
- data/spec/models/site_spec.rb +40 -0
- data/spec/models/spp_placement_group_create_spec.rb +44 -0
- data/spec/models/spp_placement_group_spec.rb +52 -0
- data/spec/models/spp_placement_groups_spec.rb +34 -0
- data/spec/models/status_description_error_spec.rb +46 -0
- data/spec/models/status_description_spec.rb +34 -0
- data/spec/models/status_spec.rb +46 -0
- data/spec/models/storage_affinity_spec.rb +62 -0
- data/spec/models/volume_action_spec.rb +34 -0
- data/spec/models/volume_group_action_reset_spec.rb +38 -0
- data/spec/models/volume_group_action_spec.rb +46 -0
- data/spec/models/volume_group_action_start_spec.rb +38 -0
- data/spec/models/volume_group_action_stop_spec.rb +34 -0
- data/spec/models/volume_group_create_response_spec.rb +52 -0
- data/spec/models/volume_group_create_spec.rb +46 -0
- data/spec/models/volume_group_details_spec.rb +70 -0
- data/spec/models/volume_group_remote_copy_relationships_spec.rb +40 -0
- data/spec/models/volume_group_spec.rb +64 -0
- data/spec/models/volume_group_storage_details_spec.rb +82 -0
- data/spec/models/volume_group_update_spec.rb +40 -0
- data/spec/models/volume_groups_details_spec.rb +34 -0
- data/spec/models/volume_groups_spec.rb +34 -0
- data/spec/models/volume_onboarding_common_spec.rb +52 -0
- data/spec/models/volume_onboarding_create_response_spec.rb +40 -0
- data/spec/models/volume_onboarding_create_spec.rb +40 -0
- data/spec/models/volume_onboarding_failure_spec.rb +40 -0
- data/spec/models/volume_onboarding_spec.rb +70 -0
- data/spec/models/volume_onboardings_spec.rb +34 -0
- data/spec/models/volume_remote_copy_relationship_spec.rb +124 -0
- data/spec/models/volumes_attach_spec.rb +34 -0
- data/spec/models/volumes_attachment_response_spec.rb +34 -0
- data/spec/models/vp_naa_s_options_spec.rb +58 -0
- data/spec/models/vpn_connection_create_response_spec.rb +114 -0
- data/spec/models/vpn_connection_create_spec.rb +74 -0
- data/spec/models/vpn_connection_spec.rb +108 -0
- data/spec/models/vpn_connection_update_spec.rb +52 -0
- data/spec/models/vpn_connections_spec.rb +34 -0
- data/spec/spec_helper.rb +1 -1
- metadata +374 -4
@@ -6,7 +6,7 @@
|
|
6
6
|
The version of the OpenAPI document: 1.0.0
|
7
7
|
Contact: kylej@us.ibm.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 6.2.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -19,6 +19,84 @@ module IbmCloudPower
|
|
19
19
|
def initialize(api_client = ApiClient.default)
|
20
20
|
@api_client = api_client
|
21
21
|
end
|
22
|
+
# Perform an action on a Volume
|
23
|
+
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
24
|
+
# @param volume_id [String] Volume ID
|
25
|
+
# @param body [VolumeAction] Parameters for the desired action
|
26
|
+
# @param [Hash] opts the optional parameters
|
27
|
+
# @return [Object]
|
28
|
+
def pcloud_cloudinstances_volumes_action_post(cloud_instance_id, volume_id, body, opts = {})
|
29
|
+
data, _status_code, _headers = pcloud_cloudinstances_volumes_action_post_with_http_info(cloud_instance_id, volume_id, body, opts)
|
30
|
+
data
|
31
|
+
end
|
32
|
+
|
33
|
+
# Perform an action on a Volume
|
34
|
+
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
35
|
+
# @param volume_id [String] Volume ID
|
36
|
+
# @param body [VolumeAction] Parameters for the desired action
|
37
|
+
# @param [Hash] opts the optional parameters
|
38
|
+
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
39
|
+
def pcloud_cloudinstances_volumes_action_post_with_http_info(cloud_instance_id, volume_id, body, opts = {})
|
40
|
+
if @api_client.config.debugging
|
41
|
+
@api_client.config.logger.debug 'Calling API: PCloudVolumesApi.pcloud_cloudinstances_volumes_action_post ...'
|
42
|
+
end
|
43
|
+
# verify the required parameter 'cloud_instance_id' is set
|
44
|
+
if @api_client.config.client_side_validation && cloud_instance_id.nil?
|
45
|
+
fail ArgumentError, "Missing the required parameter 'cloud_instance_id' when calling PCloudVolumesApi.pcloud_cloudinstances_volumes_action_post"
|
46
|
+
end
|
47
|
+
# verify the required parameter 'volume_id' is set
|
48
|
+
if @api_client.config.client_side_validation && volume_id.nil?
|
49
|
+
fail ArgumentError, "Missing the required parameter 'volume_id' when calling PCloudVolumesApi.pcloud_cloudinstances_volumes_action_post"
|
50
|
+
end
|
51
|
+
# verify the required parameter 'body' is set
|
52
|
+
if @api_client.config.client_side_validation && body.nil?
|
53
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling PCloudVolumesApi.pcloud_cloudinstances_volumes_action_post"
|
54
|
+
end
|
55
|
+
# resource path
|
56
|
+
local_var_path = '/pcloud/v1/cloud-instances/{cloud_instance_id}/volumes/{volume_id}/action'.sub('{' + 'cloud_instance_id' + '}', CGI.escape(cloud_instance_id.to_s)).sub('{' + 'volume_id' + '}', CGI.escape(volume_id.to_s))
|
57
|
+
|
58
|
+
# query parameters
|
59
|
+
query_params = opts[:query_params] || {}
|
60
|
+
|
61
|
+
# header parameters
|
62
|
+
header_params = opts[:header_params] || {}
|
63
|
+
# HTTP header 'Accept' (if needed)
|
64
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
65
|
+
# HTTP header 'Content-Type'
|
66
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
67
|
+
if !content_type.nil?
|
68
|
+
header_params['Content-Type'] = content_type
|
69
|
+
end
|
70
|
+
|
71
|
+
# form parameters
|
72
|
+
form_params = opts[:form_params] || {}
|
73
|
+
|
74
|
+
# http body (model)
|
75
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
76
|
+
|
77
|
+
# return_type
|
78
|
+
return_type = opts[:debug_return_type] || 'Object'
|
79
|
+
|
80
|
+
# auth_names
|
81
|
+
auth_names = opts[:debug_auth_names] || []
|
82
|
+
|
83
|
+
new_options = opts.merge(
|
84
|
+
:operation => :"PCloudVolumesApi.pcloud_cloudinstances_volumes_action_post",
|
85
|
+
:header_params => header_params,
|
86
|
+
:query_params => query_params,
|
87
|
+
:form_params => form_params,
|
88
|
+
:body => post_body,
|
89
|
+
:auth_names => auth_names,
|
90
|
+
:return_type => return_type
|
91
|
+
)
|
92
|
+
|
93
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
94
|
+
if @api_client.config.debugging
|
95
|
+
@api_client.config.logger.debug "API called: PCloudVolumesApi#pcloud_cloudinstances_volumes_action_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
96
|
+
end
|
97
|
+
return data, status_code, headers
|
98
|
+
end
|
99
|
+
|
22
100
|
# Delete a cloud instance volume
|
23
101
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
24
102
|
# @param volume_id [String] Volume ID
|
@@ -61,15 +139,16 @@ module IbmCloudPower
|
|
61
139
|
form_params = opts[:form_params] || {}
|
62
140
|
|
63
141
|
# http body (model)
|
64
|
-
post_body = opts[:
|
142
|
+
post_body = opts[:debug_body]
|
65
143
|
|
66
144
|
# return_type
|
67
|
-
return_type = opts[:
|
145
|
+
return_type = opts[:debug_return_type] || 'Object'
|
68
146
|
|
69
147
|
# auth_names
|
70
|
-
auth_names = opts[:
|
148
|
+
auth_names = opts[:debug_auth_names] || []
|
71
149
|
|
72
150
|
new_options = opts.merge(
|
151
|
+
:operation => :"PCloudVolumesApi.pcloud_cloudinstances_volumes_delete",
|
73
152
|
:header_params => header_params,
|
74
153
|
:query_params => query_params,
|
75
154
|
:form_params => form_params,
|
@@ -85,7 +164,74 @@ module IbmCloudPower
|
|
85
164
|
return data, status_code, headers
|
86
165
|
end
|
87
166
|
|
88
|
-
#
|
167
|
+
# Get a list of flashcopy mappings of a given volume
|
168
|
+
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
169
|
+
# @param volume_id [String] Volume ID
|
170
|
+
# @param [Hash] opts the optional parameters
|
171
|
+
# @return [Array<FlashCopyMapping>]
|
172
|
+
def pcloud_cloudinstances_volumes_flash_copy_mappings_get(cloud_instance_id, volume_id, opts = {})
|
173
|
+
data, _status_code, _headers = pcloud_cloudinstances_volumes_flash_copy_mappings_get_with_http_info(cloud_instance_id, volume_id, opts)
|
174
|
+
data
|
175
|
+
end
|
176
|
+
|
177
|
+
# Get a list of flashcopy mappings of a given volume
|
178
|
+
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
179
|
+
# @param volume_id [String] Volume ID
|
180
|
+
# @param [Hash] opts the optional parameters
|
181
|
+
# @return [Array<(Array<FlashCopyMapping>, Integer, Hash)>] Array<FlashCopyMapping> data, response status code and response headers
|
182
|
+
def pcloud_cloudinstances_volumes_flash_copy_mappings_get_with_http_info(cloud_instance_id, volume_id, opts = {})
|
183
|
+
if @api_client.config.debugging
|
184
|
+
@api_client.config.logger.debug 'Calling API: PCloudVolumesApi.pcloud_cloudinstances_volumes_flash_copy_mappings_get ...'
|
185
|
+
end
|
186
|
+
# verify the required parameter 'cloud_instance_id' is set
|
187
|
+
if @api_client.config.client_side_validation && cloud_instance_id.nil?
|
188
|
+
fail ArgumentError, "Missing the required parameter 'cloud_instance_id' when calling PCloudVolumesApi.pcloud_cloudinstances_volumes_flash_copy_mappings_get"
|
189
|
+
end
|
190
|
+
# verify the required parameter 'volume_id' is set
|
191
|
+
if @api_client.config.client_side_validation && volume_id.nil?
|
192
|
+
fail ArgumentError, "Missing the required parameter 'volume_id' when calling PCloudVolumesApi.pcloud_cloudinstances_volumes_flash_copy_mappings_get"
|
193
|
+
end
|
194
|
+
# resource path
|
195
|
+
local_var_path = '/pcloud/v1/cloud-instances/{cloud_instance_id}/volumes/{volume_id}/flash-copy-mappings'.sub('{' + 'cloud_instance_id' + '}', CGI.escape(cloud_instance_id.to_s)).sub('{' + 'volume_id' + '}', CGI.escape(volume_id.to_s))
|
196
|
+
|
197
|
+
# query parameters
|
198
|
+
query_params = opts[:query_params] || {}
|
199
|
+
|
200
|
+
# header parameters
|
201
|
+
header_params = opts[:header_params] || {}
|
202
|
+
# HTTP header 'Accept' (if needed)
|
203
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
204
|
+
|
205
|
+
# form parameters
|
206
|
+
form_params = opts[:form_params] || {}
|
207
|
+
|
208
|
+
# http body (model)
|
209
|
+
post_body = opts[:debug_body]
|
210
|
+
|
211
|
+
# return_type
|
212
|
+
return_type = opts[:debug_return_type] || 'Array<FlashCopyMapping>'
|
213
|
+
|
214
|
+
# auth_names
|
215
|
+
auth_names = opts[:debug_auth_names] || []
|
216
|
+
|
217
|
+
new_options = opts.merge(
|
218
|
+
:operation => :"PCloudVolumesApi.pcloud_cloudinstances_volumes_flash_copy_mappings_get",
|
219
|
+
:header_params => header_params,
|
220
|
+
:query_params => query_params,
|
221
|
+
:form_params => form_params,
|
222
|
+
:body => post_body,
|
223
|
+
:auth_names => auth_names,
|
224
|
+
:return_type => return_type
|
225
|
+
)
|
226
|
+
|
227
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
228
|
+
if @api_client.config.debugging
|
229
|
+
@api_client.config.logger.debug "API called: PCloudVolumesApi#pcloud_cloudinstances_volumes_flash_copy_mappings_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
230
|
+
end
|
231
|
+
return data, status_code, headers
|
232
|
+
end
|
233
|
+
|
234
|
+
# Detailed info of a volume
|
89
235
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
90
236
|
# @param volume_id [String] Volume ID
|
91
237
|
# @param [Hash] opts the optional parameters
|
@@ -95,7 +241,7 @@ module IbmCloudPower
|
|
95
241
|
data
|
96
242
|
end
|
97
243
|
|
98
|
-
# Detailed
|
244
|
+
# Detailed info of a volume
|
99
245
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
100
246
|
# @param volume_id [String] Volume ID
|
101
247
|
# @param [Hash] opts the optional parameters
|
@@ -127,15 +273,16 @@ module IbmCloudPower
|
|
127
273
|
form_params = opts[:form_params] || {}
|
128
274
|
|
129
275
|
# http body (model)
|
130
|
-
post_body = opts[:
|
276
|
+
post_body = opts[:debug_body]
|
131
277
|
|
132
278
|
# return_type
|
133
|
-
return_type = opts[:
|
279
|
+
return_type = opts[:debug_return_type] || 'Volume'
|
134
280
|
|
135
281
|
# auth_names
|
136
|
-
auth_names = opts[:
|
282
|
+
auth_names = opts[:debug_auth_names] || []
|
137
283
|
|
138
284
|
new_options = opts.merge(
|
285
|
+
:operation => :"PCloudVolumesApi.pcloud_cloudinstances_volumes_get",
|
139
286
|
:header_params => header_params,
|
140
287
|
:query_params => query_params,
|
141
288
|
:form_params => form_params,
|
@@ -154,7 +301,9 @@ module IbmCloudPower
|
|
154
301
|
# List all volumes for this cloud instance
|
155
302
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
156
303
|
# @param [Hash] opts the optional parameters
|
304
|
+
# @option opts [Boolean] :replication_enabled true or false, limits a volumes list to replication or non replication enabled volumes
|
157
305
|
# @option opts [String] :affinity A pvmInstance (id or name), limits a volumes list response to only volumes that have affinity to the pvmInstance
|
306
|
+
# @option opts [Boolean] :auxiliary true or false, limits a volume list to auxiliary or non auxiliary volumes
|
158
307
|
# @return [Volumes]
|
159
308
|
def pcloud_cloudinstances_volumes_getall(cloud_instance_id, opts = {})
|
160
309
|
data, _status_code, _headers = pcloud_cloudinstances_volumes_getall_with_http_info(cloud_instance_id, opts)
|
@@ -164,7 +313,9 @@ module IbmCloudPower
|
|
164
313
|
# List all volumes for this cloud instance
|
165
314
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
166
315
|
# @param [Hash] opts the optional parameters
|
316
|
+
# @option opts [Boolean] :replication_enabled true or false, limits a volumes list to replication or non replication enabled volumes
|
167
317
|
# @option opts [String] :affinity A pvmInstance (id or name), limits a volumes list response to only volumes that have affinity to the pvmInstance
|
318
|
+
# @option opts [Boolean] :auxiliary true or false, limits a volume list to auxiliary or non auxiliary volumes
|
168
319
|
# @return [Array<(Volumes, Integer, Hash)>] Volumes data, response status code and response headers
|
169
320
|
def pcloud_cloudinstances_volumes_getall_with_http_info(cloud_instance_id, opts = {})
|
170
321
|
if @api_client.config.debugging
|
@@ -179,7 +330,9 @@ module IbmCloudPower
|
|
179
330
|
|
180
331
|
# query parameters
|
181
332
|
query_params = opts[:query_params] || {}
|
333
|
+
query_params[:'replicationEnabled'] = opts[:'replication_enabled'] if !opts[:'replication_enabled'].nil?
|
182
334
|
query_params[:'affinity'] = opts[:'affinity'] if !opts[:'affinity'].nil?
|
335
|
+
query_params[:'auxiliary'] = opts[:'auxiliary'] if !opts[:'auxiliary'].nil?
|
183
336
|
|
184
337
|
# header parameters
|
185
338
|
header_params = opts[:header_params] || {}
|
@@ -190,15 +343,16 @@ module IbmCloudPower
|
|
190
343
|
form_params = opts[:form_params] || {}
|
191
344
|
|
192
345
|
# http body (model)
|
193
|
-
post_body = opts[:
|
346
|
+
post_body = opts[:debug_body]
|
194
347
|
|
195
348
|
# return_type
|
196
|
-
return_type = opts[:
|
349
|
+
return_type = opts[:debug_return_type] || 'Volumes'
|
197
350
|
|
198
351
|
# auth_names
|
199
|
-
auth_names = opts[:
|
352
|
+
auth_names = opts[:debug_auth_names] || []
|
200
353
|
|
201
354
|
new_options = opts.merge(
|
355
|
+
:operation => :"PCloudVolumesApi.pcloud_cloudinstances_volumes_getall",
|
202
356
|
:header_params => header_params,
|
203
357
|
:query_params => query_params,
|
204
358
|
:form_params => form_params,
|
@@ -214,8 +368,7 @@ module IbmCloudPower
|
|
214
368
|
return data, status_code, headers
|
215
369
|
end
|
216
370
|
|
217
|
-
# Create a new data
|
218
|
-
# All regions use Tier 1 (NVMe-based flash storage) or Tier 3 (SSD flash storage) storage types.
|
371
|
+
# Create a new data Volume
|
219
372
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
220
373
|
# @param body [CreateDataVolume] Parameters for the creation of a new data volume
|
221
374
|
# @param [Hash] opts the optional parameters
|
@@ -225,8 +378,7 @@ module IbmCloudPower
|
|
225
378
|
data
|
226
379
|
end
|
227
380
|
|
228
|
-
# Create a new data
|
229
|
-
# All regions use Tier 1 (NVMe-based flash storage) or Tier 3 (SSD flash storage) storage types.
|
381
|
+
# Create a new data Volume
|
230
382
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
231
383
|
# @param body [CreateDataVolume] Parameters for the creation of a new data volume
|
232
384
|
# @param [Hash] opts the optional parameters
|
@@ -254,21 +406,25 @@ module IbmCloudPower
|
|
254
406
|
# HTTP header 'Accept' (if needed)
|
255
407
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
256
408
|
# HTTP header 'Content-Type'
|
257
|
-
|
409
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
410
|
+
if !content_type.nil?
|
411
|
+
header_params['Content-Type'] = content_type
|
412
|
+
end
|
258
413
|
|
259
414
|
# form parameters
|
260
415
|
form_params = opts[:form_params] || {}
|
261
416
|
|
262
417
|
# http body (model)
|
263
|
-
post_body = opts[:
|
418
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
264
419
|
|
265
420
|
# return_type
|
266
|
-
return_type = opts[:
|
421
|
+
return_type = opts[:debug_return_type] || 'Volume'
|
267
422
|
|
268
423
|
# auth_names
|
269
|
-
auth_names = opts[:
|
424
|
+
auth_names = opts[:debug_auth_names] || []
|
270
425
|
|
271
426
|
new_options = opts.merge(
|
427
|
+
:operation => :"PCloudVolumesApi.pcloud_cloudinstances_volumes_post",
|
272
428
|
:header_params => header_params,
|
273
429
|
:query_params => query_params,
|
274
430
|
:form_params => form_params,
|
@@ -328,21 +484,25 @@ module IbmCloudPower
|
|
328
484
|
# HTTP header 'Accept' (if needed)
|
329
485
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
330
486
|
# HTTP header 'Content-Type'
|
331
|
-
|
487
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
488
|
+
if !content_type.nil?
|
489
|
+
header_params['Content-Type'] = content_type
|
490
|
+
end
|
332
491
|
|
333
492
|
# form parameters
|
334
493
|
form_params = opts[:form_params] || {}
|
335
494
|
|
336
495
|
# http body (model)
|
337
|
-
post_body = opts[:
|
496
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
338
497
|
|
339
498
|
# return_type
|
340
|
-
return_type = opts[:
|
499
|
+
return_type = opts[:debug_return_type] || 'Volume'
|
341
500
|
|
342
501
|
# auth_names
|
343
|
-
auth_names = opts[:
|
502
|
+
auth_names = opts[:debug_auth_names] || []
|
344
503
|
|
345
504
|
new_options = opts.merge(
|
505
|
+
:operation => :"PCloudVolumesApi.pcloud_cloudinstances_volumes_put",
|
346
506
|
:header_params => header_params,
|
347
507
|
:query_params => query_params,
|
348
508
|
:form_params => form_params,
|
@@ -358,7 +518,74 @@ module IbmCloudPower
|
|
358
518
|
return data, status_code, headers
|
359
519
|
end
|
360
520
|
|
361
|
-
#
|
521
|
+
# Get remote copy relationship of a volume
|
522
|
+
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
523
|
+
# @param volume_id [String] Volume ID
|
524
|
+
# @param [Hash] opts the optional parameters
|
525
|
+
# @return [VolumeRemoteCopyRelationship]
|
526
|
+
def pcloud_cloudinstances_volumes_remote_copy_relationship_get(cloud_instance_id, volume_id, opts = {})
|
527
|
+
data, _status_code, _headers = pcloud_cloudinstances_volumes_remote_copy_relationship_get_with_http_info(cloud_instance_id, volume_id, opts)
|
528
|
+
data
|
529
|
+
end
|
530
|
+
|
531
|
+
# Get remote copy relationship of a volume
|
532
|
+
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
533
|
+
# @param volume_id [String] Volume ID
|
534
|
+
# @param [Hash] opts the optional parameters
|
535
|
+
# @return [Array<(VolumeRemoteCopyRelationship, Integer, Hash)>] VolumeRemoteCopyRelationship data, response status code and response headers
|
536
|
+
def pcloud_cloudinstances_volumes_remote_copy_relationship_get_with_http_info(cloud_instance_id, volume_id, opts = {})
|
537
|
+
if @api_client.config.debugging
|
538
|
+
@api_client.config.logger.debug 'Calling API: PCloudVolumesApi.pcloud_cloudinstances_volumes_remote_copy_relationship_get ...'
|
539
|
+
end
|
540
|
+
# verify the required parameter 'cloud_instance_id' is set
|
541
|
+
if @api_client.config.client_side_validation && cloud_instance_id.nil?
|
542
|
+
fail ArgumentError, "Missing the required parameter 'cloud_instance_id' when calling PCloudVolumesApi.pcloud_cloudinstances_volumes_remote_copy_relationship_get"
|
543
|
+
end
|
544
|
+
# verify the required parameter 'volume_id' is set
|
545
|
+
if @api_client.config.client_side_validation && volume_id.nil?
|
546
|
+
fail ArgumentError, "Missing the required parameter 'volume_id' when calling PCloudVolumesApi.pcloud_cloudinstances_volumes_remote_copy_relationship_get"
|
547
|
+
end
|
548
|
+
# resource path
|
549
|
+
local_var_path = '/pcloud/v1/cloud-instances/{cloud_instance_id}/volumes/{volume_id}/remote-copy'.sub('{' + 'cloud_instance_id' + '}', CGI.escape(cloud_instance_id.to_s)).sub('{' + 'volume_id' + '}', CGI.escape(volume_id.to_s))
|
550
|
+
|
551
|
+
# query parameters
|
552
|
+
query_params = opts[:query_params] || {}
|
553
|
+
|
554
|
+
# header parameters
|
555
|
+
header_params = opts[:header_params] || {}
|
556
|
+
# HTTP header 'Accept' (if needed)
|
557
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
558
|
+
|
559
|
+
# form parameters
|
560
|
+
form_params = opts[:form_params] || {}
|
561
|
+
|
562
|
+
# http body (model)
|
563
|
+
post_body = opts[:debug_body]
|
564
|
+
|
565
|
+
# return_type
|
566
|
+
return_type = opts[:debug_return_type] || 'VolumeRemoteCopyRelationship'
|
567
|
+
|
568
|
+
# auth_names
|
569
|
+
auth_names = opts[:debug_auth_names] || []
|
570
|
+
|
571
|
+
new_options = opts.merge(
|
572
|
+
:operation => :"PCloudVolumesApi.pcloud_cloudinstances_volumes_remote_copy_relationship_get",
|
573
|
+
:header_params => header_params,
|
574
|
+
:query_params => query_params,
|
575
|
+
:form_params => form_params,
|
576
|
+
:body => post_body,
|
577
|
+
:auth_names => auth_names,
|
578
|
+
:return_type => return_type
|
579
|
+
)
|
580
|
+
|
581
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
582
|
+
if @api_client.config.debugging
|
583
|
+
@api_client.config.logger.debug "API called: PCloudVolumesApi#pcloud_cloudinstances_volumes_remote_copy_relationship_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
584
|
+
end
|
585
|
+
return data, status_code, headers
|
586
|
+
end
|
587
|
+
|
588
|
+
# Detach a volume from a PVMInstance
|
362
589
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
363
590
|
# @param pvm_instance_id [String] PCloud PVM Instance ID
|
364
591
|
# @param volume_id [String] Volume ID
|
@@ -369,7 +596,7 @@ module IbmCloudPower
|
|
369
596
|
data
|
370
597
|
end
|
371
598
|
|
372
|
-
# Detach a volume from a
|
599
|
+
# Detach a volume from a PVMInstance
|
373
600
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
374
601
|
# @param pvm_instance_id [String] PCloud PVM Instance ID
|
375
602
|
# @param volume_id [String] Volume ID
|
@@ -406,15 +633,16 @@ module IbmCloudPower
|
|
406
633
|
form_params = opts[:form_params] || {}
|
407
634
|
|
408
635
|
# http body (model)
|
409
|
-
post_body = opts[:
|
636
|
+
post_body = opts[:debug_body]
|
410
637
|
|
411
638
|
# return_type
|
412
|
-
return_type = opts[:
|
639
|
+
return_type = opts[:debug_return_type] || 'Object'
|
413
640
|
|
414
641
|
# auth_names
|
415
|
-
auth_names = opts[:
|
642
|
+
auth_names = opts[:debug_auth_names] || []
|
416
643
|
|
417
644
|
new_options = opts.merge(
|
645
|
+
:operation => :"PCloudVolumesApi.pcloud_pvminstances_volumes_delete",
|
418
646
|
:header_params => header_params,
|
419
647
|
:query_params => query_params,
|
420
648
|
:form_params => form_params,
|
@@ -430,7 +658,7 @@ module IbmCloudPower
|
|
430
658
|
return data, status_code, headers
|
431
659
|
end
|
432
660
|
|
433
|
-
# Detailed
|
661
|
+
# Detailed info of a volume attached to a PVMInstance
|
434
662
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
435
663
|
# @param pvm_instance_id [String] PCloud PVM Instance ID
|
436
664
|
# @param volume_id [String] Volume ID
|
@@ -441,7 +669,7 @@ module IbmCloudPower
|
|
441
669
|
data
|
442
670
|
end
|
443
671
|
|
444
|
-
# Detailed
|
672
|
+
# Detailed info of a volume attached to a PVMInstance
|
445
673
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
446
674
|
# @param pvm_instance_id [String] PCloud PVM Instance ID
|
447
675
|
# @param volume_id [String] Volume ID
|
@@ -478,15 +706,16 @@ module IbmCloudPower
|
|
478
706
|
form_params = opts[:form_params] || {}
|
479
707
|
|
480
708
|
# http body (model)
|
481
|
-
post_body = opts[:
|
709
|
+
post_body = opts[:debug_body]
|
482
710
|
|
483
711
|
# return_type
|
484
|
-
return_type = opts[:
|
712
|
+
return_type = opts[:debug_return_type] || 'Volume'
|
485
713
|
|
486
714
|
# auth_names
|
487
|
-
auth_names = opts[:
|
715
|
+
auth_names = opts[:debug_auth_names] || []
|
488
716
|
|
489
717
|
new_options = opts.merge(
|
718
|
+
:operation => :"PCloudVolumesApi.pcloud_pvminstances_volumes_get",
|
490
719
|
:header_params => header_params,
|
491
720
|
:query_params => query_params,
|
492
721
|
:form_params => form_params,
|
@@ -544,15 +773,16 @@ module IbmCloudPower
|
|
544
773
|
form_params = opts[:form_params] || {}
|
545
774
|
|
546
775
|
# http body (model)
|
547
|
-
post_body = opts[:
|
776
|
+
post_body = opts[:debug_body]
|
548
777
|
|
549
778
|
# return_type
|
550
|
-
return_type = opts[:
|
779
|
+
return_type = opts[:debug_return_type] || 'Volumes'
|
551
780
|
|
552
781
|
# auth_names
|
553
|
-
auth_names = opts[:
|
782
|
+
auth_names = opts[:debug_auth_names] || []
|
554
783
|
|
555
784
|
new_options = opts.merge(
|
785
|
+
:operation => :"PCloudVolumesApi.pcloud_pvminstances_volumes_getall",
|
556
786
|
:header_params => header_params,
|
557
787
|
:query_params => query_params,
|
558
788
|
:form_params => form_params,
|
@@ -568,7 +798,7 @@ module IbmCloudPower
|
|
568
798
|
return data, status_code, headers
|
569
799
|
end
|
570
800
|
|
571
|
-
# Attach a volume to a
|
801
|
+
# Attach a volume to a PVMInstance
|
572
802
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
573
803
|
# @param pvm_instance_id [String] PCloud PVM Instance ID
|
574
804
|
# @param volume_id [String] Volume ID
|
@@ -579,7 +809,7 @@ module IbmCloudPower
|
|
579
809
|
data
|
580
810
|
end
|
581
811
|
|
582
|
-
# Attach a volume to a
|
812
|
+
# Attach a volume to a PVMInstance
|
583
813
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
584
814
|
# @param pvm_instance_id [String] PCloud PVM Instance ID
|
585
815
|
# @param volume_id [String] Volume ID
|
@@ -616,15 +846,16 @@ module IbmCloudPower
|
|
616
846
|
form_params = opts[:form_params] || {}
|
617
847
|
|
618
848
|
# http body (model)
|
619
|
-
post_body = opts[:
|
849
|
+
post_body = opts[:debug_body]
|
620
850
|
|
621
851
|
# return_type
|
622
|
-
return_type = opts[:
|
852
|
+
return_type = opts[:debug_return_type] || 'Object'
|
623
853
|
|
624
854
|
# auth_names
|
625
|
-
auth_names = opts[:
|
855
|
+
auth_names = opts[:debug_auth_names] || []
|
626
856
|
|
627
857
|
new_options = opts.merge(
|
858
|
+
:operation => :"PCloudVolumesApi.pcloud_pvminstances_volumes_post",
|
628
859
|
:header_params => header_params,
|
629
860
|
:query_params => query_params,
|
630
861
|
:form_params => form_params,
|
@@ -690,21 +921,25 @@ module IbmCloudPower
|
|
690
921
|
# HTTP header 'Accept' (if needed)
|
691
922
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
692
923
|
# HTTP header 'Content-Type'
|
693
|
-
|
924
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
925
|
+
if !content_type.nil?
|
926
|
+
header_params['Content-Type'] = content_type
|
927
|
+
end
|
694
928
|
|
695
929
|
# form parameters
|
696
930
|
form_params = opts[:form_params] || {}
|
697
931
|
|
698
932
|
# http body (model)
|
699
|
-
post_body = opts[:
|
933
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
700
934
|
|
701
935
|
# return_type
|
702
|
-
return_type = opts[:
|
936
|
+
return_type = opts[:debug_return_type] || 'Object'
|
703
937
|
|
704
938
|
# auth_names
|
705
|
-
auth_names = opts[:
|
939
|
+
auth_names = opts[:debug_auth_names] || []
|
706
940
|
|
707
941
|
new_options = opts.merge(
|
942
|
+
:operation => :"PCloudVolumesApi.pcloud_pvminstances_volumes_put",
|
708
943
|
:header_params => header_params,
|
709
944
|
:query_params => query_params,
|
710
945
|
:form_params => form_params,
|
@@ -768,15 +1003,16 @@ module IbmCloudPower
|
|
768
1003
|
form_params = opts[:form_params] || {}
|
769
1004
|
|
770
1005
|
# http body (model)
|
771
|
-
post_body = opts[:
|
1006
|
+
post_body = opts[:debug_body]
|
772
1007
|
|
773
1008
|
# return_type
|
774
|
-
return_type = opts[:
|
1009
|
+
return_type = opts[:debug_return_type] || 'Object'
|
775
1010
|
|
776
1011
|
# auth_names
|
777
|
-
auth_names = opts[:
|
1012
|
+
auth_names = opts[:debug_auth_names] || []
|
778
1013
|
|
779
1014
|
new_options = opts.merge(
|
1015
|
+
:operation => :"PCloudVolumesApi.pcloud_pvminstances_volumes_setboot_put",
|
780
1016
|
:header_params => header_params,
|
781
1017
|
:query_params => query_params,
|
782
1018
|
:form_params => form_params,
|
@@ -792,7 +1028,85 @@ module IbmCloudPower
|
|
792
1028
|
return data, status_code, headers
|
793
1029
|
end
|
794
1030
|
|
795
|
-
#
|
1031
|
+
# Attach all volumes to a PVMInstance
|
1032
|
+
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1033
|
+
# @param pvm_instance_id [String] PCloud PVM Instance ID
|
1034
|
+
# @param body [VolumesAttach] Parameter to attach volumes to a PVMInstance
|
1035
|
+
# @param [Hash] opts the optional parameters
|
1036
|
+
# @return [VolumesAttachmentResponse]
|
1037
|
+
def pcloud_v2_pvminstances_volumes_post(cloud_instance_id, pvm_instance_id, body, opts = {})
|
1038
|
+
data, _status_code, _headers = pcloud_v2_pvminstances_volumes_post_with_http_info(cloud_instance_id, pvm_instance_id, body, opts)
|
1039
|
+
data
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
# Attach all volumes to a PVMInstance
|
1043
|
+
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1044
|
+
# @param pvm_instance_id [String] PCloud PVM Instance ID
|
1045
|
+
# @param body [VolumesAttach] Parameter to attach volumes to a PVMInstance
|
1046
|
+
# @param [Hash] opts the optional parameters
|
1047
|
+
# @return [Array<(VolumesAttachmentResponse, Integer, Hash)>] VolumesAttachmentResponse data, response status code and response headers
|
1048
|
+
def pcloud_v2_pvminstances_volumes_post_with_http_info(cloud_instance_id, pvm_instance_id, body, opts = {})
|
1049
|
+
if @api_client.config.debugging
|
1050
|
+
@api_client.config.logger.debug 'Calling API: PCloudVolumesApi.pcloud_v2_pvminstances_volumes_post ...'
|
1051
|
+
end
|
1052
|
+
# verify the required parameter 'cloud_instance_id' is set
|
1053
|
+
if @api_client.config.client_side_validation && cloud_instance_id.nil?
|
1054
|
+
fail ArgumentError, "Missing the required parameter 'cloud_instance_id' when calling PCloudVolumesApi.pcloud_v2_pvminstances_volumes_post"
|
1055
|
+
end
|
1056
|
+
# verify the required parameter 'pvm_instance_id' is set
|
1057
|
+
if @api_client.config.client_side_validation && pvm_instance_id.nil?
|
1058
|
+
fail ArgumentError, "Missing the required parameter 'pvm_instance_id' when calling PCloudVolumesApi.pcloud_v2_pvminstances_volumes_post"
|
1059
|
+
end
|
1060
|
+
# verify the required parameter 'body' is set
|
1061
|
+
if @api_client.config.client_side_validation && body.nil?
|
1062
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling PCloudVolumesApi.pcloud_v2_pvminstances_volumes_post"
|
1063
|
+
end
|
1064
|
+
# resource path
|
1065
|
+
local_var_path = '/pcloud/v2/cloud-instances/{cloud_instance_id}/pvm-instances/{pvm_instance_id}/volumes'.sub('{' + 'cloud_instance_id' + '}', CGI.escape(cloud_instance_id.to_s)).sub('{' + 'pvm_instance_id' + '}', CGI.escape(pvm_instance_id.to_s))
|
1066
|
+
|
1067
|
+
# query parameters
|
1068
|
+
query_params = opts[:query_params] || {}
|
1069
|
+
|
1070
|
+
# header parameters
|
1071
|
+
header_params = opts[:header_params] || {}
|
1072
|
+
# HTTP header 'Accept' (if needed)
|
1073
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1074
|
+
# HTTP header 'Content-Type'
|
1075
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1076
|
+
if !content_type.nil?
|
1077
|
+
header_params['Content-Type'] = content_type
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
# form parameters
|
1081
|
+
form_params = opts[:form_params] || {}
|
1082
|
+
|
1083
|
+
# http body (model)
|
1084
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
1085
|
+
|
1086
|
+
# return_type
|
1087
|
+
return_type = opts[:debug_return_type] || 'VolumesAttachmentResponse'
|
1088
|
+
|
1089
|
+
# auth_names
|
1090
|
+
auth_names = opts[:debug_auth_names] || []
|
1091
|
+
|
1092
|
+
new_options = opts.merge(
|
1093
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_pvminstances_volumes_post",
|
1094
|
+
:header_params => header_params,
|
1095
|
+
:query_params => query_params,
|
1096
|
+
:form_params => form_params,
|
1097
|
+
:body => post_body,
|
1098
|
+
:auth_names => auth_names,
|
1099
|
+
:return_type => return_type
|
1100
|
+
)
|
1101
|
+
|
1102
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
1103
|
+
if @api_client.config.debugging
|
1104
|
+
@api_client.config.logger.debug "API called: PCloudVolumesApi#pcloud_v2_pvminstances_volumes_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1105
|
+
end
|
1106
|
+
return data, status_code, headers
|
1107
|
+
end
|
1108
|
+
|
1109
|
+
# Create a volume clone for specified volumes
|
796
1110
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
797
1111
|
# @param body [VolumesCloneAsyncRequest] Parameters for the cloning of volumes
|
798
1112
|
# @param [Hash] opts the optional parameters
|
@@ -802,7 +1116,7 @@ module IbmCloudPower
|
|
802
1116
|
data
|
803
1117
|
end
|
804
1118
|
|
805
|
-
# Create a volume clone for specified volumes
|
1119
|
+
# Create a volume clone for specified volumes
|
806
1120
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
807
1121
|
# @param body [VolumesCloneAsyncRequest] Parameters for the cloning of volumes
|
808
1122
|
# @param [Hash] opts the optional parameters
|
@@ -830,21 +1144,25 @@ module IbmCloudPower
|
|
830
1144
|
# HTTP header 'Accept' (if needed)
|
831
1145
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
832
1146
|
# HTTP header 'Content-Type'
|
833
|
-
|
1147
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1148
|
+
if !content_type.nil?
|
1149
|
+
header_params['Content-Type'] = content_type
|
1150
|
+
end
|
834
1151
|
|
835
1152
|
# form parameters
|
836
1153
|
form_params = opts[:form_params] || {}
|
837
1154
|
|
838
1155
|
# http body (model)
|
839
|
-
post_body = opts[:
|
1156
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
840
1157
|
|
841
1158
|
# return_type
|
842
|
-
return_type = opts[:
|
1159
|
+
return_type = opts[:debug_return_type] || 'CloneTaskReference'
|
843
1160
|
|
844
1161
|
# auth_names
|
845
|
-
auth_names = opts[:
|
1162
|
+
auth_names = opts[:debug_auth_names] || []
|
846
1163
|
|
847
1164
|
new_options = opts.merge(
|
1165
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_volumes_clone_post",
|
848
1166
|
:header_params => header_params,
|
849
1167
|
:query_params => query_params,
|
850
1168
|
:form_params => form_params,
|
@@ -860,7 +1178,7 @@ module IbmCloudPower
|
|
860
1178
|
return data, status_code, headers
|
861
1179
|
end
|
862
1180
|
|
863
|
-
# Get the status of a
|
1181
|
+
# Get the status of a volumes clone request for the specified clone task ID
|
864
1182
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
865
1183
|
# @param clone_task_id [String] Volumes Clone Task ID
|
866
1184
|
# @param [Hash] opts the optional parameters
|
@@ -870,7 +1188,7 @@ module IbmCloudPower
|
|
870
1188
|
data
|
871
1189
|
end
|
872
1190
|
|
873
|
-
# Get the status of a
|
1191
|
+
# Get the status of a volumes clone request for the specified clone task ID
|
874
1192
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
875
1193
|
# @param clone_task_id [String] Volumes Clone Task ID
|
876
1194
|
# @param [Hash] opts the optional parameters
|
@@ -896,21 +1214,22 @@ module IbmCloudPower
|
|
896
1214
|
# header parameters
|
897
1215
|
header_params = opts[:header_params] || {}
|
898
1216
|
# HTTP header 'Accept' (if needed)
|
899
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1217
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json', 'percentComplete', 'status'])
|
900
1218
|
|
901
1219
|
# form parameters
|
902
1220
|
form_params = opts[:form_params] || {}
|
903
1221
|
|
904
1222
|
# http body (model)
|
905
|
-
post_body = opts[:
|
1223
|
+
post_body = opts[:debug_body]
|
906
1224
|
|
907
1225
|
# return_type
|
908
|
-
return_type = opts[:
|
1226
|
+
return_type = opts[:debug_return_type] || 'CloneTaskStatus'
|
909
1227
|
|
910
1228
|
# auth_names
|
911
|
-
auth_names = opts[:
|
1229
|
+
auth_names = opts[:debug_auth_names] || []
|
912
1230
|
|
913
1231
|
new_options = opts.merge(
|
1232
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_volumes_clonetasks_get",
|
914
1233
|
:header_params => header_params,
|
915
1234
|
:query_params => query_params,
|
916
1235
|
:form_params => form_params,
|
@@ -964,21 +1283,25 @@ module IbmCloudPower
|
|
964
1283
|
# HTTP header 'Accept' (if needed)
|
965
1284
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
966
1285
|
# HTTP header 'Content-Type'
|
967
|
-
|
1286
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1287
|
+
if !content_type.nil?
|
1288
|
+
header_params['Content-Type'] = content_type
|
1289
|
+
end
|
968
1290
|
|
969
1291
|
# form parameters
|
970
1292
|
form_params = opts[:form_params] || {}
|
971
1293
|
|
972
1294
|
# http body (model)
|
973
|
-
post_body = opts[:
|
1295
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
974
1296
|
|
975
1297
|
# return_type
|
976
|
-
return_type = opts[:
|
1298
|
+
return_type = opts[:debug_return_type] || 'Volumes'
|
977
1299
|
|
978
1300
|
# auth_names
|
979
|
-
auth_names = opts[:
|
1301
|
+
auth_names = opts[:debug_auth_names] || []
|
980
1302
|
|
981
1303
|
new_options = opts.merge(
|
1304
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_volumes_post",
|
982
1305
|
:header_params => header_params,
|
983
1306
|
:query_params => query_params,
|
984
1307
|
:form_params => form_params,
|
@@ -994,9 +1317,9 @@ module IbmCloudPower
|
|
994
1317
|
return data, status_code, headers
|
995
1318
|
end
|
996
1319
|
|
997
|
-
# Cancel a
|
1320
|
+
# Cancel a volumes-clone request, initiates the Cleanup action Cleanup action performs the cleanup of the preparatory clones and snapshot volumes
|
998
1321
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
999
|
-
# @param volumes_clone_id [String] Volumes Clone ID
|
1322
|
+
# @param volumes_clone_id [String] Volumes Clone ID
|
1000
1323
|
# @param [Hash] opts the optional parameters
|
1001
1324
|
# @option opts [VolumesCloneCancel] :body Parameters for cancelling a volumes-clone request
|
1002
1325
|
# @return [VolumesClone]
|
@@ -1005,9 +1328,9 @@ module IbmCloudPower
|
|
1005
1328
|
data
|
1006
1329
|
end
|
1007
1330
|
|
1008
|
-
# Cancel a
|
1331
|
+
# Cancel a volumes-clone request, initiates the Cleanup action Cleanup action performs the cleanup of the preparatory clones and snapshot volumes
|
1009
1332
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1010
|
-
# @param volumes_clone_id [String] Volumes Clone ID
|
1333
|
+
# @param volumes_clone_id [String] Volumes Clone ID
|
1011
1334
|
# @param [Hash] opts the optional parameters
|
1012
1335
|
# @option opts [VolumesCloneCancel] :body Parameters for cancelling a volumes-clone request
|
1013
1336
|
# @return [Array<(VolumesClone, Integer, Hash)>] VolumesClone data, response status code and response headers
|
@@ -1034,21 +1357,25 @@ module IbmCloudPower
|
|
1034
1357
|
# HTTP header 'Accept' (if needed)
|
1035
1358
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1036
1359
|
# HTTP header 'Content-Type'
|
1037
|
-
|
1360
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1361
|
+
if !content_type.nil?
|
1362
|
+
header_params['Content-Type'] = content_type
|
1363
|
+
end
|
1038
1364
|
|
1039
1365
|
# form parameters
|
1040
1366
|
form_params = opts[:form_params] || {}
|
1041
1367
|
|
1042
1368
|
# http body (model)
|
1043
|
-
post_body = opts[:
|
1369
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'body'])
|
1044
1370
|
|
1045
1371
|
# return_type
|
1046
|
-
return_type = opts[:
|
1372
|
+
return_type = opts[:debug_return_type] || 'VolumesClone'
|
1047
1373
|
|
1048
1374
|
# auth_names
|
1049
|
-
auth_names = opts[:
|
1375
|
+
auth_names = opts[:debug_auth_names] || []
|
1050
1376
|
|
1051
1377
|
new_options = opts.merge(
|
1378
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_volumesclone_cancel_post",
|
1052
1379
|
:header_params => header_params,
|
1053
1380
|
:query_params => query_params,
|
1054
1381
|
:form_params => form_params,
|
@@ -1066,7 +1393,7 @@ module IbmCloudPower
|
|
1066
1393
|
|
1067
1394
|
# Delete a volumes-clone request
|
1068
1395
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1069
|
-
# @param volumes_clone_id [String] Volumes Clone ID
|
1396
|
+
# @param volumes_clone_id [String] Volumes Clone ID
|
1070
1397
|
# @param [Hash] opts the optional parameters
|
1071
1398
|
# @return [Object]
|
1072
1399
|
def pcloud_v2_volumesclone_delete(cloud_instance_id, volumes_clone_id, opts = {})
|
@@ -1076,7 +1403,7 @@ module IbmCloudPower
|
|
1076
1403
|
|
1077
1404
|
# Delete a volumes-clone request
|
1078
1405
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1079
|
-
# @param volumes_clone_id [String] Volumes Clone ID
|
1406
|
+
# @param volumes_clone_id [String] Volumes Clone ID
|
1080
1407
|
# @param [Hash] opts the optional parameters
|
1081
1408
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
1082
1409
|
def pcloud_v2_volumesclone_delete_with_http_info(cloud_instance_id, volumes_clone_id, opts = {})
|
@@ -1106,15 +1433,16 @@ module IbmCloudPower
|
|
1106
1433
|
form_params = opts[:form_params] || {}
|
1107
1434
|
|
1108
1435
|
# http body (model)
|
1109
|
-
post_body = opts[:
|
1436
|
+
post_body = opts[:debug_body]
|
1110
1437
|
|
1111
1438
|
# return_type
|
1112
|
-
return_type = opts[:
|
1439
|
+
return_type = opts[:debug_return_type] || 'Object'
|
1113
1440
|
|
1114
1441
|
# auth_names
|
1115
|
-
auth_names = opts[:
|
1442
|
+
auth_names = opts[:debug_auth_names] || []
|
1116
1443
|
|
1117
1444
|
new_options = opts.merge(
|
1445
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_volumesclone_delete",
|
1118
1446
|
:header_params => header_params,
|
1119
1447
|
:query_params => query_params,
|
1120
1448
|
:form_params => form_params,
|
@@ -1130,9 +1458,9 @@ module IbmCloudPower
|
|
1130
1458
|
return data, status_code, headers
|
1131
1459
|
end
|
1132
1460
|
|
1133
|
-
# Initiate the Execute action for a volumes-clone request
|
1461
|
+
# Initiate the Execute action for a volumes-clone request Execute action creates the cloned volumes using the volume snapshots
|
1134
1462
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1135
|
-
# @param volumes_clone_id [String] Volumes Clone ID
|
1463
|
+
# @param volumes_clone_id [String] Volumes Clone ID
|
1136
1464
|
# @param body [VolumesCloneExecute] Parameters for the cloning of volumes
|
1137
1465
|
# @param [Hash] opts the optional parameters
|
1138
1466
|
# @return [VolumesClone]
|
@@ -1141,9 +1469,9 @@ module IbmCloudPower
|
|
1141
1469
|
data
|
1142
1470
|
end
|
1143
1471
|
|
1144
|
-
# Initiate the Execute action for a volumes-clone request
|
1472
|
+
# Initiate the Execute action for a volumes-clone request Execute action creates the cloned volumes using the volume snapshots
|
1145
1473
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1146
|
-
# @param volumes_clone_id [String] Volumes Clone ID
|
1474
|
+
# @param volumes_clone_id [String] Volumes Clone ID
|
1147
1475
|
# @param body [VolumesCloneExecute] Parameters for the cloning of volumes
|
1148
1476
|
# @param [Hash] opts the optional parameters
|
1149
1477
|
# @return [Array<(VolumesClone, Integer, Hash)>] VolumesClone data, response status code and response headers
|
@@ -1174,21 +1502,25 @@ module IbmCloudPower
|
|
1174
1502
|
# HTTP header 'Accept' (if needed)
|
1175
1503
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1176
1504
|
# HTTP header 'Content-Type'
|
1177
|
-
|
1505
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1506
|
+
if !content_type.nil?
|
1507
|
+
header_params['Content-Type'] = content_type
|
1508
|
+
end
|
1178
1509
|
|
1179
1510
|
# form parameters
|
1180
1511
|
form_params = opts[:form_params] || {}
|
1181
1512
|
|
1182
1513
|
# http body (model)
|
1183
|
-
post_body = opts[:
|
1514
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
1184
1515
|
|
1185
1516
|
# return_type
|
1186
|
-
return_type = opts[:
|
1517
|
+
return_type = opts[:debug_return_type] || 'VolumesClone'
|
1187
1518
|
|
1188
1519
|
# auth_names
|
1189
|
-
auth_names = opts[:
|
1520
|
+
auth_names = opts[:debug_auth_names] || []
|
1190
1521
|
|
1191
1522
|
new_options = opts.merge(
|
1523
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_volumesclone_execute_post",
|
1192
1524
|
:header_params => header_params,
|
1193
1525
|
:query_params => query_params,
|
1194
1526
|
:form_params => form_params,
|
@@ -1206,7 +1538,7 @@ module IbmCloudPower
|
|
1206
1538
|
|
1207
1539
|
# Get the details for a volumes-clone request
|
1208
1540
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1209
|
-
# @param volumes_clone_id [String] Volumes Clone ID
|
1541
|
+
# @param volumes_clone_id [String] Volumes Clone ID
|
1210
1542
|
# @param [Hash] opts the optional parameters
|
1211
1543
|
# @return [VolumesCloneDetail]
|
1212
1544
|
def pcloud_v2_volumesclone_get(cloud_instance_id, volumes_clone_id, opts = {})
|
@@ -1216,7 +1548,7 @@ module IbmCloudPower
|
|
1216
1548
|
|
1217
1549
|
# Get the details for a volumes-clone request
|
1218
1550
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1219
|
-
# @param volumes_clone_id [String] Volumes Clone ID
|
1551
|
+
# @param volumes_clone_id [String] Volumes Clone ID
|
1220
1552
|
# @param [Hash] opts the optional parameters
|
1221
1553
|
# @return [Array<(VolumesCloneDetail, Integer, Hash)>] VolumesCloneDetail data, response status code and response headers
|
1222
1554
|
def pcloud_v2_volumesclone_get_with_http_info(cloud_instance_id, volumes_clone_id, opts = {})
|
@@ -1246,15 +1578,16 @@ module IbmCloudPower
|
|
1246
1578
|
form_params = opts[:form_params] || {}
|
1247
1579
|
|
1248
1580
|
# http body (model)
|
1249
|
-
post_body = opts[:
|
1581
|
+
post_body = opts[:debug_body]
|
1250
1582
|
|
1251
1583
|
# return_type
|
1252
|
-
return_type = opts[:
|
1584
|
+
return_type = opts[:debug_return_type] || 'VolumesCloneDetail'
|
1253
1585
|
|
1254
1586
|
# auth_names
|
1255
|
-
auth_names = opts[:
|
1587
|
+
auth_names = opts[:debug_auth_names] || []
|
1256
1588
|
|
1257
1589
|
new_options = opts.merge(
|
1590
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_volumesclone_get",
|
1258
1591
|
:header_params => header_params,
|
1259
1592
|
:query_params => query_params,
|
1260
1593
|
:form_params => form_params,
|
@@ -1313,15 +1646,16 @@ module IbmCloudPower
|
|
1313
1646
|
form_params = opts[:form_params] || {}
|
1314
1647
|
|
1315
1648
|
# http body (model)
|
1316
|
-
post_body = opts[:
|
1649
|
+
post_body = opts[:debug_body]
|
1317
1650
|
|
1318
1651
|
# return_type
|
1319
|
-
return_type = opts[:
|
1652
|
+
return_type = opts[:debug_return_type] || 'VolumesClones'
|
1320
1653
|
|
1321
1654
|
# auth_names
|
1322
|
-
auth_names = opts[:
|
1655
|
+
auth_names = opts[:debug_auth_names] || []
|
1323
1656
|
|
1324
1657
|
new_options = opts.merge(
|
1658
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_volumesclone_getall",
|
1325
1659
|
:header_params => header_params,
|
1326
1660
|
:query_params => query_params,
|
1327
1661
|
:form_params => form_params,
|
@@ -1337,9 +1671,9 @@ module IbmCloudPower
|
|
1337
1671
|
return data, status_code, headers
|
1338
1672
|
end
|
1339
1673
|
|
1340
|
-
# Create a new volumes clone request and
|
1674
|
+
# Create a new volumes clone request and initiates the Prepare action Requires a minimum of two volumes Requires a minimum of one volume to be in the 'in-use' state Requires a unique volumes clone name Prepare action does the preparatory work for creating the snapshot volumes
|
1341
1675
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1342
|
-
# @param body [VolumesCloneCreate] Parameters for preparing a set of volumes to be cloned
|
1676
|
+
# @param body [VolumesCloneCreate] Parameters for preparing a set of volumes to be cloned
|
1343
1677
|
# @param [Hash] opts the optional parameters
|
1344
1678
|
# @return [VolumesClone]
|
1345
1679
|
def pcloud_v2_volumesclone_post(cloud_instance_id, body, opts = {})
|
@@ -1347,9 +1681,9 @@ module IbmCloudPower
|
|
1347
1681
|
data
|
1348
1682
|
end
|
1349
1683
|
|
1350
|
-
# Create a new volumes clone request and
|
1684
|
+
# Create a new volumes clone request and initiates the Prepare action Requires a minimum of two volumes Requires a minimum of one volume to be in the 'in-use' state Requires a unique volumes clone name Prepare action does the preparatory work for creating the snapshot volumes
|
1351
1685
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1352
|
-
# @param body [VolumesCloneCreate] Parameters for preparing a set of volumes to be cloned
|
1686
|
+
# @param body [VolumesCloneCreate] Parameters for preparing a set of volumes to be cloned
|
1353
1687
|
# @param [Hash] opts the optional parameters
|
1354
1688
|
# @return [Array<(VolumesClone, Integer, Hash)>] VolumesClone data, response status code and response headers
|
1355
1689
|
def pcloud_v2_volumesclone_post_with_http_info(cloud_instance_id, body, opts = {})
|
@@ -1375,21 +1709,25 @@ module IbmCloudPower
|
|
1375
1709
|
# HTTP header 'Accept' (if needed)
|
1376
1710
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1377
1711
|
# HTTP header 'Content-Type'
|
1378
|
-
|
1712
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1713
|
+
if !content_type.nil?
|
1714
|
+
header_params['Content-Type'] = content_type
|
1715
|
+
end
|
1379
1716
|
|
1380
1717
|
# form parameters
|
1381
1718
|
form_params = opts[:form_params] || {}
|
1382
1719
|
|
1383
1720
|
# http body (model)
|
1384
|
-
post_body = opts[:
|
1721
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
1385
1722
|
|
1386
1723
|
# return_type
|
1387
|
-
return_type = opts[:
|
1724
|
+
return_type = opts[:debug_return_type] || 'VolumesClone'
|
1388
1725
|
|
1389
1726
|
# auth_names
|
1390
|
-
auth_names = opts[:
|
1727
|
+
auth_names = opts[:debug_auth_names] || []
|
1391
1728
|
|
1392
1729
|
new_options = opts.merge(
|
1730
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_volumesclone_post",
|
1393
1731
|
:header_params => header_params,
|
1394
1732
|
:query_params => query_params,
|
1395
1733
|
:form_params => form_params,
|
@@ -1405,9 +1743,9 @@ module IbmCloudPower
|
|
1405
1743
|
return data, status_code, headers
|
1406
1744
|
end
|
1407
1745
|
|
1408
|
-
# Initiate the Start action for a
|
1746
|
+
# Initiate the Start action for a volumes-clone request Start action starts the consistency group to initiate the flash copy
|
1409
1747
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1410
|
-
# @param volumes_clone_id [String] Volumes Clone ID
|
1748
|
+
# @param volumes_clone_id [String] Volumes Clone ID
|
1411
1749
|
# @param [Hash] opts the optional parameters
|
1412
1750
|
# @return [VolumesClone]
|
1413
1751
|
def pcloud_v2_volumesclone_start_post(cloud_instance_id, volumes_clone_id, opts = {})
|
@@ -1415,9 +1753,9 @@ module IbmCloudPower
|
|
1415
1753
|
data
|
1416
1754
|
end
|
1417
1755
|
|
1418
|
-
# Initiate the Start action for a
|
1756
|
+
# Initiate the Start action for a volumes-clone request Start action starts the consistency group to initiate the flash copy
|
1419
1757
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1420
|
-
# @param volumes_clone_id [String] Volumes Clone ID
|
1758
|
+
# @param volumes_clone_id [String] Volumes Clone ID
|
1421
1759
|
# @param [Hash] opts the optional parameters
|
1422
1760
|
# @return [Array<(VolumesClone, Integer, Hash)>] VolumesClone data, response status code and response headers
|
1423
1761
|
def pcloud_v2_volumesclone_start_post_with_http_info(cloud_instance_id, volumes_clone_id, opts = {})
|
@@ -1447,15 +1785,16 @@ module IbmCloudPower
|
|
1447
1785
|
form_params = opts[:form_params] || {}
|
1448
1786
|
|
1449
1787
|
# http body (model)
|
1450
|
-
post_body = opts[:
|
1788
|
+
post_body = opts[:debug_body]
|
1451
1789
|
|
1452
1790
|
# return_type
|
1453
|
-
return_type = opts[:
|
1791
|
+
return_type = opts[:debug_return_type] || 'VolumesClone'
|
1454
1792
|
|
1455
1793
|
# auth_names
|
1456
|
-
auth_names = opts[:
|
1794
|
+
auth_names = opts[:debug_auth_names] || []
|
1457
1795
|
|
1458
1796
|
new_options = opts.merge(
|
1797
|
+
:operation => :"PCloudVolumesApi.pcloud_v2_volumesclone_start_post",
|
1459
1798
|
:header_params => header_params,
|
1460
1799
|
:query_params => query_params,
|
1461
1800
|
:form_params => form_params,
|
@@ -1471,7 +1810,7 @@ module IbmCloudPower
|
|
1471
1810
|
return data, status_code, headers
|
1472
1811
|
end
|
1473
1812
|
|
1474
|
-
# Create a volume clone for specified volumes
|
1813
|
+
# Create a volume clone for specified volumes
|
1475
1814
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1476
1815
|
# @param body [VolumesCloneRequest] Parameters for the cloning of volumes
|
1477
1816
|
# @param [Hash] opts the optional parameters
|
@@ -1481,7 +1820,7 @@ module IbmCloudPower
|
|
1481
1820
|
data
|
1482
1821
|
end
|
1483
1822
|
|
1484
|
-
# Create a volume clone for specified volumes
|
1823
|
+
# Create a volume clone for specified volumes
|
1485
1824
|
# @param cloud_instance_id [String] Cloud Instance ID of a PCloud Instance
|
1486
1825
|
# @param body [VolumesCloneRequest] Parameters for the cloning of volumes
|
1487
1826
|
# @param [Hash] opts the optional parameters
|
@@ -1509,21 +1848,25 @@ module IbmCloudPower
|
|
1509
1848
|
# HTTP header 'Accept' (if needed)
|
1510
1849
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
1511
1850
|
# HTTP header 'Content-Type'
|
1512
|
-
|
1851
|
+
content_type = @api_client.select_header_content_type(['application/json'])
|
1852
|
+
if !content_type.nil?
|
1853
|
+
header_params['Content-Type'] = content_type
|
1854
|
+
end
|
1513
1855
|
|
1514
1856
|
# form parameters
|
1515
1857
|
form_params = opts[:form_params] || {}
|
1516
1858
|
|
1517
1859
|
# http body (model)
|
1518
|
-
post_body = opts[:
|
1860
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
1519
1861
|
|
1520
1862
|
# return_type
|
1521
|
-
return_type = opts[:
|
1863
|
+
return_type = opts[:debug_return_type] || 'VolumesCloneResponse'
|
1522
1864
|
|
1523
1865
|
# auth_names
|
1524
|
-
auth_names = opts[:
|
1866
|
+
auth_names = opts[:debug_auth_names] || []
|
1525
1867
|
|
1526
1868
|
new_options = opts.merge(
|
1869
|
+
:operation => :"PCloudVolumesApi.pcloud_volumes_clone_post",
|
1527
1870
|
:header_params => header_params,
|
1528
1871
|
:query_params => query_params,
|
1529
1872
|
:form_params => form_params,
|