Spring Cloud Eureka Component Response
data class SpringCloudEurekaComponentResponse(val componentType: String, val configurations: List<JavaComponentConfigurationPropertyResponse>? = null, val ingress: JavaComponentIngressResponse? = null, val provisioningState: String, val scale: JavaComponentPropertiesResponseScale? = null, val serviceBinds: List<JavaComponentServiceBindResponse>? = null)
Spring Cloud Eureka properties.
Constructors
Link copied to clipboard
constructor(componentType: String, configurations: List<JavaComponentConfigurationPropertyResponse>? = null, ingress: JavaComponentIngressResponse? = null, provisioningState: String, scale: JavaComponentPropertiesResponseScale? = null, serviceBinds: List<JavaComponentServiceBindResponse>? = null)
Properties
Link copied to clipboard
Type of the Java Component. Expected value is 'SpringCloudEureka'.
Link copied to clipboard
List of Java Components configuration properties
Link copied to clipboard
Java Component Ingress configurations.
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