Build::AddonServicesApi
Constructors
Instance methods
api_client
Sourceapi_client=(api_client : ApiClient)
Sourcelist_addon_service_plans(name : String)
list plans for addon service List all visible plans for an addon service @param name [String] Addon service name @return [Array(AddonPlanCatalogItem)]
list_addon_service_plans_with_http_info(name : String)
list plans for addon service List all visible plans for an addon service @param name [String] Addon service name @return [Array<(Array(AddonPlanCatalogItem), Integer, Hash)>] Array(AddonPlanCatalogItem) data, response status code and response headers
list_addon_services
list addon services List all visible addon services from the catalog @return [Array(AddonServiceCatalogItem)]
list_addon_services_with_http_info
list addon services List all visible addon services from the catalog @return [Array<(Array(AddonServiceCatalogItem), Integer, Hash)>] Array(AddonServiceCatalogItem) data, response status code and response headers