JavaComponentProperties interface
Java Component common properties.
Properties
component |
Polymorphic discriminator, which specifies the different types this object can be |
configurations | List of Java Components configuration properties |
provisioning |
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 |
service |
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" | "SpringCloudEureka" | "SpringCloudConfig"
Property Value
"SpringBootAdmin" | "SpringCloudEureka" | "SpringCloudConfig"
configurations
List of Java Components configuration properties
configurations?: JavaComponentConfigurationProperty[]
Property Value
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
scale
Java component scaling configurations
scale?: JavaComponentPropertiesScale
Property Value
serviceBinds
List of Java Components that are bound to the Java component
serviceBinds?: JavaComponentServiceBind[]