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]
35
35
* [ stackit beta alb delete] ( ./stackit_beta_alb_delete.md ) - Deletes an application loadbalancer
36
36
* [ stackit beta alb describe] ( ./stackit_beta_alb_describe.md ) - Describes an application loadbalancer
37
37
* [ 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
38
39
* [ 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
39
41
* [ stackit beta alb template] ( ./stackit_beta_alb_template.md ) - creates configuration templates to use for resource creation
40
42
* [ stackit beta alb update] ( ./stackit_beta_alb_update.md ) - Updates an application loadbalancer
41
43
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