Class CloudInfoClientImpl
java.lang.Object
co.yellowdog.platform.clients.cloudinfo.CloudInfoClientImpl
- All Implemented Interfaces:
CloudInfoClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CloudInfoClient
create
(@NonNull ServicesSchema servicesSchema, @NonNull RetryFactory retryFactory, @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull UserAgent userAgent) getInstanceTypePrices
(InstanceTypePriceSearch instanceTypePriceSearch) getInstanceTypes
(InstanceTypeSearch instanceTypeSearch) getRegions
(RegionSearch regionSearch) getSubRegions
(SubRegionSearch subRegionSearch)
-
Constructor Details
-
CloudInfoClientImpl
-
-
Method Details
-
create
public static CloudInfoClient create(@NonNull @NonNull ServicesSchema servicesSchema, @NonNull @NonNull RetryFactory retryFactory, @NonNull @NonNull AuthenticationHeadersProvider authenticationHeadersProvider, @NonNull @NonNull com.fasterxml.jackson.databind.ObjectMapper objectMapper, @NonNull @NonNull UserAgent userAgent) -
getRegions
- Specified by:
getRegions
in interfaceCloudInfoClient
-
getSubRegions
- Specified by:
getSubRegions
in interfaceCloudInfoClient
-
getInstanceTypes
- Specified by:
getInstanceTypes
in interfaceCloudInfoClient
-
getInstanceTypePrices
public SearchClient<InstanceTypePrice> getInstanceTypePrices(InstanceTypePriceSearch instanceTypePriceSearch) - Specified by:
getInstanceTypePrices
in interfaceCloudInfoClient
-