SpringCloudConfigComponent Class
Spring Cloud Config properties.
Constructor
SpringCloudConfigComponent()
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
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. |
|
component_type
|
Literal[JavaComponentType.SPRING_CLOUD_CONFIG]
Type of the Java Component. Required. SpringCloudConfig. |
Attributes
componentType
Type of the Java Component. Required. SpringCloudConfig.
componentType: SPRING_CLOUD_CONFIG: 'SpringCloudConfig'>]]
configurations
List of Java Components configuration properties.
configurations: list['JavaComponentConfigurationProperty']
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']