You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/analytics/src/oci_cli_analytics/generated/analytics_cli.py
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -336,6 +336,7 @@ def change_analytics_instance_network_endpoint_public_endpoint_details(ctx, from
336
336
@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].
@cli_util.option('--kms-key-id', help=u"""OCID of the OCI Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.""")
340
341
@cli_util.option('--domain-id', help=u"""domain id for which the user is authorized.""")
341
342
@cli_util.option('--admin-user', help=u"""user name of the authorized user.""")
@@ -348,7 +349,7 @@ def change_analytics_instance_network_endpoint_public_endpoint_details(ctx, from
@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].
@cli_util.option('--kms-key-id', help=u"""OCID of the OCI Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.""")
446
451
@cli_util.option('--domain-id', help=u"""domain id for which the user is authorized.""")
447
452
@cli_util.option('--admin-user', help=u"""user name of the authorized user.""")
@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].
@cli_util.option('--kms-key-id', help=u"""OCID of the OCI Vault Key encrypting the customer data stored in this Analytics instance. A null value indicates Oracle managed default encryption.""")
556
565
@cli_util.option('--domain-id', help=u"""domain id for which the user is authorized.""")
557
566
@cli_util.option('--admin-user', help=u"""user name of the authorized user.""")
@@ -1621,6 +1633,7 @@ def stop_analytics_instance(ctx, from_json, wait_for_state, max_wait_seconds, wa
1621
1633
@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].
@cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
1625
1638
@cli_util.option('--force', help="""Perform update without prompting for confirmation.""", is_flag=True)
1626
1639
@cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["ACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", "INACTIVE", "UPDATING"]), multiple=True, help="""This operation creates, modifies or deletes a resource that has a defined lifecycle state. Specify this option to perform the action and then wait until the resource reaches a given lifecycle state. Multiple states can be specified, returning on the first state. For example, --wait-for-state SUCCEEDED --wait-for-state FAILED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
@@ -1631,7 +1644,7 @@ def stop_analytics_instance(ctx, from_json, wait_for_state, max_wait_seconds, wa
0 commit comments