class

Build::AddonServicesApi

Inherits Reference < Object

Constructors

new(api_client : ::Build::ApiClient = ApiClient.default)
Source

Instance methods

api_client
Source
api_client=(api_client : ApiClient)
Source
list_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)]

Source
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

Source
list_addon_services

list addon services List all visible addon services from the catalog @return [Array(AddonServiceCatalogItem)]

Source
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

Source