Interface SwaggerConstantsResource
@Path("/constants")
@Consumes("application/json")
@Produces("application/vnd.ilandcloud.api.v1.0+json")
public interface SwaggerConstantsResource
-
Method Summary
Modifier and TypeMethodDescriptionGets valid country code values for user account settings.Gets valid operating system types.Get the available virtual hardware versions.
-
Method Details
-
getCountryCodes
Gets valid country code values for user account settings.- Returns:
- country code options
-
getOperatingSystems
Gets valid operating system types.- Returns:
- operating system types
-
getVirtualHardwareVersions
Get the available virtual hardware versions.- Returns:
- virtual hardware versions
-