|
15 | 15 | from services.core.src.oci_cli_core.generated import core_service_cli |
16 | 16 |
|
17 | 17 |
|
18 | | -@click.command(cli_util.override('compute_management.compute_management_root_group.command_name', 'compute-management'), cls=CommandGroupWithAlias, help=cli_util.override('compute_management.compute_management_root_group.help', """API covering the [Networking], |
| 18 | +@click.command(cli_util.override('compute_management.compute_management_root_group.command_name', 'compute-management'), cls=CommandGroupWithAlias, help=cli_util.override('compute_management.compute_management_root_group.help', """Use the Core Services API to manage resources such as virtual cloud networks (VCNs), |
| 19 | +compute instances, and block storage volumes. For more information, see the console |
| 20 | +documentation for the [Networking], |
19 | 21 | [Compute], and |
20 | | -[Block Volume] services. Use this API |
21 | | -to manage resources such as virtual cloud networks (VCNs), compute instances, and |
22 | | -block storage volumes."""), short_help=cli_util.override('compute_management.compute_management_root_group.short_help', """Core Services API""")) |
| 22 | +[Block Volume] services."""), short_help=cli_util.override('compute_management.compute_management_root_group.short_help', """Core Services API""")) |
23 | 23 | @cli_util.help_option_group |
24 | 24 | def compute_management_root_group(): |
25 | 25 | pass |
@@ -299,7 +299,7 @@ def change_instance_pool_compartment(ctx, from_json, instance_pool_id, compartme |
299 | 299 | @cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags]. |
300 | 300 |
|
301 | 301 | Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
302 | | -@cli_util.option('--display-name', help=u"""A user-friendly name for the cluster network. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
| 302 | +@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
303 | 303 | @cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags]. |
304 | 304 |
|
305 | 305 | Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
@@ -365,7 +365,7 @@ def create_cluster_network(ctx, from_json, wait_for_state, max_wait_seconds, wai |
365 | 365 | @cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags]. |
366 | 366 |
|
367 | 367 | Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
368 | | -@cli_util.option('--display-name', help=u"""A user-friendly name for the instance configuration. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
| 368 | +@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
369 | 369 | @cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags]. |
370 | 370 |
|
371 | 371 | Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
@@ -420,7 +420,7 @@ def create_instance_configuration(ctx, from_json, compartment_id, defined_tags, |
420 | 420 | @cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags]. |
421 | 421 |
|
422 | 422 | Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
423 | | -@cli_util.option('--display-name', help=u"""A user-friendly name for the instance configuration. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
| 423 | +@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
424 | 424 | @cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags]. |
425 | 425 |
|
426 | 426 | Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
@@ -462,7 +462,7 @@ def create_instance_configuration_create_instance_configuration_details(ctx, fro |
462 | 462 | @cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags]. |
463 | 463 |
|
464 | 464 | Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
465 | | -@cli_util.option('--display-name', help=u"""A user-friendly name for the instance configuration. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
| 465 | +@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
466 | 466 | @cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags]. |
467 | 467 |
|
468 | 468 | Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
@@ -508,7 +508,7 @@ def create_instance_configuration_create_instance_configuration_from_instance_de |
508 | 508 | @cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags]. |
509 | 509 |
|
510 | 510 | Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
511 | | -@cli_util.option('--display-name', help=u"""A user-friendly name for the instance pool. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
| 511 | +@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
512 | 512 | @cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags]. |
513 | 513 |
|
514 | 514 | Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
@@ -1643,9 +1643,7 @@ def update_cluster_network(ctx, from_json, force, wait_for_state, max_wait_secon |
1643 | 1643 | @cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags]. |
1644 | 1644 |
|
1645 | 1645 | Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
1646 | | -@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. |
1647 | | -
|
1648 | | -Example: `My instance configuration`""") |
| 1646 | +@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
1649 | 1647 | @cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags]. |
1650 | 1648 |
|
1651 | 1649 | Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
@@ -1696,7 +1694,7 @@ def update_instance_configuration(ctx, from_json, force, instance_configuration_ |
1696 | 1694 | @cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags]. |
1697 | 1695 |
|
1698 | 1696 | Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
1699 | | -@cli_util.option('--display-name', help=u"""A user-friendly name for the instance pool. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
| 1697 | +@cli_util.option('--display-name', help=u"""A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.""") |
1700 | 1698 | @cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags]. |
1701 | 1699 |
|
1702 | 1700 | Example: `{\"Department\": \"Finance\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP) |
|
0 commit comments