Uses of Class
co.yellowdog.platform.model.ServicesSchema.Builder
Packages that use ServicesSchema.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of ServicesSchema.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return ServicesSchema.BuilderModifier and TypeMethodDescriptionServicesSchema.Builder.accountServiceUrl
(String accountServiceUrl) The base URL where the Account service is located.static ServicesSchema.Builder
ServicesSchema.builder()
ServicesSchema.Builder.cloudInfoServiceUrl
(String cloudInfoServiceUrl) The base URL where the Cloud Info service is located.ServicesSchema.Builder.computeServiceUrl
(String computeServiceUrl) The base URL where the Compute service is located.ServicesSchema.Builder.defaultUrl
(String defaultUrl) The default base URL where services are located.ServicesSchema.Builder.imagesServiceUrl
(String imagesServiceUrl) The base URL where the Images service is located.ServicesSchema.Builder.logServiceUrl
(String logServiceUrl) The base URL where the Log service is located.ServicesSchema.Builder.metricsServiceUrl
(String metricsServiceUrl) The base URL where the Metrics service is located.ServicesSchema.Builder.objectStoreServiceUrl
(String objectStoreServiceUrl) The base URL where the Object Store service is located.ServicesSchema.Builder.retry
(RetryProperties retry) ServicesSchema.Builder.schedulerServiceUrl
(String schedulerServiceUrl) The base URL where the Scheduler service is located.ServicesSchema.toBuilder()
ServicesSchema.Builder.usageServiceUrl
(String usageServiceUrl) The base URL where the Usage service is located.