Interface ConstantsResource


@Path("/constants") @Consumes("application/json") @Produces("application/vnd.ilandcloud.api.v1.0+json") public interface ConstantsResource
Constants Resource.
Author:
Cory Snyder
  • Method Details

    • getCountryCodes

      @GET @Path("/country-codes") CountryListResponse getCountryCodes()
      Gets valid country code values for user account settings.
      Returns:
      country code options
    • getOperatingSystems

      @GET @Path("/operating-systems") OperatingSystemListResponse getOperatingSystems()
      Gets valid operating system types.
      Returns:
      operating system types
    • getVirtualHardwareVersions

      @GET @Path("/virtual-hardware-versions") List<Integer> getVirtualHardwareVersions()
      Get the available virtual hardware versions.
      Returns:
      virtual hardware versions