Package | Description |
---|---|
com.cumulocity.rest.representation.application | |
com.cumulocity.rest.representation.application.microservice |
Modifier and Type | Method and Description |
---|---|
List<ConfigurationOptionRepresentation> |
MicroserviceManifestRepresentation.getSettings() |
Modifier and Type | Method and Description |
---|---|
MicroserviceManifestRepresentation.MicroserviceManifestRepresentationBuilder |
MicroserviceManifestRepresentation.MicroserviceManifestRepresentationBuilder.setting(ConfigurationOptionRepresentation setting) |
Modifier and Type | Method and Description |
---|---|
void |
MicroserviceManifestRepresentation.setSettings(List<ConfigurationOptionRepresentation> settings) |
MicroserviceManifestRepresentation.MicroserviceManifestRepresentationBuilder |
MicroserviceManifestRepresentation.MicroserviceManifestRepresentationBuilder.settings(Collection<? extends ConfigurationOptionRepresentation> settings) |
Constructor and Description |
---|
MicroserviceManifestRepresentation(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) |
Modifier and Type | Method and Description |
---|---|
ConfigurationOptionRepresentation |
ConfigurationOptionRepresentation.ConfigurationOptionRepresentationBuilder.build() |
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.