Uses of Class
com.cumulocity.rest.representation.application.microservice.ConfigurationOptionRepresentation
Packages that use ConfigurationOptionRepresentation
Package
Description
-
Uses of ConfigurationOptionRepresentation in com.cumulocity.rest.representation.application
Methods in com.cumulocity.rest.representation.application that return types with arguments of type ConfigurationOptionRepresentationMethods in com.cumulocity.rest.representation.application with parameters of type ConfigurationOptionRepresentationModifier and TypeMethodDescriptionMicroserviceManifestRepresentation.MicroserviceManifestRepresentationBuilder.setting
(ConfigurationOptionRepresentation setting) Method parameters in com.cumulocity.rest.representation.application with type arguments of type ConfigurationOptionRepresentationModifier and TypeMethodDescriptionvoid
MicroserviceManifestRepresentation.setSettings
(List<ConfigurationOptionRepresentation> settings) MicroserviceManifestRepresentation.MicroserviceManifestRepresentationBuilder.settings
(Collection<? extends ConfigurationOptionRepresentation> settings) Constructor parameters in com.cumulocity.rest.representation.application with type arguments of type ConfigurationOptionRepresentationModifierConstructorDescriptionMicroserviceManifestRepresentation
(String apiVersion, String contextPath, String version, ProviderRepresentation provider, String isolation, String expose, String scale, String price, ProbeRepresentation livenessProbe, ProbeRepresentation readinessProbe, ResourcesRepresentation resources, List<ConfigurationOptionRepresentation> settings, List<String> requiredRoles, List<String> roles, List<ExtensionRepresentation> extensions) -
Uses of ConfigurationOptionRepresentation in com.cumulocity.rest.representation.application.microservice
Methods in com.cumulocity.rest.representation.application.microservice that return ConfigurationOptionRepresentationModifier and TypeMethodDescriptionConfigurationOptionRepresentation.ConfigurationOptionRepresentationBuilder.build()