Modifier and Type | Method and Description |
---|---|
Map<String,ValueAttributesInfo> |
RecommendationResponse.BlueprintConfigurations.getPropertyAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
RecommendationResponse.BlueprintConfigurations.setPropertyAttributes(Map<String,ValueAttributesInfo> propertyAttributes) |
Modifier and Type | Method and Description |
---|---|
ValueAttributesInfo |
StackConfigurationResponse.getPropertyValueAttributes()
Provides value attributes of this configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
StackConfigurationResponse.setPropertyValueAttributes(ValueAttributesInfo propertyValueAttributes)
Sets value attributes for this configuration.
|
Constructor and Description |
---|
StackConfigurationResponse(String propertyName,
String propertyValue,
String propertyDescription,
String propertyDisplayName,
String type,
Boolean isRequired,
Set<PropertyInfo.PropertyType> propertyTypes,
Map<String,String> propertyAttributes,
ValueAttributesInfo propertyValueAttributes,
Set<PropertyDependencyInfo> dependsOnProperties)
Stack configuration response with all properties.
|
StackLevelConfigurationResponse(String propertyName,
String propertyValue,
String propertyDescription,
String propertyDisplayName,
String type,
Boolean isRequired,
Set<PropertyInfo.PropertyType> propertyTypes,
Map<String,String> propertyAttributes,
ValueAttributesInfo propertyValueAttributes,
Set<PropertyDependencyInfo> dependsOnProperties) |
Modifier and Type | Method and Description |
---|---|
ValueAttributesInfo |
Stack.ConfigProperty.getPropertyValueAttributes() |
Modifier and Type | Method and Description |
---|---|
static ValueAttributesInfo |
ValueAttributesInfo.fromMap(Map<String,String> attributes,
Optional<org.codehaus.jackson.map.ObjectMapper> mapper) |
ValueAttributesInfo |
PropertyInfo.getPropertyValueAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyInfo.setPropertyValueAttributes(ValueAttributesInfo propertyValueAttributes) |
Modifier and Type | Method and Description |
---|---|
ValueAttributesInfo |
ConfigCondition.ConfigConditionResult.getPropertyValueAttributes() |
ValueAttributesInfo |
ConfigPlacement.getPropertyValueAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigCondition.ConfigConditionResult.setPropertyValueAttributes(ValueAttributesInfo propertyValueAttributes) |
void |
ConfigPlacement.setPropertyValueAttributes(ValueAttributesInfo propertyValueAttributes) |
Modifier and Type | Method and Description |
---|---|
Map<String,ValueAttributesInfo> |
AdvisedConfiguration.getPropertyValueAttributes() |
Constructor and Description |
---|
AdvisedConfiguration(Map<String,String> properties,
Map<String,ValueAttributesInfo> propertyValueAttributes) |
Copyright © 2022 Apache Software Foundation. All rights reserved.