File tree Expand file tree Collapse file tree 3 files changed +82
-0
lines changed Expand file tree Collapse file tree 3 files changed +82
-0
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,9 @@ stackit beta alb [flags]
3535* [ stackit beta alb delete] ( ./stackit_beta_alb_delete.md ) - Deletes an application loadbalancer
3636* [ stackit beta alb describe] ( ./stackit_beta_alb_describe.md ) - Describes an application loadbalancer
3737* [ stackit beta alb list] ( ./stackit_beta_alb_list.md ) - Lists albs
38+ * [ stackit beta alb plans] ( ./stackit_beta_alb_plans.md ) - Lists the alb plans
3839* [ stackit beta alb pool] ( ./stackit_beta_alb_pool.md ) - Manages target pools for application loadbalancers
40+ * [ stackit beta alb quotas] ( ./stackit_beta_alb_quotas.md ) - Gets the quotas
3941* [ stackit beta alb template] ( ./stackit_beta_alb_template.md ) - creates configuration templates to use for resource creation
4042* [ stackit beta alb update] ( ./stackit_beta_alb_update.md ) - Updates an application loadbalancer
4143
Original file line number Diff line number Diff line change 1+ ## stackit beta alb plans
2+
3+ Lists the alb plans
4+
5+ ### Synopsis
6+
7+ Lists the available application loadbalancer plans.
8+
9+ ```
10+ stackit beta alb plans [flags]
11+ ```
12+
13+ ### Examples
14+
15+ ```
16+ List all application loadbalancer plans
17+ $ stackit beta alb plans
18+ ```
19+
20+ ### Options
21+
22+ ```
23+ -h, --help Help for "stackit beta alb plans"
24+ ```
25+
26+ ### Options inherited from parent commands
27+
28+ ```
29+ -y, --assume-yes If set, skips all confirmation prompts
30+ --async If set, runs the command asynchronously
31+ -o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
32+ -p, --project-id string Project ID
33+ --region string Target region for region-specific requests
34+ --verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
35+ ```
36+
37+ ### SEE ALSO
38+
39+ * [ stackit beta alb] ( ./stackit_beta_alb.md ) - Manages application loadbalancers
40+
Original file line number Diff line number Diff line change 1+ ## stackit beta alb quotas
2+
3+ Gets the quotas
4+
5+ ### Synopsis
6+
7+ Gets the current quotes for the application loadbalancers.
8+
9+ ```
10+ stackit beta alb quotas [flags]
11+ ```
12+
13+ ### Examples
14+
15+ ```
16+ List all application loadbalancer quotas
17+ $ stackit beta alb quotas
18+ ```
19+
20+ ### Options
21+
22+ ```
23+ -h, --help Help for "stackit beta alb quotas"
24+ ```
25+
26+ ### Options inherited from parent commands
27+
28+ ```
29+ -y, --assume-yes If set, skips all confirmation prompts
30+ --async If set, runs the command asynchronously
31+ -o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
32+ -p, --project-id string Project ID
33+ --region string Target region for region-specific requests
34+ --verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
35+ ```
36+
37+ ### SEE ALSO
38+
39+ * [ stackit beta alb] ( ./stackit_beta_alb.md ) - Manages application loadbalancers
40+
You can’t perform that action at this time.
0 commit comments