Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
9.50. fabric:require-profile-set
Abstract
Synopsis Link kopierenLink in die Zwischenablage kopiert!
fabric:require-profile-set
[
--help
] [
--minimum MinInstance
] [
--maximum MaxInstance
] [
--dependsOn Dependency
] {
Profile
}
Description Link kopierenLink in die Zwischenablage kopiert!
example-camel
profile, you would enter the following command:
karaf@root> require-profile-set --minimum 2 --maximum 4 example-camel
karaf@root> require-profile-set --minimum 2 --maximum 4 example-camel
Arguments Link kopierenLink in die Zwischenablage kopiert!
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
--minimum | The minimum number of instances of this profile expected to be running in the fabric. |
--maximum | The maximum number of instances of this profile expected to be running in the fabric. |
--dependsOn | The profile IDs that must be provisioned before this profile. To specify multiple profile IDs, specify this flag multiple times on the command line—for example, --dependsOn foo --dependsOn bar . |
Profile | A profile ID. |