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.
- oci_cli/bin/email.psm1 +23 -11
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/delete.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database-backup/list.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/system/list-db-system-storage-performances.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
- 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
- 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
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/add.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/change-compartment.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/remove.txt +138 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/domain.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/add.txt +150 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/remove.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/email-return-path.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/add.txt +151 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/change-compartment.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/delete.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/remove.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender/update.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email/sender.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/email.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fs/mount-target/create.txt +12 -5
- 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
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
- 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
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list.txt → list-errors.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log/list.txt +118 -0
- 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
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
- oci_cli/version.py +1 -1
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/METADATA +2 -2
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/RECORD +51 -45
- services/database/src/oci_cli_database/generated/database_cli.py +15 -3
- services/email/src/oci_cli_email/generated/email_cli.py +422 -8
- services/file_storage/src/oci_cli_file_storage/generated/filestorage_cli.py +5 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt +0 -100
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/WHEEL +0 -0
- {oci_cli-3.65.1.dist-info → oci_cli-3.66.0.dist-info}/entry_points.txt +0 -0
- {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:
|
|
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
|
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt
DELETED
|
@@ -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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|