Interface MorpheusSynchronousCloudPoolService

All Superinterfaces:
MorpheusSynchronousDataService<CloudPool,CloudPoolIdentity>, MorpheusSynchronousIdentityService<CloudPoolIdentity>

  • Method Details

    • get

      CloudPool get(String poolId, Long accountId, Long siteId, Long zoneId)
      Returns a pool from a pool ID string (usually starts with pool- or poolGroup-) obtained from user inputs. In the case of a pool group ID a pool will be selected based on the group's selection mode
      Parameters:
      poolId -
      accountId -
      siteId -
      zoneId -
      Returns:
      a cloud pool or null