Class CloudInfoClientImpl
java.lang.Object
co.yellowdog.platform.clients.cloudinfo.CloudInfoClientImpl
- All Implemented Interfaces:
CloudInfoClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CloudInfoClientcreate(@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:
getRegionsin interfaceCloudInfoClient
-
getSubRegions
- Specified by:
getSubRegionsin interfaceCloudInfoClient
-
getInstanceTypes
- Specified by:
getInstanceTypesin interfaceCloudInfoClient
-
getInstanceTypePrices
public SearchClient<InstanceTypePrice> getInstanceTypePrices(InstanceTypePriceSearch instanceTypePriceSearch) - Specified by:
getInstanceTypePricesin interfaceCloudInfoClient
-