Spring Cloud Gateway Component Response
data class SpringCloudGatewayComponentResponse(val componentType: String, val configurations: List<JavaComponentConfigurationPropertyResponse>? = null, val ingress: JavaComponentIngressResponse? = null, val provisioningState: String, val scale: JavaComponentPropertiesResponseScale? = null, val serviceBinds: List<JavaComponentServiceBindResponse>? = null, val springCloudGatewayRoutes: List<ScgRouteResponse>? = null)
Spring Cloud Gateway 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, springCloudGatewayRoutes: List<ScgRouteResponse>? = null)
Properties
Link copied to clipboard
Type of the Java Component. Expected value is 'SpringCloudGateway'.
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
Link copied to clipboard
Gateway route definition