Method: IbmCloudPower::PCloudSPPPlacementGroupsApi#pcloud_sppplacementgroups_getall

Defined in:
lib/ibm_cloud_power/api/p_cloud_spp_placement_groups_api.rb

#pcloud_sppplacementgroups_getall(cloud_instance_id, opts = {}) ⇒ SPPPlacementGroups

Get the list of Shared Processor Pool Placement Groups for a cloud instance

Parameters:

  • cloud_instance_id (String)

    Cloud Instance ID of a PCloud Instance

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



160
161
162
163
# File 'lib/ibm_cloud_power/api/p_cloud_spp_placement_groups_api.rb', line 160

def pcloud_sppplacementgroups_getall(cloud_instance_id, opts = {})
  data, _status_code, _headers = pcloud_sppplacementgroups_getall_with_http_info(cloud_instance_id, opts)
  data
end