Share via


SpringBootAdminComponent interface

Spring Boot Admin properties.

Extends

Properties

componentType

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

ingress

Java Component Ingress configurations.

Inherited Properties

configurations

List of Java Components configuration properties

provisioningState

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

scale

Java component scaling configurations

serviceBinds

List of Java Components that are bound to the Java component

Property Details

componentType

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

componentType: "SpringBootAdmin"

Property Value

"SpringBootAdmin"

ingress

Java Component Ingress configurations.

ingress?: JavaComponentIngress

Property Value

Inherited Property Details

configurations

List of Java Components configuration properties

configurations?: JavaComponentConfigurationProperty[]

Property Value

Inherited From JavaComponentProperties.configurations

provisioningState

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

provisioningState?: string

Property Value

string

Inherited From JavaComponentProperties.provisioningState

scale

Java component scaling configurations

scale?: JavaComponentPropertiesScale

Property Value

Inherited From JavaComponentProperties.scale

serviceBinds

List of Java Components that are bound to the Java component

serviceBinds?: JavaComponentServiceBind[]

Property Value

Inherited From JavaComponentProperties.serviceBinds