Package version:

Interface SpringCloudEurekaComponent

Spring Cloud Eureka properties.

interface SpringCloudEurekaComponent {
    componentType: "SpringCloudEureka";
    configurations?: JavaComponentConfigurationProperty[];
    ingress?: JavaComponentIngress;
    provisioningState?: string;
    scale?: JavaComponentPropertiesScale;
    serviceBinds?: JavaComponentServiceBind[];
}

Hierarchy (view full)

Properties

componentType

Polymorphic discriminator, which specifies the different types this object can be

List of Java Components configuration properties

Java Component Ingress configurations.

provisioningState?: string

Provisioning state of the Java Component. NOTE: This property will not be serialized. It can only be populated by the server.

Java component scaling configurations

serviceBinds?: JavaComponentServiceBind[]

List of Java Components that are bound to the Java component