Interface AccountApi


  • @Path("/v{jclouds.api-version}")
    @Consumes("application/json")
    public interface AccountApi
    Provides access to Account via their REST API.

    See Also:
    • Method Detail

      • listVirtualGuests

        @Named("Account:listVirtualGuest")
        @GET
        @Path("/SoftLayer_Account/VirtualGuests")
        Set<VirtualGuest> listVirtualGuests()
        Returns:
        an account's associated virtual guest objects.
      • getBlockDeviceTemplateGroups

        @Named("Account:getBlockDeviceTemplateGroups")
        @GET
        @Path("/SoftLayer_Account/getBlockDeviceTemplateGroups")
        Set<VirtualGuestBlockDeviceTemplateGroup> getBlockDeviceTemplateGroups()
        Returns:
        retrieve block device groups for an account (private images)
        See Also: