SpringCloudEurekaComponent Class

Spring Cloud Eureka properties.

Constructor

SpringCloudEurekaComponent()

Variables

Name Description
provisioning_state
Union[str, <xref:"JavaComponentProvisioningState">]

Provisioning state of the Java Component. Known values are: "Succeeded", "Failed", "Canceled", "Deleting", and "InProgress".

configurations
list[<xref:"JavaComponentConfigurationProperty">]

List of Java Components configuration properties.

scale
<xref:<xref:"JavaComponentPropertiesScale">>

Java component scaling configurations.

service_binds
list[<xref:"JavaComponentServiceBind">]

List of Java Components that are bound to the Java component.

ingress
<xref:<xref:"JavaComponentIngress">>

Java Component Ingress configurations.

component_type
Literal[JavaComponentType.SPRING_CLOUD_EUREKA]

Type of the Java Component. Required. SpringCloudEureka.

Attributes

componentType

Type of the Java Component. Required. SpringCloudEureka.

componentType: SPRING_CLOUD_EUREKA: 'SpringCloudEureka'>]]

configurations

List of Java Components configuration properties.

configurations: list['JavaComponentConfigurationProperty']

ingress

Java Component Ingress configurations.

ingress: JavaComponentIngress

provisioningState

"Succeeded", "Failed", "Canceled", "Deleting", and "InProgress".

provisioningState: str | JavaComponentProvisioningState

scale

Java component scaling configurations.

scale: JavaComponentPropertiesScale

serviceBinds

List of Java Components that are bound to the Java component.

serviceBinds: list['JavaComponentServiceBind']