ibm_cloud_power 2.1.1 → 3.0.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/README.md +172 -30
- data/docs/AccessConfig.md +15 -0
- data/docs/AddHost.md +22 -0
- data/docs/AddServerVirtualSerialNumber.md +20 -0
- data/docs/AvailableHost.md +22 -0
- data/docs/AvailableHostCapacity.md +20 -0
- data/docs/AvailableHostResourceCapacity.md +18 -0
- data/docs/CapabilitiesDetails.md +20 -0
- data/docs/CloudConnectionEndpointVPC.md +1 -1
- data/docs/CloudConnectionVirtualPrivateClouds.md +1 -1
- data/docs/CloudConnectionVirtualPrivateCloudsVirtualPrivateClouds.md +14 -13
- data/docs/CloudConnectionVpc.md +20 -0
- data/docs/CreateCosImageImportJob.md +7 -3
- data/docs/CreateDataVolume.md +4 -2
- data/docs/CreateImage.md +6 -4
- data/docs/CreateServerVirtualSerialNumber.md +20 -0
- data/docs/Datacenter.md +28 -0
- data/docs/DatacenterLocation.md +24 -0
- data/docs/Datacenters.md +18 -0
- data/docs/DatacentersApi.md +253 -0
- data/docs/DeleteServerVirtualSerialNumber.md +18 -0
- data/docs/DeploymentTarget.md +20 -0
- data/docs/DisasterRecovery.md +20 -0
- data/docs/DisasterRecoveryLocation.md +1 -1
- data/docs/GetBulkVolume.md +18 -0
- data/docs/GetServerVirtualSerialNumber.md +20 -0
- data/docs/Host.md +34 -0
- data/docs/HostCapacity.md +20 -0
- data/docs/HostCreate.md +20 -0
- data/docs/HostGroup.md +28 -0
- data/docs/HostGroupCreate.md +22 -0
- data/docs/HostGroupShareOp.md +20 -0
- data/docs/HostGroupSummary.md +22 -0
- data/docs/HostGroupsApi.md +632 -0
- data/docs/HostPut.md +18 -0
- data/docs/HostResourceCapacity.md +24 -0
- data/docs/Image.md +6 -0
- data/docs/ImageImportDetails.md +22 -0
- data/docs/ImageReference.md +2 -0
- data/docs/MultiVolumesCreate.md +4 -2
- data/docs/Network.md +9 -3
- data/docs/NetworkAddressGroup.md +26 -0
- data/docs/NetworkAddressGroupAddMember.md +18 -0
- data/docs/NetworkAddressGroupCreate.md +20 -0
- data/docs/NetworkAddressGroupMember.md +20 -0
- data/docs/NetworkAddressGroupUpdate.md +18 -0
- data/docs/NetworkAddressGroups.md +18 -0
- data/docs/NetworkAddressGroupsApi.md +451 -0
- data/docs/NetworkAddressTranslation.md +18 -0
- data/docs/NetworkCloudConnections.md +20 -0
- data/docs/NetworkCreate.md +6 -2
- data/docs/NetworkInterface.md +36 -0
- data/docs/NetworkInterfaceCreate.md +22 -0
- data/docs/NetworkInterfaceInstance.md +20 -0
- data/docs/NetworkInterfaceUpdate.md +20 -0
- data/docs/NetworkInterfaces.md +18 -0
- data/docs/NetworkPortPvmInstance.md +1 -1
- data/docs/NetworkReference.md +8 -2
- data/docs/NetworkSecurityGroup.md +30 -0
- data/docs/NetworkSecurityGroupAddMember.md +20 -0
- data/docs/NetworkSecurityGroupAddRule.md +30 -0
- data/docs/NetworkSecurityGroupClone.md +18 -0
- data/docs/NetworkSecurityGroupCreate.md +20 -0
- data/docs/NetworkSecurityGroupMember.md +26 -0
- data/docs/NetworkSecurityGroupMoveMember.md +20 -0
- data/docs/NetworkSecurityGroupRule.md +28 -0
- data/docs/NetworkSecurityGroupRulePort.md +20 -0
- data/docs/NetworkSecurityGroupRuleProtocol.md +22 -0
- data/docs/NetworkSecurityGroupRuleProtocolTcpFlag.md +18 -0
- data/docs/NetworkSecurityGroupRuleRemote.md +20 -0
- data/docs/NetworkSecurityGroupUpdate.md +18 -0
- data/docs/NetworkSecurityGroups.md +18 -0
- data/docs/NetworkSecurityGroupsAction.md +18 -0
- data/docs/NetworkSecurityGroupsApi.md +779 -0
- data/docs/NetworksApi.md +334 -0
- data/docs/PCloudCloudConnectionsApi.md +10 -10
- data/docs/PCloudImagesApi.md +15 -9
- data/docs/PCloudNetworksApi.md +12 -2
- data/docs/PCloudPVMInstancesApi.md +80 -78
- data/docs/PCloudPlacementGroupsApi.md +1 -1
- data/docs/PCloudPodCapacityApi.md +72 -0
- data/docs/PCloudSAPApi.md +10 -4
- data/docs/PCloudSPPPlacementGroupsApi.md +2 -2
- data/docs/PCloudSharedProcessorPoolsApi.md +1 -1
- data/docs/PCloudSnapshotsApi.md +1 -1
- data/docs/PCloudStorageTiersApi.md +70 -0
- data/docs/PCloudTasksApi.md +1 -1
- data/docs/PCloudTenantsSSHKeysApi.md +1 -1
- data/docs/PCloudVirtualSerialNumberApi.md +531 -0
- data/docs/PCloudVolumeGroupsApi.md +7 -5
- data/docs/PCloudVolumesApi.md +169 -21
- data/docs/PVMInstance.md +12 -0
- data/docs/PVMInstanceAction.md +1 -1
- data/docs/PVMInstanceAddNetwork.md +3 -1
- data/docs/PVMInstanceCapture.md +3 -1
- data/docs/PVMInstanceConfiguration.md +26 -0
- data/docs/PVMInstanceCores.md +22 -0
- data/docs/PVMInstanceCreate.md +11 -3
- data/docs/PVMInstanceDelete.md +18 -0
- data/docs/PVMInstanceMemory.md +22 -0
- data/docs/PVMInstanceNetwork.md +6 -0
- data/docs/PVMInstanceOperatingSystem.md +20 -0
- data/docs/PVMInstanceReference.md +11 -1
- data/docs/PVMInstanceReferenceV2.md +48 -0
- data/docs/PVMInstanceUpdateResponse.md +6 -2
- data/docs/PVMInstanceV2Health.md +18 -0
- data/docs/PVMInstanceV2NetworkPort.md +26 -0
- data/docs/PVMInstanceVirtualCores.md +22 -0
- data/docs/PVMInstanceVolumeUpdate.md +1 -1
- data/docs/PVMInstancesV2.md +18 -0
- data/docs/PodCapacity.md +22 -0
- data/docs/PodData.md +36 -0
- data/docs/PvmInstanceDeployment.md +24 -0
- data/docs/PvmInstanceHost.md +20 -0
- data/docs/PvmInstancePlacementGroup.md +18 -0
- data/docs/RemoveVirtualSerialNumber.md +18 -0
- data/docs/ReplicationService.md +20 -0
- data/docs/ReplicationTargetLocation.md +20 -0
- data/docs/SAPCreate.md +9 -3
- data/docs/SAPProfile.md +13 -1
- data/docs/Secondary.md +20 -0
- data/docs/SharedProcessorPool.md +7 -1
- data/docs/SharedProcessorPoolCreate.md +5 -1
- data/docs/SharedProcessorPoolServer.md +2 -2
- data/docs/Snapshot.md +3 -1
- data/docs/SnapshotCreate.md +2 -0
- data/docs/SnapshotCreateResponse.md +5 -1
- data/docs/SnapshotList.md +18 -0
- data/docs/SnapshotV1.md +30 -0
- data/docs/SnapshotsApi.md +261 -0
- data/docs/StorageController.md +26 -0
- data/docs/StoragePoolCapacity.md +6 -0
- data/docs/StoragePoolCombined.md +22 -0
- data/docs/StoragePoolMap.md +20 -0
- data/docs/StorageTier.md +22 -0
- data/docs/SupportedSystems.md +20 -0
- data/docs/System.md +16 -2
- data/docs/SystemPool.md +2 -0
- data/docs/SystemPoolCapacity.md +30 -0
- data/docs/SystemResources.md +32 -0
- data/docs/UpdateServerVirtualSerialNumber.md +18 -0
- data/docs/UpdateVirtualSerialNumber.md +18 -0
- data/docs/VirtualSerialNumber.md +22 -0
- data/docs/Volume.md +9 -3
- data/docs/VolumeAction.md +4 -2
- data/docs/VolumeGroup.md +7 -1
- data/docs/VolumeGroupDetails.md +6 -0
- data/docs/VolumeInfo.md +2 -0
- data/docs/VolumeOnboardingCreate.md +3 -1
- data/docs/VolumeReference.md +10 -2
- data/docs/VolumeSnapshotList.md +18 -0
- data/docs/VolumesCloneAsyncRequest.md +7 -1
- data/docs/VolumesCloneExecute.md +8 -2
- data/docs/VolumesCloneRequest.md +1 -1
- data/docs/VolumesDelete.md +18 -0
- data/docs/VolumesDeleteResponse.md +18 -0
- data/docs/VolumesDetach.md +22 -0
- data/docs/VolumesDetachmentResponse.md +18 -0
- data/docs/Workspace.md +30 -0
- data/docs/WorkspaceDetails.md +26 -0
- data/docs/WorkspaceLocation.md +22 -0
- data/docs/WorkspaceNetworkSecurityGroupsDetails.md +18 -0
- data/docs/WorkspacePowerEdgeRouterDetails.md +22 -0
- data/docs/Workspaces.md +18 -0
- data/docs/WorkspacesApi.md +130 -0
- data/ibm_cloud_power.gemspec +4 -4
- data/lib/ibm_cloud_power/api/datacenters_api.rb +254 -0
- data/lib/ibm_cloud_power/api/host_groups_api.rb +646 -0
- data/lib/ibm_cloud_power/api/network_address_groups_api.rb +476 -0
- data/lib/ibm_cloud_power/api/network_security_groups_api.rb +828 -0
- data/lib/ibm_cloud_power/api/networks_api.rb +363 -0
- data/lib/ibm_cloud_power/api/p_cloud_cloud_connections_api.rb +9 -9
- data/lib/ibm_cloud_power/api/p_cloud_disaster_recovery_api.rb +3 -3
- data/lib/ibm_cloud_power/api/p_cloud_events_api.rb +7 -12
- data/lib/ibm_cloud_power/api/p_cloud_images_api.rb +14 -8
- data/lib/ibm_cloud_power/api/p_cloud_instances_api.rb +3 -3
- data/lib/ibm_cloud_power/api/p_cloud_jobs_api.rb +3 -3
- data/lib/ibm_cloud_power/api/p_cloud_networks_api.rb +15 -5
- data/lib/ibm_cloud_power/api/p_cloud_placement_groups_api.rb +4 -4
- data/lib/ibm_cloud_power/api/{p_cloud_system_pools_api.rb → p_cloud_pod_capacity_api.rb} +19 -17
- data/lib/ibm_cloud_power/api/p_cloud_pvm_instances_api.rb +81 -87
- data/lib/ibm_cloud_power/api/p_cloud_sap_api.rb +17 -3
- data/lib/ibm_cloud_power/api/p_cloud_shared_processor_pools_api.rb +4 -4
- data/lib/ibm_cloud_power/api/p_cloud_snapshots_api.rb +4 -4
- data/lib/ibm_cloud_power/api/p_cloud_spp_placement_groups_api.rb +5 -5
- data/lib/ibm_cloud_power/api/p_cloud_storage_capacity_api.rb +3 -3
- data/lib/ibm_cloud_power/api/p_cloud_storage_tiers_api.rb +83 -0
- data/lib/ibm_cloud_power/api/p_cloud_tasks_api.rb +4 -4
- data/lib/ibm_cloud_power/api/p_cloud_tenants_api.rb +3 -3
- data/lib/ibm_cloud_power/api/p_cloud_tenants_ssh_keys_api.rb +4 -4
- data/lib/ibm_cloud_power/api/p_cloud_virtual_serial_number_api.rb +571 -0
- data/lib/ibm_cloud_power/api/p_cloud_volume_groups_api.rb +8 -6
- data/lib/ibm_cloud_power/api/p_cloud_volume_onboarding_api.rb +3 -3
- data/lib/ibm_cloud_power/api/p_cloud_volumes_api.rb +181 -15
- data/lib/ibm_cloud_power/api/p_cloud_vpn_connections_api.rb +3 -3
- data/lib/ibm_cloud_power/api/p_cloud_vpn_policies_api.rb +3 -3
- data/lib/ibm_cloud_power/api/snapshots_api.rb +262 -0
- data/lib/ibm_cloud_power/api/workspaces_api.rb +138 -0
- data/lib/ibm_cloud_power/api_client.rb +4 -6
- data/lib/ibm_cloud_power/api_error.rb +3 -3
- data/lib/ibm_cloud_power/configuration.rb +6 -7
- data/lib/ibm_cloud_power/models/{cloud_connection_speed.rb → access_config.rb} +11 -14
- data/lib/ibm_cloud_power/models/add_host.rb +250 -0
- data/lib/ibm_cloud_power/models/add_server_virtual_serial_number.rb +234 -0
- data/lib/ibm_cloud_power/models/auxiliary_volume_for_onboarding.rb +29 -4
- data/lib/ibm_cloud_power/models/auxiliary_volumes_for_onboarding.rb +3 -4
- data/lib/ibm_cloud_power/models/available_host.rb +240 -0
- data/lib/ibm_cloud_power/models/available_host_capacity.rb +229 -0
- data/lib/ibm_cloud_power/models/available_host_resource_capacity.rb +223 -0
- data/lib/ibm_cloud_power/models/capabilities_details.rb +229 -0
- data/lib/ibm_cloud_power/models/clone_task_reference.rb +3 -4
- data/lib/ibm_cloud_power/models/clone_task_status.rb +3 -4
- data/lib/ibm_cloud_power/models/cloned_volume.rb +3 -4
- data/lib/ibm_cloud_power/models/cloned_volume_detail.rb +5 -14
- data/lib/ibm_cloud_power/models/cloud_connection.rb +5 -4
- data/lib/ibm_cloud_power/models/cloud_connection_create.rb +5 -4
- data/lib/ibm_cloud_power/models/cloud_connection_create_response.rb +5 -4
- data/lib/ibm_cloud_power/models/cloud_connection_endpoint_classic.rb +4 -4
- data/lib/ibm_cloud_power/models/cloud_connection_endpoint_classic_update.rb +4 -4
- data/lib/ibm_cloud_power/models/cloud_connection_endpoint_vpc.rb +4 -5
- data/lib/ibm_cloud_power/models/cloud_connection_gre_tunnel.rb +3 -4
- data/lib/ibm_cloud_power/models/cloud_connection_gre_tunnel_create.rb +3 -4
- data/lib/ibm_cloud_power/models/cloud_connection_update.rb +5 -4
- data/lib/ibm_cloud_power/models/cloud_connection_virtual_private_clouds.rb +4 -5
- data/lib/ibm_cloud_power/models/cloud_connection_virtual_private_clouds_virtual_private_clouds.rb +39 -29
- data/lib/ibm_cloud_power/models/cloud_connection_vpc.rb +6 -7
- data/lib/ibm_cloud_power/models/cloud_connections.rb +3 -4
- data/lib/ibm_cloud_power/models/cloud_instance.rb +5 -14
- data/lib/ibm_cloud_power/models/cloud_instance_reference.rb +4 -9
- data/lib/ibm_cloud_power/models/cloud_instance_usage_limits.rb +3 -4
- data/lib/ibm_cloud_power/models/console_language.rb +3 -4
- data/lib/ibm_cloud_power/models/console_languages.rb +3 -4
- data/lib/ibm_cloud_power/models/create_cos_image_import_job.rb +30 -10
- data/lib/ibm_cloud_power/models/create_data_volume.rb +16 -7
- data/lib/ibm_cloud_power/models/create_image.rb +33 -11
- data/lib/ibm_cloud_power/models/create_server_virtual_serial_number.rb +234 -0
- data/lib/ibm_cloud_power/models/datacenter.rb +332 -0
- data/lib/ibm_cloud_power/models/datacenter_location.rb +269 -0
- data/lib/ibm_cloud_power/models/datacenters.rb +226 -0
- data/lib/ibm_cloud_power/models/dead_peer_detection.rb +3 -4
- data/lib/ibm_cloud_power/models/delete_server_virtual_serial_number.rb +219 -0
- data/lib/ibm_cloud_power/models/deployment_target.rb +273 -0
- data/lib/ibm_cloud_power/models/disaster_recovery.rb +229 -0
- data/lib/ibm_cloud_power/models/disaster_recovery_location.rb +6 -9
- data/lib/ibm_cloud_power/models/disaster_recovery_locations.rb +3 -4
- data/lib/ibm_cloud_power/models/error.rb +3 -4
- data/lib/ibm_cloud_power/models/event.rb +3 -4
- data/lib/ibm_cloud_power/models/event_user.rb +3 -4
- data/lib/ibm_cloud_power/models/events.rb +3 -4
- data/lib/ibm_cloud_power/models/export_image.rb +3 -4
- data/lib/ibm_cloud_power/models/flash_copy_mapping.rb +3 -4
- data/lib/ibm_cloud_power/models/get_bulk_volume.rb +226 -0
- data/lib/ibm_cloud_power/models/get_server_virtual_serial_number.rb +239 -0
- data/lib/ibm_cloud_power/models/host.rb +300 -0
- data/lib/ibm_cloud_power/models/host_capacity.rb +229 -0
- data/lib/ibm_cloud_power/models/host_create.rb +242 -0
- data/lib/ibm_cloud_power/models/host_group.rb +274 -0
- data/lib/ibm_cloud_power/models/host_group_create.rb +254 -0
- data/lib/ibm_cloud_power/models/host_group_share_op.rb +232 -0
- data/lib/ibm_cloud_power/models/host_group_summary.rb +239 -0
- data/lib/ibm_cloud_power/models/{options.rb → host_put.rb} +18 -17
- data/lib/ibm_cloud_power/models/host_resource_capacity.rb +265 -0
- data/lib/ibm_cloud_power/models/ike_policies.rb +3 -4
- data/lib/ibm_cloud_power/models/ike_policy.rb +3 -4
- data/lib/ibm_cloud_power/models/ike_policy_authentication.rb +6 -9
- data/lib/ibm_cloud_power/models/ike_policy_create.rb +3 -4
- data/lib/ibm_cloud_power/models/ike_policy_ref.rb +3 -4
- data/lib/ibm_cloud_power/models/ike_policy_update.rb +3 -4
- data/lib/ibm_cloud_power/models/image.rb +41 -5
- data/lib/ibm_cloud_power/models/image_import_details.rb +312 -0
- data/lib/ibm_cloud_power/models/image_reference.rb +15 -10
- data/lib/ibm_cloud_power/models/image_specifications.rb +3 -4
- data/lib/ibm_cloud_power/models/image_volume.rb +3 -4
- data/lib/ibm_cloud_power/models/images.rb +3 -4
- data/lib/ibm_cloud_power/models/ip_address_range.rb +3 -4
- data/lib/ibm_cloud_power/models/ip_sec_policies.rb +3 -4
- data/lib/ibm_cloud_power/models/ip_sec_policy.rb +3 -4
- data/lib/ibm_cloud_power/models/ip_sec_policy_create.rb +3 -4
- data/lib/ibm_cloud_power/models/ip_sec_policy_ref.rb +3 -4
- data/lib/ibm_cloud_power/models/ip_sec_policy_update.rb +3 -4
- data/lib/ibm_cloud_power/models/ipsec_policy_authentication.rb +6 -9
- data/lib/ibm_cloud_power/models/job.rb +5 -14
- data/lib/ibm_cloud_power/models/job_reference.rb +3 -4
- data/lib/ibm_cloud_power/models/jobs.rb +3 -4
- data/lib/ibm_cloud_power/models/maximum_storage_allocation.rb +3 -4
- data/lib/ibm_cloud_power/models/min_max_default.rb +3 -4
- data/lib/ibm_cloud_power/models/multi_volumes_create.rb +16 -7
- data/lib/ibm_cloud_power/models/network.rb +60 -13
- data/lib/ibm_cloud_power/models/{cloud_connection_virtual_private_clouds_virtual_private_clouds_inner.rb → network_address_group.rb} +54 -46
- data/lib/ibm_cloud_power/models/network_address_group_add_member.rb +224 -0
- data/lib/ibm_cloud_power/models/network_address_group_create.rb +236 -0
- data/lib/ibm_cloud_power/models/network_address_group_member.rb +239 -0
- data/lib/ibm_cloud_power/models/network_address_group_update.rb +219 -0
- data/lib/ibm_cloud_power/models/network_address_groups.rb +221 -0
- data/lib/ibm_cloud_power/models/network_address_translation.rb +220 -0
- data/lib/ibm_cloud_power/models/{network_cloud_connections_inner.rb → network_cloud_connections.rb} +6 -7
- data/lib/ibm_cloud_power/models/network_create.rb +77 -9
- data/lib/ibm_cloud_power/models/network_create.rb.orig +393 -0
- data/lib/ibm_cloud_power/models/network_id.rb +3 -4
- data/lib/ibm_cloud_power/models/network_ids.rb +3 -4
- data/lib/ibm_cloud_power/models/network_interface.rb +342 -0
- data/lib/ibm_cloud_power/models/network_interface_create.rb +241 -0
- data/lib/ibm_cloud_power/models/network_interface_instance.rb +230 -0
- data/lib/ibm_cloud_power/models/network_interface_update.rb +229 -0
- data/lib/ibm_cloud_power/models/network_interfaces.rb +226 -0
- data/lib/ibm_cloud_power/models/network_ip_address_metrics.rb +3 -4
- data/lib/ibm_cloud_power/models/network_port.rb +3 -4
- data/lib/ibm_cloud_power/models/network_port_create.rb +3 -4
- data/lib/ibm_cloud_power/models/network_port_pvm_instance.rb +4 -5
- data/lib/ibm_cloud_power/models/network_port_update.rb +3 -4
- data/lib/ibm_cloud_power/models/network_ports.rb +3 -4
- data/lib/ibm_cloud_power/models/network_reference.rb +59 -12
- data/lib/ibm_cloud_power/models/network_security_group.rb +300 -0
- data/lib/ibm_cloud_power/models/network_security_group_add_member.rb +273 -0
- data/lib/ibm_cloud_power/models/network_security_group_add_rule.rb +326 -0
- data/lib/ibm_cloud_power/models/network_security_group_clone.rb +224 -0
- data/lib/ibm_cloud_power/models/network_security_group_create.rb +236 -0
- data/lib/ibm_cloud_power/models/network_security_group_member.rb +308 -0
- data/lib/ibm_cloud_power/models/network_security_group_move_member.rb +239 -0
- data/lib/ibm_cloud_power/models/{ike_policy_template.rb → network_security_group_rule.rb} +91 -85
- data/lib/ibm_cloud_power/models/network_security_group_rule_port.rb +259 -0
- data/lib/ibm_cloud_power/models/{cloud_instance_create.rb → network_security_group_rule_protocol.rb} +77 -95
- data/lib/ibm_cloud_power/models/network_security_group_rule_protocol_tcp_flag.rb +253 -0
- data/lib/ibm_cloud_power/models/network_security_group_rule_remote.rb +263 -0
- data/lib/ibm_cloud_power/models/network_security_group_update.rb +219 -0
- data/lib/ibm_cloud_power/models/network_security_groups.rb +221 -0
- data/lib/ibm_cloud_power/models/network_security_groups_action.rb +258 -0
- data/lib/ibm_cloud_power/models/network_update.rb +3 -4
- data/lib/ibm_cloud_power/models/networks.rb +3 -4
- data/lib/ibm_cloud_power/models/operation.rb +3 -4
- data/lib/ibm_cloud_power/models/operations.rb +3 -4
- data/lib/ibm_cloud_power/models/peer_subnet_update.rb +3 -4
- data/lib/ibm_cloud_power/models/peer_subnets.rb +3 -4
- data/lib/ibm_cloud_power/models/peering_network.rb +3 -4
- data/lib/ibm_cloud_power/models/pin_policy.rb +6 -9
- data/lib/ibm_cloud_power/models/placement_group.rb +3 -4
- data/lib/ibm_cloud_power/models/placement_group_create.rb +3 -4
- data/lib/ibm_cloud_power/models/placement_group_server.rb +3 -4
- data/lib/ibm_cloud_power/models/placement_groups.rb +3 -4
- data/lib/ibm_cloud_power/models/pod_capacity.rb +243 -0
- data/lib/ibm_cloud_power/models/pod_data.rb +360 -0
- data/lib/ibm_cloud_power/models/pvm_instance.rb +68 -5
- data/lib/ibm_cloud_power/models/pvm_instance_action.rb +6 -7
- data/lib/ibm_cloud_power/models/pvm_instance_add_network.rb +19 -8
- data/lib/ibm_cloud_power/models/pvm_instance_capture.rb +17 -8
- data/lib/ibm_cloud_power/models/pvm_instance_configuration.rb +261 -0
- data/lib/ibm_cloud_power/models/pvm_instance_console.rb +3 -4
- data/lib/ibm_cloud_power/models/pvm_instance_cores.rb +244 -0
- data/lib/ibm_cloud_power/models/pvm_instance_create.rb +69 -10
- data/lib/ibm_cloud_power/models/pvm_instance_delete.rb +219 -0
- data/lib/ibm_cloud_power/models/pvm_instance_deployment.rb +290 -0
- data/lib/ibm_cloud_power/models/pvm_instance_fault.rb +3 -4
- data/lib/ibm_cloud_power/models/pvm_instance_health.rb +3 -4
- data/lib/ibm_cloud_power/models/pvm_instance_host.rb +229 -0
- data/lib/ibm_cloud_power/models/pvm_instance_memory.rb +244 -0
- data/lib/ibm_cloud_power/models/pvm_instance_multi_create.rb +3 -4
- data/lib/ibm_cloud_power/models/pvm_instance_network.rb +38 -5
- data/lib/ibm_cloud_power/models/pvm_instance_networks.rb +3 -4
- data/lib/ibm_cloud_power/models/{cloud_connection_endpoint_gre.rb → pvm_instance_operating_system.rb} +26 -24
- data/lib/ibm_cloud_power/models/pvm_instance_operation.rb +3 -4
- data/lib/ibm_cloud_power/models/pvm_instance_placement_group.rb +224 -0
- data/lib/ibm_cloud_power/models/pvm_instance_reference.rb +63 -10
- data/lib/ibm_cloud_power/models/pvm_instance_reference_v2.rb +395 -0
- data/lib/ibm_cloud_power/models/pvm_instance_remove_network.rb +3 -4
- data/lib/ibm_cloud_power/models/pvm_instance_update.rb +5 -4
- data/lib/ibm_cloud_power/models/pvm_instance_update_response.rb +30 -9
- data/lib/ibm_cloud_power/models/pvm_instance_v2_health.rb +225 -0
- data/lib/ibm_cloud_power/models/{ip_sec_policy_template.rb → pvm_instance_v2_network_port.rb} +89 -81
- data/lib/ibm_cloud_power/models/pvm_instance_virtual_cores.rb +263 -0
- data/lib/ibm_cloud_power/models/pvm_instance_volume_update.rb +4 -5
- data/lib/ibm_cloud_power/models/pvm_instances.rb +3 -4
- data/lib/ibm_cloud_power/models/pvm_instances_v2.rb +226 -0
- data/lib/ibm_cloud_power/models/remote_copy_relationship.rb +3 -4
- data/lib/ibm_cloud_power/models/remove_virtual_serial_number.rb +224 -0
- data/lib/ibm_cloud_power/models/replication_service.rb +241 -0
- data/lib/ibm_cloud_power/models/{ip_sec_policy_options.rb → replication_target_location.rb} +55 -50
- data/lib/ibm_cloud_power/models/sap_create.rb +61 -8
- data/lib/ibm_cloud_power/models/sap_profile.rb +95 -8
- data/lib/ibm_cloud_power/models/sap_profile_reference.rb +3 -4
- data/lib/ibm_cloud_power/models/sap_profiles.rb +3 -4
- data/lib/ibm_cloud_power/models/secondary.rb +235 -0
- data/lib/ibm_cloud_power/models/shared_processor_pool.rb +37 -8
- data/lib/ibm_cloud_power/models/shared_processor_pool_create.rb +28 -13
- data/lib/ibm_cloud_power/models/shared_processor_pool_detail.rb +4 -9
- data/lib/ibm_cloud_power/models/shared_processor_pool_placement_group.rb +3 -4
- data/lib/ibm_cloud_power/models/shared_processor_pool_server.rb +5 -6
- data/lib/ibm_cloud_power/models/shared_processor_pool_update.rb +4 -4
- data/lib/ibm_cloud_power/models/shared_processor_pools.rb +3 -4
- data/lib/ibm_cloud_power/models/site.rb +3 -4
- data/lib/ibm_cloud_power/models/snapshot.rb +15 -6
- data/lib/ibm_cloud_power/models/snapshot_create.rb +44 -5
- data/lib/ibm_cloud_power/models/snapshot_create_response.rb +27 -8
- data/lib/ibm_cloud_power/models/snapshot_list.rb +226 -0
- data/lib/ibm_cloud_power/models/snapshot_restore.rb +3 -4
- data/lib/ibm_cloud_power/models/snapshot_update.rb +29 -4
- data/lib/ibm_cloud_power/models/snapshot_v1.rb +304 -0
- data/lib/ibm_cloud_power/models/snapshots.rb +3 -4
- data/lib/ibm_cloud_power/models/software_licenses.rb +3 -4
- data/lib/ibm_cloud_power/models/spp_placement_group.rb +3 -4
- data/lib/ibm_cloud_power/models/spp_placement_group_create.rb +42 -4
- data/lib/ibm_cloud_power/models/spp_placement_groups.rb +3 -4
- data/lib/ibm_cloud_power/models/src.rb +3 -4
- data/lib/ibm_cloud_power/models/ssh_key.rb +3 -4
- data/lib/ibm_cloud_power/models/ssh_keys.rb +3 -4
- data/lib/ibm_cloud_power/models/status.rb +3 -4
- data/lib/ibm_cloud_power/models/status_description.rb +3 -4
- data/lib/ibm_cloud_power/models/status_description_error.rb +3 -4
- data/lib/ibm_cloud_power/models/stock_image.rb +3 -4
- data/lib/ibm_cloud_power/models/storage_affinity.rb +3 -4
- data/lib/ibm_cloud_power/models/storage_controller.rb +287 -0
- data/lib/ibm_cloud_power/models/storage_pool_capacity.rb +34 -5
- data/lib/ibm_cloud_power/models/{cloud_instance_update.rb → storage_pool_combined.rb} +44 -49
- data/lib/ibm_cloud_power/models/storage_pool_map.rb +227 -0
- data/lib/ibm_cloud_power/models/storage_pools_capacity.rb +4 -4
- data/lib/ibm_cloud_power/models/storage_tier.rb +276 -0
- data/lib/ibm_cloud_power/models/storage_type_capacity.rb +4 -4
- data/lib/ibm_cloud_power/models/storage_types_capacity.rb +4 -4
- data/lib/ibm_cloud_power/models/supported_systems.rb +243 -0
- data/lib/ibm_cloud_power/models/system.rb +78 -9
- data/lib/ibm_cloud_power/models/system_pool.rb +19 -5
- data/lib/ibm_cloud_power/models/system_pool_capacity.rb +312 -0
- data/lib/ibm_cloud_power/models/system_resources.rb +325 -0
- data/lib/ibm_cloud_power/models/task.rb +3 -4
- data/lib/ibm_cloud_power/models/task_reference.rb +3 -4
- data/lib/ibm_cloud_power/models/tenant.rb +3 -4
- data/lib/ibm_cloud_power/models/tenant_update.rb +3 -4
- data/lib/ibm_cloud_power/models/update_server_virtual_serial_number.rb +219 -0
- data/lib/ibm_cloud_power/models/update_virtual_serial_number.rb +224 -0
- data/lib/ibm_cloud_power/models/update_volume.rb +3 -4
- data/lib/ibm_cloud_power/models/virtual_cores.rb +3 -4
- data/lib/ibm_cloud_power/models/virtual_serial_number.rb +254 -0
- data/lib/ibm_cloud_power/models/volume.rb +42 -13
- data/lib/ibm_cloud_power/models/volume_action.rb +17 -13
- data/lib/ibm_cloud_power/models/volume_group.rb +40 -8
- data/lib/ibm_cloud_power/models/volume_group_action.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_group_action_reset.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_group_action_start.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_group_action_stop.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_group_create.rb +29 -4
- data/lib/ibm_cloud_power/models/volume_group_create_response.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_group_details.rb +37 -5
- data/lib/ibm_cloud_power/models/volume_group_remote_copy_relationships.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_group_storage_details.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_group_update.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_groups.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_groups_details.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_info.rb +14 -5
- data/lib/ibm_cloud_power/models/volume_onboarding.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_onboarding_common.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_onboarding_create.rb +17 -8
- data/lib/ibm_cloud_power/models/volume_onboarding_create_response.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_onboarding_failure.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_onboardings.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_reference.rb +46 -7
- data/lib/ibm_cloud_power/models/volume_remote_copy_relationship.rb +3 -4
- data/lib/ibm_cloud_power/models/volume_snapshot_list.rb +221 -0
- data/lib/ibm_cloud_power/models/volumes.rb +3 -4
- data/lib/ibm_cloud_power/models/volumes_attach.rb +3 -4
- data/lib/ibm_cloud_power/models/volumes_attachment_response.rb +3 -4
- data/lib/ibm_cloud_power/models/volumes_clone.rb +3 -4
- data/lib/ibm_cloud_power/models/volumes_clone_async_request.rb +35 -6
- data/lib/ibm_cloud_power/models/volumes_clone_cancel.rb +3 -4
- data/lib/ibm_cloud_power/models/volumes_clone_create.rb +3 -4
- data/lib/ibm_cloud_power/models/volumes_clone_detail.rb +3 -4
- data/lib/ibm_cloud_power/models/volumes_clone_execute.rb +38 -9
- data/lib/ibm_cloud_power/models/volumes_clone_request.rb +4 -5
- data/lib/ibm_cloud_power/models/volumes_clone_response.rb +3 -4
- data/lib/ibm_cloud_power/models/volumes_clones.rb +3 -4
- data/lib/ibm_cloud_power/models/volumes_delete.rb +226 -0
- data/lib/ibm_cloud_power/models/volumes_delete_response.rb +219 -0
- data/lib/ibm_cloud_power/models/volumes_detach.rb +245 -0
- data/lib/ibm_cloud_power/models/volumes_detachment_response.rb +224 -0
- data/lib/ibm_cloud_power/models/vpn_connection.rb +3 -4
- data/lib/ibm_cloud_power/models/vpn_connection_create.rb +3 -4
- data/lib/ibm_cloud_power/models/vpn_connection_create_response.rb +3 -4
- data/lib/ibm_cloud_power/models/vpn_connection_update.rb +3 -4
- data/lib/ibm_cloud_power/models/vpn_connections.rb +3 -4
- data/lib/ibm_cloud_power/models/{pvm_instance_clone.rb → workspace.rb} +81 -80
- data/lib/ibm_cloud_power/models/{ike_policy_options.rb → workspace_details.rb} +51 -56
- data/lib/ibm_cloud_power/models/workspace_location.rb +244 -0
- data/lib/ibm_cloud_power/models/workspace_network_security_groups_details.rb +258 -0
- data/lib/ibm_cloud_power/models/workspace_power_edge_router_details.rb +307 -0
- data/lib/ibm_cloud_power/models/workspaces.rb +226 -0
- data/lib/ibm_cloud_power/version.rb +4 -4
- data/lib/ibm_cloud_power.rb +111 -14
- data/spec/api/datacenters_api_spec.rb +77 -0
- data/spec/api/host_groups_api_spec.rb +144 -0
- data/spec/api/network_address_groups_api_spec.rb +114 -0
- data/spec/api/network_security_groups_api_spec.rb +174 -0
- data/spec/api/networks_api_spec.rb +95 -0
- data/spec/api/p_cloud_cloud_connections_api_spec.rb +20 -20
- data/spec/api/p_cloud_disaster_recovery_api_spec.rb +3 -3
- data/spec/api/p_cloud_events_api_spec.rb +6 -5
- data/spec/api/p_cloud_images_api_spec.rb +87 -10
- data/spec/api/p_cloud_instances_api_spec.rb +4 -27
- data/spec/api/p_cloud_jobs_api_spec.rb +5 -5
- data/spec/api/p_cloud_networks_api_spec.rb +13 -8
- data/spec/api/p_cloud_placement_groups_api_spec.rb +15 -15
- data/spec/api/{p_cloud_system_pools_api_spec.rb → p_cloud_pod_capacity_api_spec.rb} +14 -13
- data/spec/api/p_cloud_pvm_instances_api_spec.rb +86 -22
- data/spec/api/p_cloud_sap_api_spec.rb +5 -3
- data/spec/api/p_cloud_shared_processor_pools_api_spec.rb +3 -3
- data/spec/api/p_cloud_snapshots_api_spec.rb +4 -4
- data/spec/api/p_cloud_spp_placement_groups_api_spec.rb +3 -3
- data/spec/api/p_cloud_storage_capacity_api_spec.rb +3 -3
- data/spec/api/p_cloud_storage_tiers_api_spec.rb +46 -0
- data/spec/api/p_cloud_tasks_api_spec.rb +5 -5
- data/spec/api/p_cloud_tenants_api_spec.rb +4 -4
- data/spec/api/p_cloud_tenants_ssh_keys_api_spec.rb +7 -7
- data/spec/api/p_cloud_virtual_serial_number_api_spec.rb +131 -0
- data/spec/api/p_cloud_volume_groups_api_spec.rb +5 -4
- data/spec/api/p_cloud_volume_onboarding_api_spec.rb +3 -3
- data/spec/api/p_cloud_volumes_api_spec.rb +182 -12
- data/spec/api/p_cloud_vpn_connections_api_spec.rb +3 -15
- data/spec/api/p_cloud_vpn_policies_api_spec.rb +3 -3
- data/spec/api/snapshots_api_spec.rb +81 -0
- data/spec/api/workspaces_api_spec.rb +56 -0
- data/spec/api_client_spec.rb +3 -3
- data/spec/configuration_spec.rb +3 -3
- data/spec/models/access_config_spec.rb +28 -0
- data/spec/models/{ip_sec_policy_options_spec.rb → add_host_spec.rb} +12 -12
- data/spec/models/add_server_virtual_serial_number_spec.rb +40 -0
- data/spec/models/auxiliary_volume_for_onboarding_spec.rb +3 -3
- data/spec/models/auxiliary_volumes_for_onboarding_spec.rb +3 -3
- data/spec/models/available_host_capacity_spec.rb +40 -0
- data/spec/models/available_host_resource_capacity_spec.rb +34 -0
- data/spec/models/available_host_spec.rb +46 -0
- data/spec/models/capabilities_details_spec.rb +40 -0
- data/spec/models/clone_task_reference_spec.rb +6 -13
- data/spec/models/clone_task_status_spec.rb +14 -21
- data/spec/models/cloned_volume_detail_spec.rb +8 -15
- data/spec/models/cloned_volume_spec.rb +8 -15
- data/spec/models/cloud_connection_create_response_spec.rb +19 -13
- data/spec/models/cloud_connection_create_spec.rb +35 -14
- data/spec/models/cloud_connection_endpoint_classic_spec.rb +6 -13
- data/spec/models/cloud_connection_endpoint_classic_update_spec.rb +3 -3
- data/spec/models/cloud_connection_endpoint_vpc_spec.rb +6 -13
- data/spec/models/cloud_connection_gre_tunnel_create_spec.rb +3 -3
- data/spec/models/cloud_connection_gre_tunnel_spec.rb +7 -20
- data/spec/models/cloud_connection_spec.rb +22 -23
- data/spec/models/cloud_connection_update_spec.rb +15 -18
- data/spec/models/cloud_connection_virtual_private_clouds_spec.rb +6 -13
- data/spec/models/cloud_connection_virtual_private_clouds_virtual_private_clouds_spec.rb +9 -16
- data/spec/models/cloud_connection_vpc_spec.rb +11 -18
- data/spec/models/cloud_connections_spec.rb +6 -13
- data/spec/models/cloud_instance_reference_spec.rb +12 -19
- data/spec/models/cloud_instance_spec.rb +17 -24
- data/spec/models/cloud_instance_usage_limits_spec.rb +15 -22
- data/spec/models/console_language_spec.rb +3 -3
- data/spec/models/console_languages_spec.rb +3 -3
- data/spec/models/create_cos_image_import_job_spec.rb +15 -3
- data/spec/models/create_data_volume_spec.rb +44 -21
- data/spec/models/create_image_spec.rb +39 -28
- data/spec/models/create_server_virtual_serial_number_spec.rb +40 -0
- data/spec/models/{ike_policy_options_spec.rb → datacenter_location_spec.rb} +13 -13
- data/spec/models/datacenter_spec.rb +72 -0
- data/spec/models/datacenters_spec.rb +34 -0
- data/spec/models/dead_peer_detection_spec.rb +3 -3
- data/spec/models/delete_server_virtual_serial_number_spec.rb +34 -0
- data/spec/models/deployment_target_spec.rb +44 -0
- data/spec/models/disaster_recovery_location_spec.rb +3 -3
- data/spec/models/disaster_recovery_locations_spec.rb +3 -3
- data/spec/models/disaster_recovery_spec.rb +40 -0
- data/spec/models/error_spec.rb +8 -15
- data/spec/models/event_spec.rb +18 -25
- data/spec/models/event_user_spec.rb +8 -15
- data/spec/models/events_spec.rb +6 -13
- data/spec/models/export_image_spec.rb +9 -16
- data/spec/models/flash_copy_mapping_spec.rb +3 -3
- data/spec/models/get_bulk_volume_spec.rb +34 -0
- data/spec/models/get_server_virtual_serial_number_spec.rb +40 -0
- data/spec/models/host_capacity_spec.rb +40 -0
- data/spec/models/host_create_spec.rb +40 -0
- data/spec/models/host_group_create_spec.rb +46 -0
- data/spec/models/host_group_share_op_spec.rb +40 -0
- data/spec/models/host_group_spec.rb +64 -0
- data/spec/models/host_group_summary_spec.rb +46 -0
- data/spec/models/{options_spec.rb → host_put_spec.rb} +10 -10
- data/spec/models/{ip_sec_policy_template_spec.rb → host_resource_capacity_spec.rb} +13 -13
- data/spec/models/host_spec.rb +82 -0
- data/spec/models/ike_policies_spec.rb +3 -3
- data/spec/models/ike_policy_authentication_spec.rb +3 -3
- data/spec/models/ike_policy_create_spec.rb +4 -8
- data/spec/models/ike_policy_ref_spec.rb +3 -3
- data/spec/models/ike_policy_spec.rb +4 -8
- data/spec/models/ike_policy_update_spec.rb +4 -8
- data/spec/models/image_import_details_spec.rb +58 -0
- data/spec/models/image_reference_spec.rb +26 -21
- data/spec/models/image_spec.rb +39 -22
- data/spec/models/image_specifications_spec.rb +10 -17
- data/spec/models/image_volume_spec.rb +8 -15
- data/spec/models/images_spec.rb +6 -13
- data/spec/models/ip_address_range_spec.rb +8 -15
- data/spec/models/ip_sec_policies_spec.rb +3 -3
- data/spec/models/ip_sec_policy_create_spec.rb +4 -8
- data/spec/models/ip_sec_policy_ref_spec.rb +3 -3
- data/spec/models/ip_sec_policy_spec.rb +4 -8
- data/spec/models/ip_sec_policy_update_spec.rb +4 -8
- data/spec/models/ipsec_policy_authentication_spec.rb +3 -3
- data/spec/models/job_reference_spec.rb +3 -3
- data/spec/models/job_spec.rb +3 -3
- data/spec/models/jobs_spec.rb +3 -3
- data/spec/models/maximum_storage_allocation_spec.rb +8 -15
- data/spec/models/min_max_default_spec.rb +8 -15
- data/spec/models/multi_volumes_create_spec.rb +50 -21
- data/spec/models/network_address_group_add_member_spec.rb +34 -0
- data/spec/models/network_address_group_create_spec.rb +40 -0
- data/spec/models/network_address_group_member_spec.rb +40 -0
- data/spec/models/{ike_policy_template_spec.rb → network_address_group_spec.rb} +14 -14
- data/spec/models/network_address_group_update_spec.rb +34 -0
- data/spec/models/network_address_groups_spec.rb +34 -0
- data/spec/models/network_address_translation_spec.rb +34 -0
- data/spec/models/{network_cloud_connections_inner_spec.rb → network_cloud_connections_spec.rb} +9 -9
- data/spec/models/network_create_spec.rb +28 -23
- data/spec/models/network_id_spec.rb +3 -3
- data/spec/models/network_ids_spec.rb +3 -3
- data/spec/models/network_interface_create_spec.rb +46 -0
- data/spec/models/network_interface_instance_spec.rb +40 -0
- data/spec/models/network_interface_spec.rb +88 -0
- data/spec/models/network_interface_update_spec.rb +40 -0
- data/spec/models/network_interfaces_spec.rb +34 -0
- data/spec/models/network_ip_address_metrics_spec.rb +8 -15
- data/spec/models/network_port_create_spec.rb +6 -13
- data/spec/models/network_port_pvm_instance_spec.rb +8 -15
- data/spec/models/network_port_spec.rb +17 -18
- data/spec/models/network_port_update_spec.rb +6 -13
- data/spec/models/network_ports_spec.rb +6 -13
- data/spec/models/network_reference_spec.rb +39 -22
- data/spec/models/network_security_group_add_member_spec.rb +44 -0
- data/spec/models/network_security_group_add_rule_spec.rb +74 -0
- data/spec/models/network_security_group_clone_spec.rb +34 -0
- data/spec/models/network_security_group_create_spec.rb +40 -0
- data/spec/models/network_security_group_member_spec.rb +62 -0
- data/spec/models/network_security_group_move_member_spec.rb +40 -0
- data/spec/models/network_security_group_rule_port_spec.rb +40 -0
- data/spec/models/network_security_group_rule_protocol_spec.rb +54 -0
- data/spec/models/network_security_group_rule_protocol_tcp_flag_spec.rb +38 -0
- data/spec/models/network_security_group_rule_remote_spec.rb +44 -0
- data/spec/models/network_security_group_rule_spec.rb +68 -0
- data/spec/models/network_security_group_spec.rb +70 -0
- data/spec/models/network_security_group_update_spec.rb +34 -0
- data/spec/models/network_security_groups_action_spec.rb +38 -0
- data/spec/models/network_security_groups_spec.rb +34 -0
- data/spec/models/network_spec.rb +48 -25
- data/spec/models/network_update_spec.rb +9 -16
- data/spec/models/networks_spec.rb +6 -13
- data/spec/models/operation_spec.rb +3 -3
- data/spec/models/operations_spec.rb +9 -16
- data/spec/models/peer_subnet_update_spec.rb +3 -3
- data/spec/models/peer_subnets_spec.rb +3 -3
- data/spec/models/peering_network_spec.rb +9 -16
- data/spec/models/pin_policy_spec.rb +6 -13
- data/spec/models/placement_group_create_spec.rb +7 -14
- data/spec/models/placement_group_server_spec.rb +6 -13
- data/spec/models/placement_group_spec.rb +13 -20
- data/spec/models/placement_groups_spec.rb +6 -13
- data/spec/models/pod_capacity_spec.rb +46 -0
- data/spec/models/{pvm_instance_clone_spec.rb → pod_data_spec.rb} +27 -26
- data/spec/models/pvm_instance_action_spec.rb +8 -15
- data/spec/models/pvm_instance_add_network_spec.rb +13 -14
- data/spec/models/pvm_instance_capture_spec.rb +20 -21
- data/spec/models/{cloud_connection_virtual_private_clouds_virtual_private_clouds_inner_spec.rb → pvm_instance_configuration_spec.rb} +19 -13
- data/spec/models/pvm_instance_console_spec.rb +6 -13
- data/spec/models/pvm_instance_cores_spec.rb +46 -0
- data/spec/models/pvm_instance_create_spec.rb +99 -36
- data/spec/models/pvm_instance_delete_spec.rb +34 -0
- data/spec/models/pvm_instance_deployment_spec.rb +56 -0
- data/spec/models/pvm_instance_fault_spec.rb +9 -16
- data/spec/models/pvm_instance_health_spec.rb +9 -16
- data/spec/models/pvm_instance_host_spec.rb +40 -0
- data/spec/models/pvm_instance_memory_spec.rb +46 -0
- data/spec/models/pvm_instance_multi_create_spec.rb +13 -20
- data/spec/models/pvm_instance_network_spec.rb +32 -21
- data/spec/models/pvm_instance_networks_spec.rb +6 -13
- data/spec/models/pvm_instance_operating_system_spec.rb +40 -0
- data/spec/models/pvm_instance_operation_spec.rb +12 -19
- data/spec/models/pvm_instance_placement_group_spec.rb +34 -0
- data/spec/models/pvm_instance_reference_spec.rb +116 -39
- data/spec/models/pvm_instance_reference_v2_spec.rb +124 -0
- data/spec/models/pvm_instance_remove_network_spec.rb +6 -13
- data/spec/models/pvm_instance_spec.rb +124 -41
- data/spec/models/pvm_instance_update_response_spec.rb +30 -19
- data/spec/models/pvm_instance_update_spec.rb +26 -21
- data/spec/models/pvm_instance_v2_health_spec.rb +34 -0
- data/spec/models/pvm_instance_v2_network_port_spec.rb +66 -0
- data/spec/models/pvm_instance_virtual_cores_spec.rb +46 -0
- data/spec/models/pvm_instance_volume_update_spec.rb +6 -13
- data/spec/models/pvm_instances_spec.rb +6 -13
- data/spec/models/pvm_instances_v2_spec.rb +34 -0
- data/spec/models/remote_copy_relationship_spec.rb +3 -3
- data/spec/models/remove_virtual_serial_number_spec.rb +34 -0
- data/spec/models/{cloud_connection_endpoint_gre_spec.rb → replication_service_spec.rb} +10 -17
- data/spec/models/replication_target_location_spec.rb +44 -0
- data/spec/models/sap_create_spec.rb +65 -18
- data/spec/models/sap_profile_reference_spec.rb +8 -15
- data/spec/models/sap_profile_spec.rb +51 -18
- data/spec/models/sap_profiles_spec.rb +6 -13
- data/spec/models/secondary_spec.rb +40 -0
- data/spec/models/shared_processor_pool_create_spec.rb +15 -3
- data/spec/models/shared_processor_pool_detail_spec.rb +3 -3
- data/spec/models/shared_processor_pool_placement_group_spec.rb +3 -3
- data/spec/models/shared_processor_pool_server_spec.rb +3 -3
- data/spec/models/shared_processor_pool_spec.rb +21 -3
- data/spec/models/shared_processor_pool_update_spec.rb +3 -3
- data/spec/models/shared_processor_pools_spec.rb +3 -3
- data/spec/models/site_spec.rb +3 -3
- data/spec/models/snapshot_create_response_spec.rb +18 -13
- data/spec/models/snapshot_create_spec.rb +14 -15
- data/spec/models/snapshot_list_spec.rb +34 -0
- data/spec/models/snapshot_restore_spec.rb +6 -13
- data/spec/models/snapshot_spec.rb +22 -23
- data/spec/models/snapshot_update_spec.rb +8 -15
- data/spec/models/snapshot_v1_spec.rb +70 -0
- data/spec/models/snapshots_spec.rb +6 -13
- data/spec/models/software_licenses_spec.rb +10 -17
- data/spec/models/spp_placement_group_create_spec.rb +3 -3
- data/spec/models/spp_placement_group_spec.rb +3 -3
- data/spec/models/spp_placement_groups_spec.rb +3 -3
- data/spec/models/src_spec.rb +8 -15
- data/spec/models/ssh_key_spec.rb +9 -16
- data/spec/models/ssh_keys_spec.rb +6 -13
- data/spec/models/status_description_error_spec.rb +3 -3
- data/spec/models/status_description_spec.rb +3 -3
- data/spec/models/status_spec.rb +3 -3
- data/spec/models/stock_image_spec.rb +8 -15
- data/spec/models/storage_affinity_spec.rb +3 -3
- data/spec/models/{vp_naa_s_options_spec.rb → storage_controller_spec.rb} +14 -14
- data/spec/models/storage_pool_capacity_spec.rb +26 -15
- data/spec/models/storage_pool_combined_spec.rb +46 -0
- data/spec/models/storage_pool_map_spec.rb +40 -0
- data/spec/models/storage_pools_capacity_spec.rb +6 -13
- data/spec/models/storage_tier_spec.rb +50 -0
- data/spec/models/storage_type_capacity_spec.rb +9 -16
- data/spec/models/storage_types_capacity_spec.rb +6 -13
- data/spec/models/supported_systems_spec.rb +40 -0
- data/spec/models/{cloud_instance_create_spec.rb → system_pool_capacity_spec.rb} +16 -23
- data/spec/models/system_pool_spec.rb +17 -18
- data/spec/models/system_resources_spec.rb +76 -0
- data/spec/models/system_spec.rb +48 -13
- data/spec/models/task_reference_spec.rb +8 -15
- data/spec/models/task_spec.rb +15 -22
- data/spec/models/tenant_spec.rb +13 -20
- data/spec/models/tenant_update_spec.rb +6 -13
- data/spec/models/update_server_virtual_serial_number_spec.rb +34 -0
- data/spec/models/update_virtual_serial_number_spec.rb +34 -0
- data/spec/models/update_volume_spec.rb +9 -16
- data/spec/models/virtual_cores_spec.rb +8 -15
- data/spec/models/virtual_serial_number_spec.rb +46 -0
- data/spec/models/volume_action_spec.rb +9 -3
- data/spec/models/volume_group_action_reset_spec.rb +3 -3
- data/spec/models/volume_group_action_spec.rb +3 -3
- data/spec/models/volume_group_action_start_spec.rb +3 -3
- data/spec/models/volume_group_action_stop_spec.rb +3 -3
- data/spec/models/volume_group_create_response_spec.rb +3 -3
- data/spec/models/volume_group_create_spec.rb +3 -3
- data/spec/models/volume_group_details_spec.rb +21 -3
- data/spec/models/volume_group_remote_copy_relationships_spec.rb +3 -3
- data/spec/models/volume_group_spec.rb +21 -3
- data/spec/models/volume_group_storage_details_spec.rb +3 -3
- data/spec/models/volume_group_update_spec.rb +3 -3
- data/spec/models/volume_groups_details_spec.rb +3 -3
- data/spec/models/volume_groups_spec.rb +3 -3
- data/spec/models/volume_info_spec.rb +13 -14
- data/spec/models/volume_onboarding_common_spec.rb +3 -3
- data/spec/models/volume_onboarding_create_response_spec.rb +3 -3
- data/spec/models/volume_onboarding_create_spec.rb +9 -3
- data/spec/models/volume_onboarding_failure_spec.rb +3 -3
- data/spec/models/volume_onboarding_spec.rb +3 -3
- data/spec/models/volume_onboardings_spec.rb +3 -3
- data/spec/models/volume_reference_spec.rb +123 -24
- data/spec/models/volume_remote_copy_relationship_spec.rb +3 -3
- data/spec/models/volume_snapshot_list_spec.rb +34 -0
- data/spec/models/volume_spec.rb +117 -24
- data/spec/models/volumes_attach_spec.rb +3 -3
- data/spec/models/volumes_attachment_response_spec.rb +3 -3
- data/spec/models/volumes_clone_async_request_spec.rb +25 -14
- data/spec/models/volumes_clone_cancel_spec.rb +6 -13
- data/spec/models/volumes_clone_create_spec.rb +7 -14
- data/spec/models/volumes_clone_detail_spec.rb +15 -22
- data/spec/models/volumes_clone_execute_spec.rb +24 -13
- data/spec/models/volumes_clone_request_spec.rb +7 -14
- data/spec/models/volumes_clone_response_spec.rb +8 -15
- data/spec/models/volumes_clone_spec.rb +14 -21
- data/spec/models/volumes_clones_spec.rb +6 -13
- data/spec/models/volumes_delete_response_spec.rb +34 -0
- data/spec/models/volumes_delete_spec.rb +34 -0
- data/spec/models/volumes_detach_spec.rb +46 -0
- data/spec/models/volumes_detachment_response_spec.rb +34 -0
- data/spec/models/volumes_spec.rb +6 -13
- data/spec/models/vpn_connection_create_response_spec.rb +3 -3
- data/spec/models/vpn_connection_create_spec.rb +3 -3
- data/spec/models/vpn_connection_spec.rb +3 -3
- data/spec/models/vpn_connection_update_spec.rb +3 -3
- data/spec/models/vpn_connections_spec.rb +3 -3
- data/spec/models/{cloud_instance_update_spec.rb → workspace_details_spec.rb} +14 -21
- data/spec/models/workspace_location_spec.rb +46 -0
- data/spec/models/workspace_network_security_groups_details_spec.rb +38 -0
- data/spec/models/workspace_power_edge_router_details_spec.rb +58 -0
- data/spec/models/workspace_spec.rb +74 -0
- data/spec/models/workspaces_spec.rb +34 -0
- data/spec/spec_helper.rb +3 -3
- metadata +502 -124
- data/Gemfile.lock +0 -72
- data/ibm_cloud_power-2.1.0.gem +0 -0
- data/lib/ibm_cloud_power/models/vp_naa_s_options.rb +0 -280
- data/spec/models/cloud_connection_speed_spec.rb +0 -35
- data/test.rb +0 -32
@@ -7,6 +7,8 @@
|
|
7
7
|
| **addresses** | [**Array<PVMInstanceNetwork>**](PVMInstanceNetwork.md) | (deprecated - replaced by networks) The list of addresses and their network information | [optional] |
|
8
8
|
| **console_language** | [**ConsoleLanguage**](ConsoleLanguage.md) | | [optional] |
|
9
9
|
| **creation_date** | **Time** | Date/Time of PVM creation | [optional] |
|
10
|
+
| **crn** | **String** | | [optional] |
|
11
|
+
| **dedicated_host_id** | **String** | ID of the dedicated host where the PVM Instance is running, if applicable | [optional] |
|
10
12
|
| **disk_size** | **Float** | Size of allocated disk (in GB) | |
|
11
13
|
| **fault** | [**PVMInstanceFault**](PVMInstanceFault.md) | | [optional] |
|
12
14
|
| **health** | [**PVMInstanceHealth**](PVMInstanceHealth.md) | | [optional] |
|
@@ -35,12 +37,15 @@
|
|
35
37
|
| **software_licenses** | [**SoftwareLicenses**](SoftwareLicenses.md) | | [optional] |
|
36
38
|
| **srcs** | **Array<Array<SRC>>** | The pvm instance SRC lists | [optional] |
|
37
39
|
| **status** | **String** | The status of the instance | |
|
40
|
+
| **storage_connection** | **String** | The storage connection type | [optional] |
|
38
41
|
| **storage_pool** | **String** | Storage Pool where server is deployed | [optional] |
|
39
42
|
| **storage_pool_affinity** | **Boolean** | Indicates if all volumes attached to the server must reside in the same storage pool | [optional][default to true] |
|
40
43
|
| **storage_type** | **String** | Storage type of the deployment storage pool | [optional] |
|
41
44
|
| **sys_type** | **String** | System type used to host the instance | [optional] |
|
45
|
+
| **task_state** | **String** | Represents the task state of a virtual machine (VM). | [optional] |
|
42
46
|
| **updated_date** | **Time** | Date/Time of PVM last update | [optional] |
|
43
47
|
| **virtual_cores** | [**VirtualCores**](VirtualCores.md) | | [optional] |
|
48
|
+
| **virtual_serial_number** | [**GetServerVirtualSerialNumber**](GetServerVirtualSerialNumber.md) | | [optional] |
|
44
49
|
|
45
50
|
## Example
|
46
51
|
|
@@ -51,6 +56,8 @@ instance = IbmCloudPower::PVMInstanceReference.new(
|
|
51
56
|
addresses: null,
|
52
57
|
console_language: null,
|
53
58
|
creation_date: null,
|
59
|
+
crn: null,
|
60
|
+
dedicated_host_id: null,
|
54
61
|
disk_size: null,
|
55
62
|
fault: null,
|
56
63
|
health: null,
|
@@ -79,12 +86,15 @@ instance = IbmCloudPower::PVMInstanceReference.new(
|
|
79
86
|
software_licenses: null,
|
80
87
|
srcs: null,
|
81
88
|
status: null,
|
89
|
+
storage_connection: null,
|
82
90
|
storage_pool: null,
|
83
91
|
storage_pool_affinity: null,
|
84
92
|
storage_type: null,
|
85
93
|
sys_type: null,
|
94
|
+
task_state: null,
|
86
95
|
updated_date: null,
|
87
|
-
virtual_cores: null
|
96
|
+
virtual_cores: null,
|
97
|
+
virtual_serial_number: null
|
88
98
|
)
|
89
99
|
```
|
90
100
|
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# IbmCloudPower::PVMInstanceReferenceV2
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **configuration** | [**PVMInstanceConfiguration**](PVMInstanceConfiguration.md) | | [optional] |
|
8
|
+
| **cores** | [**PVMInstanceCores**](PVMInstanceCores.md) | | |
|
9
|
+
| **creation_date** | **Time** | Date/Time of PVM creation | [optional] |
|
10
|
+
| **crn** | **String** | | [optional] |
|
11
|
+
| **deployment** | [**PvmInstanceDeployment**](PvmInstanceDeployment.md) | | |
|
12
|
+
| **health** | [**PVMInstanceV2Health**](PVMInstanceV2Health.md) | | [optional] |
|
13
|
+
| **host** | [**PvmInstanceHost**](PvmInstanceHost.md) | | [optional] |
|
14
|
+
| **href** | **String** | Link to Cloud Instance resource | |
|
15
|
+
| **id** | **String** | PCloud PVM Instance ID | |
|
16
|
+
| **memory** | [**PVMInstanceMemory**](PVMInstanceMemory.md) | | |
|
17
|
+
| **name** | **String** | Name of the server | |
|
18
|
+
| **network_ports** | [**Array<PVMInstanceV2NetworkPort>**](PVMInstanceV2NetworkPort.md) | The pvm instance network ports information | |
|
19
|
+
| **operating_system** | [**PVMInstanceOperatingSystem**](PVMInstanceOperatingSystem.md) | | |
|
20
|
+
| **placement_group** | [**PvmInstancePlacementGroup**](PvmInstancePlacementGroup.md) | | [optional] |
|
21
|
+
| **status** | **String** | The status of the instance | |
|
22
|
+
| **virtual_cores** | [**PVMInstanceVirtualCores**](PVMInstanceVirtualCores.md) | | [optional] |
|
23
|
+
|
24
|
+
## Example
|
25
|
+
|
26
|
+
```ruby
|
27
|
+
require 'ibm_cloud_power'
|
28
|
+
|
29
|
+
instance = IbmCloudPower::PVMInstanceReferenceV2.new(
|
30
|
+
configuration: null,
|
31
|
+
cores: null,
|
32
|
+
creation_date: null,
|
33
|
+
crn: null,
|
34
|
+
deployment: null,
|
35
|
+
health: null,
|
36
|
+
host: null,
|
37
|
+
href: null,
|
38
|
+
id: null,
|
39
|
+
memory: null,
|
40
|
+
name: null,
|
41
|
+
network_ports: null,
|
42
|
+
operating_system: null,
|
43
|
+
placement_group: null,
|
44
|
+
status: null,
|
45
|
+
virtual_cores: null
|
46
|
+
)
|
47
|
+
```
|
48
|
+
|
@@ -9,8 +9,10 @@
|
|
9
9
|
| **pin_policy** | [**PinPolicy**](PinPolicy.md) | | [optional] |
|
10
10
|
| **proc_type** | **String** | Processor type (dedicated, shared, capped) | [optional] |
|
11
11
|
| **processors** | **Float** | Number of processors allocated | [optional] |
|
12
|
-
| **server_name** | **String** | Name of the server
|
12
|
+
| **server_name** | **String** | Name of the server | [optional] |
|
13
13
|
| **status_url** | **String** | URL to check for status of the operation (for now, just the URL for the GET on the server, which has status information from powervc) | [optional] |
|
14
|
+
| **storage_pool_affinity** | **Boolean** | Indicates if all volumes attached to the server must reside in the same storage pool; If set to false then volumes from any storage type and pool can be attached to the PVMInstance; Impacts PVMInstance snapshot, capture, and clone, for capture and clone - only data volumes that are of the same storage type and in the same storage pool of the PVMInstance's boot volume can be included; for snapshot - all data volumes to be included in the snapshot must reside in the same storage type and pool. Once set to false, cannot be set back to true unless all volumes attached reside in the same storage type and pool. | [optional][default to true] |
|
15
|
+
| **virtual_cores** | [**VirtualCores**](VirtualCores.md) | | [optional] |
|
14
16
|
|
15
17
|
## Example
|
16
18
|
|
@@ -24,7 +26,9 @@ instance = IbmCloudPower::PVMInstanceUpdateResponse.new(
|
|
24
26
|
proc_type: null,
|
25
27
|
processors: null,
|
26
28
|
server_name: null,
|
27
|
-
status_url: null
|
29
|
+
status_url: null,
|
30
|
+
storage_pool_affinity: null,
|
31
|
+
virtual_cores: null
|
28
32
|
)
|
29
33
|
```
|
30
34
|
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# IbmCloudPower::PVMInstanceV2Health
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **status** | **String** | The PVM's health status value | |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'ibm_cloud_power'
|
13
|
+
|
14
|
+
instance = IbmCloudPower::PVMInstanceV2Health.new(
|
15
|
+
status: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -0,0 +1,26 @@
|
|
1
|
+
# IbmCloudPower::PVMInstanceV2NetworkPort
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **id** | **String** | Unique Port ID | [optional] |
|
8
|
+
| **ip_protocol** | **String** | Dynamic Host Configuration Protocol {IPv4, IPv6} | [optional] |
|
9
|
+
| **mac_address** | **String** | The mac address of the network interface | [optional] |
|
10
|
+
| **private_ip** | **String** | The private ip address | [optional] |
|
11
|
+
| **type** | **String** | The type of ip allocation {dhcp, static} | [optional] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'ibm_cloud_power'
|
17
|
+
|
18
|
+
instance = IbmCloudPower::PVMInstanceV2NetworkPort.new(
|
19
|
+
id: null,
|
20
|
+
ip_protocol: null,
|
21
|
+
mac_address: null,
|
22
|
+
private_ip: null,
|
23
|
+
type: null
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# IbmCloudPower::PVMInstanceVirtualCores
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **assigned** | **Integer** | The active virtual Cores | |
|
8
|
+
| **maximum** | **Integer** | The maximum DLPAR range for virtual Cores (Display only support) | [optional] |
|
9
|
+
| **minimum** | **Integer** | The minimum DLPAR range for virtual Cores (Display only support) | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'ibm_cloud_power'
|
15
|
+
|
16
|
+
instance = IbmCloudPower::PVMInstanceVirtualCores.new(
|
17
|
+
assigned: null,
|
18
|
+
maximum: null,
|
19
|
+
minimum: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **delete_on_termination** | **Boolean** | Indicates if the volume should be deleted when the PVMInstance is terminated | |
|
7
|
+
| **delete_on_termination** | **Boolean** | Indicates if the volume should be deleted when the PVMInstance is terminated. | |
|
8
8
|
|
9
9
|
## Example
|
10
10
|
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# IbmCloudPower::PVMInstancesV2
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pvm_instances** | [**Array<PVMInstanceReferenceV2>**](PVMInstanceReferenceV2.md) | PVM Instance References | |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'ibm_cloud_power'
|
13
|
+
|
14
|
+
instance = IbmCloudPower::PVMInstancesV2.new(
|
15
|
+
pvm_instances: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/PodCapacity.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
# IbmCloudPower::PodCapacity
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **pod_data** | [**PodData**](PodData.md) | | [optional] |
|
8
|
+
| **storage_controllers** | [**Hash<String, StorageController>**](StorageController.md) | List of available storage controllers within a particular DataCenter | [optional] |
|
9
|
+
| **system_pools** | [**Hash<String, SystemPoolCapacity>**](SystemPoolCapacity.md) | List of available system pools within a Pod | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'ibm_cloud_power'
|
15
|
+
|
16
|
+
instance = IbmCloudPower::PodCapacity.new(
|
17
|
+
pod_data: null,
|
18
|
+
storage_controllers: null,
|
19
|
+
system_pools: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
data/docs/PodData.md
ADDED
@@ -0,0 +1,36 @@
|
|
1
|
+
# IbmCloudPower::PodData
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **cores** | **Float** | Number of available cores in the Pod | |
|
8
|
+
| **memory** | **Integer** | Amount of available memory in the Pod (GB) | |
|
9
|
+
| **sat_location_id** | **String** | ID of the Satellite Location | |
|
10
|
+
| **storage** | **Integer** | Amount of available storage in the Pod (GB) | |
|
11
|
+
| **total_cores** | **Float** | Total number of usable cores in the Pod | |
|
12
|
+
| **total_memory** | **Integer** | Total amount of usable memory in the Pod (GB) | |
|
13
|
+
| **total_phys_cores** | **Float** | Total number of physical cores in the Pod | |
|
14
|
+
| **total_phys_memory** | **Integer** | Total amount of physical memory in the Pod (GB) | |
|
15
|
+
| **total_phys_storage** | **Float** | Total amount of physical storage in the Pod (GB) | |
|
16
|
+
| **total_storage** | **Integer** | Total amount of usable storage in the Pod (GB) | |
|
17
|
+
|
18
|
+
## Example
|
19
|
+
|
20
|
+
```ruby
|
21
|
+
require 'ibm_cloud_power'
|
22
|
+
|
23
|
+
instance = IbmCloudPower::PodData.new(
|
24
|
+
cores: null,
|
25
|
+
memory: null,
|
26
|
+
sat_location_id: null,
|
27
|
+
storage: null,
|
28
|
+
total_cores: null,
|
29
|
+
total_memory: null,
|
30
|
+
total_phys_cores: null,
|
31
|
+
total_phys_memory: null,
|
32
|
+
total_phys_storage: null,
|
33
|
+
total_storage: null
|
34
|
+
)
|
35
|
+
```
|
36
|
+
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# IbmCloudPower::PvmInstanceDeployment
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **machine_type** | **String** | Machine type used to host the instance | [optional] |
|
8
|
+
| **pin_policy** | **String** | VM pin policy to use [none, soft, hard] | [optional] |
|
9
|
+
| **processor_mode** | **String** | Processor mode (dedicated, shared, capped) | [default to 'dedicated'] |
|
10
|
+
| **type** | **String** | Type of Deployment [SAP-RISE, EPIC] | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'ibm_cloud_power'
|
16
|
+
|
17
|
+
instance = IbmCloudPower::PvmInstanceDeployment.new(
|
18
|
+
machine_type: null,
|
19
|
+
pin_policy: null,
|
20
|
+
processor_mode: null,
|
21
|
+
type: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# IbmCloudPower::PvmInstanceHost
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **dedicated_host_id** | **String** | ID of the dedicated host where the PVM Instance is running, if applicable | [optional] |
|
8
|
+
| **id** | **Integer** | The PVM Instance Host ID (Internal Use Only) | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ibm_cloud_power'
|
14
|
+
|
15
|
+
instance = IbmCloudPower::PvmInstanceHost.new(
|
16
|
+
dedicated_host_id: null,
|
17
|
+
id: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# IbmCloudPower::PvmInstancePlacementGroup
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **id** | **String** | The placement group id of the server | |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'ibm_cloud_power'
|
13
|
+
|
14
|
+
instance = IbmCloudPower::PvmInstancePlacementGroup.new(
|
15
|
+
id: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# IbmCloudPower::RemoveVirtualSerialNumber
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **serial** | **String** | Provide a reserved Virtual Serial Number | |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'ibm_cloud_power'
|
13
|
+
|
14
|
+
instance = IbmCloudPower::RemoveVirtualSerialNumber.new(
|
15
|
+
serial: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# IbmCloudPower::ReplicationService
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **enabled** | **Boolean** | Service Enabled | |
|
8
|
+
| **target_locations** | [**Array<ReplicationTargetLocation>**](ReplicationTargetLocation.md) | List of all replication targets | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ibm_cloud_power'
|
14
|
+
|
15
|
+
instance = IbmCloudPower::ReplicationService.new(
|
16
|
+
enabled: null,
|
17
|
+
target_locations: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# IbmCloudPower::ReplicationTargetLocation
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **region** | **String** | regionZone of replication site | [optional] |
|
8
|
+
| **status** | **String** | the replication site is active / down | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ibm_cloud_power'
|
14
|
+
|
15
|
+
instance = IbmCloudPower::ReplicationTargetLocation.new(
|
16
|
+
region: null,
|
17
|
+
status: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/SAPCreate.md
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **deployment_target** | [**DeploymentTarget**](DeploymentTarget.md) | | [optional] |
|
7
8
|
| **deployment_type** | **String** | Custom SAP Deployment Type Information (For Internal Use Only) | [optional] |
|
8
9
|
| **image_id** | **String** | Image ID of the sap image to use for the server | |
|
9
10
|
| **instances** | [**PVMInstanceMultiCreate**](PVMInstanceMultiCreate.md) | | [optional] |
|
@@ -14,10 +15,12 @@
|
|
14
15
|
| **profile_id** | **String** | SAP Profile ID for the amount of cores and memory | |
|
15
16
|
| **ssh_key_name** | **String** | The name of the SSH Key to provide to the server for authenticating | [optional] |
|
16
17
|
| **storage_affinity** | [**StorageAffinity**](StorageAffinity.md) | | [optional] |
|
17
|
-
| **storage_pool** | **String** | Storage Pool for server deployment; if provided then storageAffinity and storageType will be ignored; Only valid when you deploy one of the IBM supplied stock images. Storage
|
18
|
-
| **
|
18
|
+
| **storage_pool** | **String** | Storage Pool for server deployment; if provided then storageAffinity and storageType will be ignored; Only valid when you deploy one of the IBM supplied stock images. Storage pool for a custom image (an imported image or an image that is created from a PVMInstance capture) defaults to the storage pool the image was created in | [optional] |
|
19
|
+
| **storage_pool_affinity** | **Boolean** | Indicates if all volumes attached to the server must reside in the same storage pool; Defaults to true when initially deploying a PVMInstance | [optional][default to true] |
|
20
|
+
| **storage_type** | **String** | Storage type for server deployment; if storageType is not provided the storage type will default to 'tier3'. | [optional] |
|
19
21
|
| **sys_type** | **String** | System type used to host the instance. Only e880, e980, e1080 are supported | [optional] |
|
20
|
-
| **user_data** | **String** | Cloud init user defined data | [optional] |
|
22
|
+
| **user_data** | **String** | Cloud init user defined data; For FLS, only cloud-config user-data is supported and data must not be compressed or exceed 63K | [optional] |
|
23
|
+
| **user_tags** | **Array** | | [optional] |
|
21
24
|
| **volume_ids** | **Array<String>** | List of Volume IDs to attach to the pvm-instance on creation | [optional] |
|
22
25
|
|
23
26
|
## Example
|
@@ -26,6 +29,7 @@
|
|
26
29
|
require 'ibm_cloud_power'
|
27
30
|
|
28
31
|
instance = IbmCloudPower::SAPCreate.new(
|
32
|
+
deployment_target: null,
|
29
33
|
deployment_type: null,
|
30
34
|
image_id: null,
|
31
35
|
instances: null,
|
@@ -37,9 +41,11 @@ instance = IbmCloudPower::SAPCreate.new(
|
|
37
41
|
ssh_key_name: null,
|
38
42
|
storage_affinity: null,
|
39
43
|
storage_pool: null,
|
44
|
+
storage_pool_affinity: null,
|
40
45
|
storage_type: null,
|
41
46
|
sys_type: null,
|
42
47
|
user_data: null,
|
48
|
+
user_tags: null,
|
43
49
|
volume_ids: null
|
44
50
|
)
|
45
51
|
```
|
data/docs/SAPProfile.md
CHANGED
@@ -6,9 +6,15 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **certified** | **Boolean** | Has certification been performed on profile | |
|
8
8
|
| **cores** | **Integer** | Amount of cores | |
|
9
|
+
| **default_system** | **String** | System to use if not provided | [optional] |
|
10
|
+
| **full_system_profile** | **Boolean** | Requires full system for deployment | [optional] |
|
9
11
|
| **memory** | **Integer** | Amount of memory (in GB) | |
|
10
12
|
| **profile_id** | **String** | SAP Profile ID | |
|
13
|
+
| **saps** | **Integer** | SAP Application Performance Standard | [optional] |
|
14
|
+
| **smt_mode** | **Integer** | Required smt mode for that profile | [optional] |
|
15
|
+
| **supported_systems** | **Array<String>** | List of supported systems | [optional] |
|
11
16
|
| **type** | **String** | Type of profile | [default to 'balanced'] |
|
17
|
+
| **workload_types** | **Array<String>** | List of supported workload types | [optional] |
|
12
18
|
|
13
19
|
## Example
|
14
20
|
|
@@ -18,9 +24,15 @@ require 'ibm_cloud_power'
|
|
18
24
|
instance = IbmCloudPower::SAPProfile.new(
|
19
25
|
certified: null,
|
20
26
|
cores: null,
|
27
|
+
default_system: null,
|
28
|
+
full_system_profile: null,
|
21
29
|
memory: null,
|
22
30
|
profile_id: null,
|
23
|
-
|
31
|
+
saps: null,
|
32
|
+
smt_mode: null,
|
33
|
+
supported_systems: null,
|
34
|
+
type: null,
|
35
|
+
workload_types: null
|
24
36
|
)
|
25
37
|
```
|
26
38
|
|
data/docs/Secondary.md
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
# IbmCloudPower::Secondary
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **name** | **String** | Name of the host group to create in the secondary workspace | [optional] |
|
8
|
+
| **workspace** | **String** | ID of the workspace to share the host group with | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ibm_cloud_power'
|
14
|
+
|
15
|
+
instance = IbmCloudPower::Secondary.new(
|
16
|
+
name: null,
|
17
|
+
workspace: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/SharedProcessorPool.md
CHANGED
@@ -6,6 +6,8 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **allocated_cores** | **Float** | The amount of allocated processor cores for the Shared Processor Pool | |
|
8
8
|
| **available_cores** | **Float** | The amount of available processor cores for the Shared Processor Pool | |
|
9
|
+
| **crn** | **String** | | [optional] |
|
10
|
+
| **dedicated_host_id** | **String** | ID of the dedicated host where the Shared Processor Pool resides, if applicable | [optional] |
|
9
11
|
| **host_group** | **String** | The host group the host belongs to | [optional] |
|
10
12
|
| **host_id** | **Integer** | The ID of the host where the Shared Processor Pool resides | [optional] |
|
11
13
|
| **id** | **String** | The id of the Shared Processor Pool | |
|
@@ -14,6 +16,7 @@
|
|
14
16
|
| **shared_processor_pool_placement_groups** | [**Array<SharedProcessorPoolPlacementGroup>**](SharedProcessorPoolPlacementGroup.md) | list of Shared Processor Pool Placement Groups | [optional] |
|
15
17
|
| **status** | **String** | The status of the Shared Processor Pool | [optional] |
|
16
18
|
| **status_detail** | **String** | The status details of the Shared Processor Pool | [optional] |
|
19
|
+
| **user_tags** | **Array** | | [optional] |
|
17
20
|
|
18
21
|
## Example
|
19
22
|
|
@@ -23,6 +26,8 @@ require 'ibm_cloud_power'
|
|
23
26
|
instance = IbmCloudPower::SharedProcessorPool.new(
|
24
27
|
allocated_cores: null,
|
25
28
|
available_cores: null,
|
29
|
+
crn: null,
|
30
|
+
dedicated_host_id: null,
|
26
31
|
host_group: null,
|
27
32
|
host_id: null,
|
28
33
|
id: null,
|
@@ -30,7 +35,8 @@ instance = IbmCloudPower::SharedProcessorPool.new(
|
|
30
35
|
reserved_cores: null,
|
31
36
|
shared_processor_pool_placement_groups: null,
|
32
37
|
status: null,
|
33
|
-
status_detail: null
|
38
|
+
status_detail: null,
|
39
|
+
user_tags: null
|
34
40
|
)
|
35
41
|
```
|
36
42
|
|
@@ -5,9 +5,11 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **host_group** | **String** | The host group; a host from the group will be automatically selected based on available resources | |
|
8
|
+
| **host_id** | **String** | The host id of a host in a host group (only available for dedicated hosts) | [optional] |
|
8
9
|
| **name** | **String** | The name of the Shared Processor Pool; minumum of 2 characters, maximum of 12, the only special character allowed is the underscore '_'. | |
|
9
10
|
| **placement_group_id** | **String** | The ID of the placement group | [optional] |
|
10
11
|
| **reserved_cores** | **Integer** | The amount of reserved processor cores for the Shared Processor Pool; only integers allowed, no fractional values | |
|
12
|
+
| **user_tags** | **Array** | | [optional] |
|
11
13
|
|
12
14
|
## Example
|
13
15
|
|
@@ -16,9 +18,11 @@ require 'ibm_cloud_power'
|
|
16
18
|
|
17
19
|
instance = IbmCloudPower::SharedProcessorPoolCreate.new(
|
18
20
|
host_group: null,
|
21
|
+
host_id: null,
|
19
22
|
name: null,
|
20
23
|
placement_group_id: null,
|
21
|
-
reserved_cores: null
|
24
|
+
reserved_cores: null,
|
25
|
+
user_tags: null
|
22
26
|
)
|
23
27
|
```
|
24
28
|
|
@@ -4,14 +4,14 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **cpus** | **
|
7
|
+
| **cpus** | **Float** | The amount of cpus for the server | [optional] |
|
8
8
|
| **uncapped** | **Boolean** | Identifies if uncapped or not | [optional] |
|
9
9
|
| **availability_zone** | **String** | Availability zone for the server | [optional] |
|
10
10
|
| **id** | **String** | The server ID | [optional] |
|
11
11
|
| **memory** | **Integer** | The amount of memory for the server | [optional] |
|
12
12
|
| **name** | **String** | The server name | [optional] |
|
13
13
|
| **status** | **String** | Status of the server | [optional] |
|
14
|
-
| **vcpus** | **
|
14
|
+
| **vcpus** | **Integer** | The amout of vcpus for the server | [optional] |
|
15
15
|
|
16
16
|
## Example
|
17
17
|
|
data/docs/Snapshot.md
CHANGED
@@ -12,7 +12,8 @@
|
|
12
12
|
| **percent_complete** | **Integer** | Snapshot completion percentage | [optional] |
|
13
13
|
| **pvm_instance_id** | **String** | PCloud PVM Instance ID | |
|
14
14
|
| **snapshot_id** | **String** | ID of the PVM instance snapshot | |
|
15
|
-
| **status** | **String** | Status of the PVM
|
15
|
+
| **status** | **String** | Status of the PVM instance snapshot | [optional] |
|
16
|
+
| **status_detail** | **String** | Detailed information for the last PVM instance snapshot action | [optional] |
|
16
17
|
| **volume_snapshots** | **Hash<String, String>** | A map of volume snapshots included in the PVM instance snapshot | |
|
17
18
|
|
18
19
|
## Example
|
@@ -30,6 +31,7 @@ instance = IbmCloudPower::Snapshot.new(
|
|
30
31
|
pvm_instance_id: null,
|
31
32
|
snapshot_id: null,
|
32
33
|
status: null,
|
34
|
+
status_detail: null,
|
33
35
|
volume_snapshots: null
|
34
36
|
)
|
35
37
|
```
|
data/docs/SnapshotCreate.md
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **description** | **String** | Description of the PVM instance snapshot | [optional] |
|
8
8
|
| **name** | **String** | Name of the PVM instance snapshot to create | |
|
9
|
+
| **user_tags** | **Array** | | [optional] |
|
9
10
|
| **volume_ids** | **Array<String>** | List of volumes to include in the PVM instance snapshot | [optional] |
|
10
11
|
|
11
12
|
## Example
|
@@ -16,6 +17,7 @@ require 'ibm_cloud_power'
|
|
16
17
|
instance = IbmCloudPower::SnapshotCreate.new(
|
17
18
|
description: null,
|
18
19
|
name: null,
|
20
|
+
user_tags: null,
|
19
21
|
volume_ids: null
|
20
22
|
)
|
21
23
|
```
|
@@ -4,7 +4,9 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **crn** | **String** | | [optional] |
|
7
8
|
| **snapshot_id** | **String** | ID of the PVM instance snapshot | |
|
9
|
+
| **user_tags** | **Array** | | [optional] |
|
8
10
|
|
9
11
|
## Example
|
10
12
|
|
@@ -12,7 +14,9 @@
|
|
12
14
|
require 'ibm_cloud_power'
|
13
15
|
|
14
16
|
instance = IbmCloudPower::SnapshotCreateResponse.new(
|
15
|
-
|
17
|
+
crn: null,
|
18
|
+
snapshot_id: null,
|
19
|
+
user_tags: null
|
16
20
|
)
|
17
21
|
```
|
18
22
|
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# IbmCloudPower::SnapshotList
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **snapshots** | [**Array<SnapshotV1>**](SnapshotV1.md) | The list of volume snapshots. | |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'ibm_cloud_power'
|
13
|
+
|
14
|
+
instance = IbmCloudPower::SnapshotList.new(
|
15
|
+
snapshots: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|