Spring Cloud Config Component Response
data class SpringCloudConfigComponentResponse(val componentType: String, val configurations: List<JavaComponentConfigurationPropertyResponse>? = null, val provisioningState: String, val scale: JavaComponentPropertiesResponseScale? = null, val serviceBinds: List<JavaComponentServiceBindResponse>? = null)
Spring Cloud Config properties.
Constructors
Link copied to clipboard
constructor(componentType: String, configurations: List<JavaComponentConfigurationPropertyResponse>? = null, provisioningState: String, scale: JavaComponentPropertiesResponseScale? = null, serviceBinds: List<JavaComponentServiceBindResponse>? = null)
Properties
Link copied to clipboard
Type of the Java Component. Expected value is 'SpringCloudConfig'.
Link copied to clipboard
List of Java Components configuration properties
Link copied to clipboard
Provisioning state of the Java Component.
Link copied to clipboard
Java component scaling configurations
Link copied to clipboard
List of Java Components that are bound to the Java component