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
@@ -1110,7 +1110,11 @@ Example: `Uocm:PHX-AD-1`""")
1110
1110
  Example: `My mount target`""")
1111
1111
  @cli_util.option('--hostname-label', help=u"""The hostname for the mount target's IP address, used for DNS resolution. The value is the hostname portion of the private IP address's fully qualified domain name (FQDN). For example, `files-1` in the FQDN `files-1.subnet123.vcn1.oraclevcn.com`. Must be unique across all VNICs in the subnet and comply with [RFC 952] and [RFC 1123].
1112
1112
 
1113
- Note: This attribute value is stored in the [PrivateIp] resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs] of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp] to update the `hostnameLabel` value.
1113
+ Note:
1114
+
1115
+ If the IP address is IPv4, this attribute value is stored in the [PrivateIp] resource, not in the `mountTarget` resource. To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs] of the mount target's private IPs (`privateIpIds`). Then, you can use [UpdatePrivateIp] to update the `hostnameLabel` value.
1116
+
1117
+ If the IP address is IPv6, it is stored in the [Ipv6] resource To update the `hostnameLabel`, use `GetMountTarget` to obtain the [OCIDs] of the mount target's IPv6 address (`mountTargetIpv6Ids`). Then, you can use [UpdateIpv6] to update the `hostnameLabel` value.
1114
1118
 
1115
1119
  For more information, see [DNS in Your Virtual Cloud Network].
1116
1120
 
@@ -1,100 +0,0 @@
1
- "list"
2
- ******
3
-
4
- * Description
5
-
6
- * Usage
7
-
8
- * Required Parameters
9
-
10
- * Optional Parameters
11
-
12
- * Global Parameters
13
-
14
-
15
- Description
16
- ===========
17
-
18
- Return a (paginated) list of logs for a given work request.
19
-
20
-
21
- Usage
22
- =====
23
-
24
- oci organizations work-request-log-entry list [OPTIONS]
25
-
26
-
27
- Required Parameters
28
- ===================
29
-
30
- --work-request-id [text]
31
-
32
- The ID of the asynchronous request.
33
-
34
-
35
- Optional Parameters
36
- ===================
37
-
38
- --all
39
-
40
- Fetches all pages of results. If you provide this option, then you
41
- cannot provide the "--limit" option.
42
-
43
- --from-json [text]
44
-
45
- Provide input to this command as a JSON document from a file using the
46
- file://path-to/file syntax.
47
-
48
- The "--generate-full-command-json-input" option can be used to
49
- generate a sample json file to be used with this command option. The
50
- key names are pre-populated and match the command option names
51
- (converted to camelCase format, e.g. compartment-id –> compartmentId),
52
- while the values of the keys need to be populated by the user before
53
- using the sample file as an input to this command. For any command
54
- option that accepts multiple values, the value of the key can be a
55
- JSON array.
56
-
57
- Options can still be provided on the command line. If an option exists
58
- in both the JSON document and the command line then the command line
59
- specified value will be used.
60
-
61
- For examples on usage of this option, please see our “using CLI with
62
- advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
63
- nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
64
-
65
- --limit [integer]
66
-
67
- The maximum number of items to return.
68
-
69
- --page [text]
70
-
71
- The page token representing the page at which to start retrieving
72
- results. This is usually retrieved from a previous list call.
73
-
74
- --page-size [integer]
75
-
76
- When fetching results, the number of results to fetch per call. Only
77
- valid when used with "--all" or "--limit", and ignored otherwise.
78
-
79
- --sort-order [text]
80
-
81
- The sort order to use, whether ‘asc’ or ‘desc’.
82
-
83
- Accepted values are:
84
-
85
- ASC, DESC
86
-
87
-
88
- Global Parameters
89
- =================
90
-
91
- Use "oci --help" for help on global parameters.
92
-
93
- "--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
94
- cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
95
- defaults-file", "--endpoint", "--generate-full-command-json-input", "
96
- --generate-param-json-input", "--help", "--latest-version", "--max-
97
- retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
98
- "--output", "--profile", "--proxy", "--query", "--raw-output", "--
99
- read-timeout", "--realm-specific-endpoint", "--region", "--release-
100
- info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"