oci-cli 3.65.1__py3-none-any.whl → 3.66.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. oci_cli/bin/email.psm1 +23 -11
  2. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/delete.txt +5 -0
  3. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/list.txt +18 -0
  4. oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-storage-performances.txt +3 -3
  5. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  6. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  7. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list.txt} +5 -5
  8. oci_cli/help_text_producer/data_files/text/cmdref/{organizations/work-request-log-entry.txt → delegate-access-control/work-request/work-request-log.txt} +2 -2
  9. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
  10. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
  11. oci_cli/help_text_producer/data_files/text/cmdref/email/domain/add.txt +148 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/email/domain/change-compartment.txt +4 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/email/domain/delete.txt +4 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/email/domain/remove.txt +138 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/email/domain/update.txt +4 -0
  16. oci_cli/help_text_producer/data_files/text/cmdref/email/domain.txt +4 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/add.txt +150 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/delete.txt +4 -0
  19. oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/remove.txt +140 -0
  20. oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/update.txt +4 -0
  21. oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path.txt +4 -0
  22. oci_cli/help_text_producer/data_files/text/cmdref/email/sender/add.txt +151 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/email/sender/change-compartment.txt +4 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/email/sender/delete.txt +4 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/email/sender/remove.txt +141 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/email/sender/update.txt +4 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/email/sender.txt +4 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/email.txt +12 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +12 -5
  30. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  31. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
  32. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/{list-work-request-logs.txt → list-logs.txt} +5 -5
  33. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt +1 -1
  34. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
  35. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
  36. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list.txt → list-errors.txt} +5 -5
  37. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
  38. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt +118 -0
  39. oci_cli/help_text_producer/data_files/text/cmdref/{delegate-access-control/work-request/work-request-log-entry.txt → organizations/work-request-log.txt} +3 -3
  40. oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
  41. oci_cli/version.py +1 -1
  42. {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/METADATA +2 -2
  43. {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/RECORD +51 -45
  44. services/database/src/oci_cli_database/generated/database_cli.py +15 -3
  45. services/email/src/oci_cli_email/generated/email_cli.py +422 -8
  46. services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +5 -1
  47. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt +0 -100
  48. {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/LICENSE.txt +0 -0
  49. {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  50. {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/WHEEL +0 -0
  51. {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/entry_points.txt +0 -0
  52. {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/top_level.txt +0 -0
oci_cli/bin/email.psm1 CHANGED
@@ -7,9 +7,9 @@ function GetOciSubcommands_email() {
7
7
  'email' = 'configuration dkim domain email-return-path sender suppression work-request work-request-error work-request-log'
8
8
  'email configuration' = 'get-email'
9
9
  'email dkim' = 'create delete get list update'
10
- 'email domain' = 'change-compartment create delete get list update'
11
- 'email email-return-path' = 'create delete get list update'
12
- 'email sender' = 'change-compartment create delete get list update'
10
+ 'email domain' = 'add change-compartment create delete get list remove update'
11
+ 'email email-return-path' = 'add create delete get list remove update'
12
+ 'email sender' = 'add change-compartment create delete get list remove update'
13
13
  'email suppression' = 'create delete get list'
14
14
  'email work-request' = 'get list'
15
15
  'email work-request-error' = 'list'
@@ -26,23 +26,29 @@ function GetOciCommandsToLongParams_email() {
26
26
  'email dkim get' = 'dkim-id from-json help'
27
27
  'email dkim list' = 'all email-domain-id from-json help id lifecycle-state limit name page page-size sort-by sort-order'
28
28
  'email dkim update' = 'defined-tags description dkim-id force freeform-tags from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
29
- 'email domain change-compartment' = 'compartment-id email-domain-id from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
29
+ 'email domain add' = 'compartment-id email-domain-id from-json help if-match max-wait-seconds message related-resource-id type wait-for-state wait-interval-seconds'
30
+ 'email domain change-compartment' = 'compartment-id email-domain-id from-json help if-match is-lock-override max-wait-seconds wait-for-state wait-interval-seconds'
30
31
  'email domain create' = 'compartment-id defined-tags description domain-verification-id freeform-tags from-json help max-wait-seconds name wait-for-state wait-interval-seconds'
31
- 'email domain delete' = 'email-domain-id force from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
32
+ 'email domain delete' = 'email-domain-id force from-json help if-match is-lock-override max-wait-seconds wait-for-state wait-interval-seconds'
32
33
  'email domain get' = 'email-domain-id from-json help'
33
34
  'email domain list' = 'all compartment-id from-json help id lifecycle-state limit name page page-size sort-by sort-order'
34
- 'email domain update' = 'defined-tags description domain-verification-id email-domain-id force freeform-tags from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
35
+ 'email domain remove' = 'compartment-id email-domain-id from-json help if-match max-wait-seconds type wait-for-state wait-interval-seconds'
36
+ 'email domain update' = 'defined-tags description domain-verification-id email-domain-id force freeform-tags from-json help if-match is-lock-override max-wait-seconds wait-for-state wait-interval-seconds'
37
+ 'email email-return-path add' = 'compartment-id email-return-path-id from-json help if-match max-wait-seconds message related-resource-id type wait-for-state wait-interval-seconds'
35
38
  'email email-return-path create' = 'defined-tags description freeform-tags from-json help max-wait-seconds name parent-resource-id wait-for-state wait-interval-seconds'
36
- 'email email-return-path delete' = 'email-return-path-id force from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
39
+ 'email email-return-path delete' = 'email-return-path-id force from-json help if-match is-lock-override max-wait-seconds wait-for-state wait-interval-seconds'
37
40
  'email email-return-path get' = 'email-return-path-id from-json help'
38
41
  'email email-return-path list' = 'all compartment-id from-json help id lifecycle-state limit name page page-size parent-resource-id sort-by sort-order'
39
- 'email email-return-path update' = 'defined-tags description email-return-path-id force freeform-tags from-json help if-match max-wait-seconds wait-for-state wait-interval-seconds'
40
- 'email sender change-compartment' = 'compartment-id from-json help if-match sender-id'
42
+ 'email email-return-path remove' = 'compartment-id email-return-path-id from-json help if-match max-wait-seconds type wait-for-state wait-interval-seconds'
43
+ 'email email-return-path update' = 'defined-tags description email-return-path-id force freeform-tags from-json help if-match is-lock-override max-wait-seconds wait-for-state wait-interval-seconds'
44
+ 'email sender add' = 'compartment-id from-json help if-match max-wait-seconds message related-resource-id sender-id type wait-for-state wait-interval-seconds'
45
+ 'email sender change-compartment' = 'compartment-id from-json help if-match is-lock-override sender-id'
41
46
  'email sender create' = 'compartment-id defined-tags email-address freeform-tags from-json help max-wait-seconds wait-for-state wait-interval-seconds'
42
- 'email sender delete' = 'force from-json help if-match max-wait-seconds sender-id wait-for-state wait-interval-seconds'
47
+ 'email sender delete' = 'force from-json help if-match is-lock-override max-wait-seconds sender-id wait-for-state wait-interval-seconds'
43
48
  'email sender get' = 'from-json help sender-id'
44
49
  'email sender list' = 'all compartment-id domain email-address from-json help lifecycle-state limit page page-size sort-by sort-order'
45
- 'email sender update' = 'defined-tags force freeform-tags from-json help if-match max-wait-seconds sender-id wait-for-state wait-interval-seconds'
50
+ 'email sender remove' = 'compartment-id from-json help if-match max-wait-seconds sender-id type wait-for-state wait-interval-seconds'
51
+ 'email sender update' = 'defined-tags force freeform-tags from-json help if-match is-lock-override max-wait-seconds sender-id wait-for-state wait-interval-seconds'
46
52
  'email suppression create' = 'compartment-id email-address from-json help'
47
53
  'email suppression delete' = 'force from-json help suppression-id'
48
54
  'email suppression get' = 'from-json help suppression-id'
@@ -63,22 +69,28 @@ function GetOciCommandsToShortParams_email() {
63
69
  'email dkim get' = '? h'
64
70
  'email dkim list' = '? h'
65
71
  'email dkim update' = '? h'
72
+ 'email domain add' = '? c h'
66
73
  'email domain change-compartment' = '? c h'
67
74
  'email domain create' = '? c h'
68
75
  'email domain delete' = '? h'
69
76
  'email domain get' = '? h'
70
77
  'email domain list' = '? c h'
78
+ 'email domain remove' = '? c h'
71
79
  'email domain update' = '? h'
80
+ 'email email-return-path add' = '? c h'
72
81
  'email email-return-path create' = '? h'
73
82
  'email email-return-path delete' = '? h'
74
83
  'email email-return-path get' = '? h'
75
84
  'email email-return-path list' = '? c h'
85
+ 'email email-return-path remove' = '? c h'
76
86
  'email email-return-path update' = '? h'
87
+ 'email sender add' = '? c h'
77
88
  'email sender change-compartment' = '? c h'
78
89
  'email sender create' = '? c h'
79
90
  'email sender delete' = '? h'
80
91
  'email sender get' = '? h'
81
92
  'email sender list' = '? c h'
93
+ 'email sender remove' = '? c h'
82
94
  'email sender update' = '? h'
83
95
  'email suppression create' = '? c h'
84
96
  'email suppression delete' = '? h'
@@ -76,6 +76,11 @@ current etag value.
76
76
  The maximum time to wait for the work request to reach the state
77
77
  defined by "--wait-for-state". Defaults to 1200 seconds.
78
78
 
79
+ --must-delete-associated-long-term-backups [boolean]
80
+
81
+ If set to true, terminating the Autonomous Database also deletes its
82
+ associated long-term backups if the retention lock is not enabled.
83
+
79
84
  --opc-dry-run [boolean]
80
85
 
81
86
  Indicates that the request is a dry run, if set to “true”. A dry run
@@ -38,6 +38,11 @@ cannot provide the "--limit" option.
38
38
 
39
39
  The database OCID.
40
40
 
41
+ --backup-destination-id [text]
42
+
43
+ A filter to return only resources that have the given backup
44
+ destination id.
45
+
41
46
  --compartment-id, -c [text]
42
47
 
43
48
  The compartment OCID.
@@ -69,6 +74,19 @@ For examples on usage of this option, please see our “using CLI with
69
74
  advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
70
75
  nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
71
76
 
77
+ --infrastructure-type [text]
78
+
79
+ A filter to return only resources that match the given Infrastructure
80
+ Type.
81
+
82
+ Accepted values are:
83
+
84
+ CLOUD, CLOUD_AT_CUSTOMER
85
+
86
+ --key-store-id [text]
87
+
88
+ A filter to return only resources that have the given key store id.
89
+
72
90
  --lifecycle-state [text]
73
91
 
74
92
  A filter to return only resources that match the given lifecycle state
@@ -57,12 +57,12 @@ The compartment OCID.
57
57
  --database-edition [text]
58
58
 
59
59
  The database edition of quota (STANDARD_EDITION/ENTERPRISE_EDITION/EN
60
- TERPRISE_EDITION_HIGH_PERFORMANCE/ENTERPRISE_EDITION_EXTREME/ENTERPRI
61
- SE_EDITION_DEVELOPER)
60
+ TERPRISE_EDITION_HIGH_PERFORMANCE/ENTERPRISE_EDITION_EXTREME_PERFORMA
61
+ NCE/ENTERPRISE_EDITION_DEVELOPER)
62
62
 
63
63
  Accepted values are:
64
64
 
65
- ENTERPRISE_EDITION, ENTERPRISE_EDITION_DEVELOPER, ENTERPRISE_EDITION_EXTREME, ENTERPRISE_EDITION_HIGH_PERFORMANCE, STANDARD_EDITION
65
+ ENTERPRISE_EDITION, ENTERPRISE_EDITION_DEVELOPER, ENTERPRISE_EDITION_EXTREME_PERFORMANCE, ENTERPRISE_EDITION_HIGH_PERFORMANCE, STANDARD_EDITION
66
66
 
67
67
  --from-json [text]
68
68
 
@@ -1,5 +1,5 @@
1
- "list"
2
- ******
1
+ "list-errors"
2
+ *************
3
3
 
4
4
  * Description
5
5
 
@@ -24,7 +24,7 @@ given ID.
24
24
  Usage
25
25
  =====
26
26
 
27
- oci delegate-access-control work-request work-request-error list [OPTIONS]
27
+ oci delegate-access-control work-request work-request-error list-errors [OPTIONS]
28
28
 
29
29
 
30
30
  Required Parameters
@@ -123,6 +123,6 @@ Please note this sample will only work in the POSIX-compliant bash-
123
123
  like shell. You need to set up the OCI configuration and appropriate
124
124
  security policies before trying the examples.
125
125
 
126
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list.html#cmdoption-work-request-id
126
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-error/list-errors.html#cmdoption-work-request-id
127
127
 
128
- oci delegate-access-control work-request work-request-error list --work-request-id $work_request_id
128
+ oci delegate-access-control work-request work-request-error list-errors --work-request-id $work_request_id
@@ -11,4 +11,4 @@ An error encountered while executing a work request.
11
11
  Available Commands
12
12
  ==================
13
13
 
14
- * list
14
+ * list-errors
@@ -1,5 +1,5 @@
1
- "list-work-request-logs"
2
- ************************
1
+ "list"
2
+ ******
3
3
 
4
4
  * Description
5
5
 
@@ -24,7 +24,7 @@ ID.
24
24
  Usage
25
25
  =====
26
26
 
27
- oci delegate-access-control work-request work-request-log-entry list-work-request-logs [OPTIONS]
27
+ oci delegate-access-control work-request work-request-log list [OPTIONS]
28
28
 
29
29
 
30
30
  Required Parameters
@@ -123,6 +123,6 @@ Please note this sample will only work in the POSIX-compliant bash-
123
123
  like shell. You need to set up the OCI configuration and appropriate
124
124
  security policies before trying the examples.
125
125
 
126
- export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log-entry/list-work-request-logs.html#cmdoption-work-request-id
126
+ export work_request_id=<substitute-value-of-work_request_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/delegate-access-control/work-request/work-request-log/list.html#cmdoption-work-request-id
127
127
 
128
- oci delegate-access-control work-request work-request-log-entry list-work-request-logs --work-request-id $work_request_id
128
+ oci delegate-access-control work-request work-request-log list --work-request-id $work_request_id
@@ -1,5 +1,5 @@
1
- work-request-log-entry
2
- **********************
1
+ work-request-log
2
+ ****************
3
3
 
4
4
 
5
5
  Description
@@ -28,8 +28,8 @@ Available Commands
28
28
 
29
29
  * work-request-error
30
30
 
31
- * list
31
+ * list-errors
32
32
 
33
- * work-request-log-entry
33
+ * work-request-log
34
34
 
35
- * list-work-request-logs
35
+ * list
@@ -94,8 +94,8 @@ Available Commands
94
94
 
95
95
  * work-request-error
96
96
 
97
- * list
97
+ * list-errors
98
98
 
99
- * work-request-log-entry
99
+ * work-request-log
100
100
 
101
- * list-work-request-logs
101
+ * list
@@ -0,0 +1,148 @@
1
+ "add"
2
+ *****
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Adds a lock to a resource.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci email domain add [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --email-domain-id [text]
33
+
34
+ The OCID of this email domain.
35
+
36
+ --type [text]
37
+
38
+ Lock type.
39
+
40
+ Accepted values are:
41
+
42
+ DELETE, FULL
43
+
44
+
45
+ Optional Parameters
46
+ ===================
47
+
48
+ --compartment-id, -c [text]
49
+
50
+ The lock compartment ID.
51
+
52
+ --from-json [text]
53
+
54
+ Provide input to this command as a JSON document from a file using the
55
+ file://path-to/file syntax.
56
+
57
+ The "--generate-full-command-json-input" option can be used to
58
+ generate a sample json file to be used with this command option. The
59
+ key names are pre-populated and match the command option names
60
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
61
+ while the values of the keys need to be populated by the user before
62
+ using the sample file as an input to this command. For any command
63
+ option that accepts multiple values, the value of the key can be a
64
+ JSON array.
65
+
66
+ Options can still be provided on the command line. If an option exists
67
+ in both the JSON document and the command line then the command line
68
+ specified value will be used.
69
+
70
+ For examples on usage of this option, please see our “using CLI with
71
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
72
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
73
+
74
+ --if-match [text]
75
+
76
+ Used for optimistic concurrency control. In the update or delete call
77
+ for a resource, set the *if-match* parameter to the value of the etag
78
+ from a previous get, create, or update response for that resource.
79
+ The resource will be updated or deleted only if the etag you provide
80
+ matches the resource’s current etag value.
81
+
82
+ --max-wait-seconds [integer]
83
+
84
+ The maximum time to wait for the resource to reach the lifecycle state
85
+ defined by "--wait-for-state". Defaults to 1200 seconds.
86
+
87
+ --message [text]
88
+
89
+ A message added by the lock creator. The message typically gives an
90
+ indication of why the resource is locked.
91
+
92
+ --related-resource-id [text]
93
+
94
+ The resource ID that is locking this resource. Indicates that deleting
95
+ this resource removes the lock.
96
+
97
+ --wait-for-state [text]
98
+
99
+ This operation creates, modifies or deletes a resource that has a
100
+ defined lifecycle state. Specify this option to perform the action and
101
+ then wait until the resource reaches a given lifecycle state. Multiple
102
+ states can be specified, returning on the first state. For example, "
103
+ --wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
104
+ whichever lifecycle state is reached first. If timeout is reached, a
105
+ return code of 2 is returned. For any other error, a return code of 1
106
+ is returned.
107
+
108
+ Accepted values are:
109
+
110
+ ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
111
+
112
+ --wait-interval-seconds [integer]
113
+
114
+ Check every "--wait-interval-seconds" to see whether the resource has
115
+ reached the lifecycle state defined by "--wait-for-state". Defaults to
116
+ 30 seconds.
117
+
118
+
119
+ Global Parameters
120
+ =================
121
+
122
+ Use "oci --help" for help on global parameters.
123
+
124
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
125
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
126
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
127
+ --generate-param-json-input", "--help", "--latest-version", "--max-
128
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
129
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
130
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
131
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
132
+
133
+
134
+ Example using required parameter
135
+ ================================
136
+
137
+ Copy the following CLI commands into a file named example.sh. Run the
138
+ command by typing “bash example.sh” and replacing the example
139
+ parameters with your own.
140
+
141
+ Please note this sample will only work in the POSIX-compliant bash-
142
+ like shell. You need to set up the OCI configuration and appropriate
143
+ security policies before trying the examples.
144
+
145
+ export email_domain_id=<substitute-value-of-email_domain_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/email/domain/add.html#cmdoption-email-domain-id
146
+ export type=<substitute-value-of-type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/email/domain/add.html#cmdoption-type
147
+
148
+ oci email domain add --email-domain-id $email_domain_id --type $type
@@ -77,6 +77,10 @@ from a previous get, create, or update response for that resource.
77
77
  The resource will be updated or deleted only if the etag you provide
78
78
  matches the resource’s current etag value.
79
79
 
80
+ --is-lock-override [boolean]
81
+
82
+ Whether to override locks (if any exist).
83
+
80
84
  --max-wait-seconds [integer]
81
85
 
82
86
  The maximum time to wait for the work request to reach the state
@@ -71,6 +71,10 @@ from a previous get, create, or update response for that resource.
71
71
  The resource will be updated or deleted only if the etag you provide
72
72
  matches the resource’s current etag value.
73
73
 
74
+ --is-lock-override [boolean]
75
+
76
+ Whether to override locks (if any exist).
77
+
74
78
  --max-wait-seconds [integer]
75
79
 
76
80
  The maximum time to wait for the work request to reach the state
@@ -0,0 +1,138 @@
1
+ "remove"
2
+ ********
3
+
4
+ * Description
5
+
6
+ * Usage
7
+
8
+ * Required Parameters
9
+
10
+ * Optional Parameters
11
+
12
+ * Global Parameters
13
+
14
+ * Example using required parameter
15
+
16
+
17
+ Description
18
+ ===========
19
+
20
+ Remove a lock to a resource.
21
+
22
+
23
+ Usage
24
+ =====
25
+
26
+ oci email domain remove [OPTIONS]
27
+
28
+
29
+ Required Parameters
30
+ ===================
31
+
32
+ --email-domain-id [text]
33
+
34
+ The OCID of this email domain.
35
+
36
+ --type [text]
37
+
38
+ Lock type.
39
+
40
+ Accepted values are:
41
+
42
+ DELETE, FULL
43
+
44
+
45
+ Optional Parameters
46
+ ===================
47
+
48
+ --compartment-id, -c [text]
49
+
50
+ The lock compartment ID.
51
+
52
+ --from-json [text]
53
+
54
+ Provide input to this command as a JSON document from a file using the
55
+ file://path-to/file syntax.
56
+
57
+ The "--generate-full-command-json-input" option can be used to
58
+ generate a sample json file to be used with this command option. The
59
+ key names are pre-populated and match the command option names
60
+ (converted to camelCase format, e.g. compartment-id –> compartmentId),
61
+ while the values of the keys need to be populated by the user before
62
+ using the sample file as an input to this command. For any command
63
+ option that accepts multiple values, the value of the key can be a
64
+ JSON array.
65
+
66
+ Options can still be provided on the command line. If an option exists
67
+ in both the JSON document and the command line then the command line
68
+ specified value will be used.
69
+
70
+ For examples on usage of this option, please see our “using CLI with
71
+ advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
72
+ nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
73
+
74
+ --if-match [text]
75
+
76
+ Used for optimistic concurrency control. In the update or delete call
77
+ for a resource, set the *if-match* parameter to the value of the etag
78
+ from a previous get, create, or update response for that resource.
79
+ The resource will be updated or deleted only if the etag you provide
80
+ matches the resource’s current etag value.
81
+
82
+ --max-wait-seconds [integer]
83
+
84
+ The maximum time to wait for the resource to reach the lifecycle state
85
+ defined by "--wait-for-state". Defaults to 1200 seconds.
86
+
87
+ --wait-for-state [text]
88
+
89
+ This operation creates, modifies or deletes a resource that has a
90
+ defined lifecycle state. Specify this option to perform the action and
91
+ then wait until the resource reaches a given lifecycle state. Multiple
92
+ states can be specified, returning on the first state. For example, "
93
+ --wait-for-state" SUCCEEDED "--wait-for-state" FAILED would return on
94
+ whichever lifecycle state is reached first. If timeout is reached, a
95
+ return code of 2 is returned. For any other error, a return code of 1
96
+ is returned.
97
+
98
+ Accepted values are:
99
+
100
+ ACTIVE, CREATING, DELETED, DELETING, FAILED, UPDATING
101
+
102
+ --wait-interval-seconds [integer]
103
+
104
+ Check every "--wait-interval-seconds" to see whether the resource has
105
+ reached the lifecycle state defined by "--wait-for-state". Defaults to
106
+ 30 seconds.
107
+
108
+
109
+ Global Parameters
110
+ =================
111
+
112
+ Use "oci --help" for help on global parameters.
113
+
114
+ "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
115
+ cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
116
+ defaults-file", "--endpoint", "--generate-full-command-json-input", "
117
+ --generate-param-json-input", "--help", "--latest-version", "--max-
118
+ retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
119
+ "--output", "--profile", "--proxy", "--query", "--raw-output", "--
120
+ read-timeout", "--realm-specific-endpoint", "--region", "--release-
121
+ info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
122
+
123
+
124
+ Example using required parameter
125
+ ================================
126
+
127
+ Copy the following CLI commands into a file named example.sh. Run the
128
+ command by typing “bash example.sh” and replacing the example
129
+ parameters with your own.
130
+
131
+ Please note this sample will only work in the POSIX-compliant bash-
132
+ like shell. You need to set up the OCI configuration and appropriate
133
+ security policies before trying the examples.
134
+
135
+ export email_domain_id=<substitute-value-of-email_domain_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/email/domain/remove.html#cmdoption-email-domain-id
136
+ export type=<substitute-value-of-type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/email/domain/remove.html#cmdoption-type
137
+
138
+ oci email domain remove --email-domain-id $email_domain_id --type $type
@@ -119,6 +119,10 @@ from a previous get, create, or update response for that resource.
119
119
  The resource will be updated or deleted only if the etag you provide
120
120
  matches the resource’s current etag value.
121
121
 
122
+ --is-lock-override [boolean]
123
+
124
+ Whether to override locks (if any exist).
125
+
122
126
  --max-wait-seconds [integer]
123
127
 
124
128
  The maximum time to wait for the work request to reach the state
@@ -13,6 +13,8 @@ domain.
13
13
  Available Commands
14
14
  ==================
15
15
 
16
+ * add
17
+
16
18
  * change-compartment
17
19
 
18
20
  * create
@@ -23,4 +25,6 @@ Available Commands
23
25
 
24
26
  * list
25
27
 
28
+ * remove
29
+
26
30
  * update