oci-cli 3.71.1__py3-none-any.whl → 3.71.2__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/batch.psm1 +122 -0
- oci_cli/bin/integration.psm1 +6 -2
- oci_cli/cli_util.py +2 -4
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/change-compartment.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create-oci-logging-configuration.txt +210 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create.txt +237 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/delete.txt +139 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/get.txt +100 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/start.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/stop.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/update.txt +213 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection/list.txt +101 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context.txt +35 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/cancel.txt +144 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/change-compartment.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/create.txt +215 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/get.txt +106 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/list.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/pause.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/unpause.txt +140 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/update.txt +191 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/change-compartment.txt +142 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/create.txt +180 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/delete.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/get.txt +102 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/list.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/start.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/stop.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/update.txt +186 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job.txt +35 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/get.txt +111 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list-batch-tasks.txt +125 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/change-compartment.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/create.txt +207 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/delete.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/get.txt +95 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/update.txt +179 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/change-compartment.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/create.txt +178 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/get.txt +96 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/list.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/update.txt +180 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile.txt +30 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/get.txt +92 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/list.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error/list.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry/list-work-request-logs.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry.txt +15 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request.txt +21 -0
- oci_cli/help_text_producer/data_files/text/cmdref/batch.txt +123 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt +14 -13
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt +127 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt +127 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/get.txt +92 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/list.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle.txt +17 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute/shape/list.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/compute.txt +10 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/list.txt +4 -0
- 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 → list-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/update.txt +1 -1
- 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/identity-domains/mapped-attribute/get.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/list.txt +190 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/patch.txt +177 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/put.txt +385 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/search.txt +199 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute.txt +22 -0
- oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt +5 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/convert-instance.txt +144 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disable-process-automation.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/{list.txt → list-errors.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt +1 -1
- 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.txt +1 -1
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/METADATA +2 -2
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/RECORD +130 -52
- services/batch/__init__.py +4 -0
- services/batch/src/__init__.py +4 -0
- services/batch/src/oci_cli_batch_computing/__init__.py +4 -0
- services/batch/src/oci_cli_batch_computing/batchcomputing_cli_extended.py +93 -0
- services/batch/src/oci_cli_batch_computing/generated/__init__.py +4 -0
- services/batch/src/oci_cli_batch_computing/generated/batchcomputing_cli.py +2855 -0
- services/batch/src/oci_cli_batch_computing/generated/client_mappings.py +14 -0
- services/batch/tests/__init__.py +4 -0
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +3 -5
- services/core/src/oci_cli_compute/computepic_cli_extended.py +9 -0
- services/core/src/oci_cli_compute/generated/compute_cli.py +201 -1
- services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +4 -1
- services/disaster_recovery/src/oci_cli_disaster_recovery/generated/disasterrecovery_cli.py +1 -1
- services/identity_domains/src/oci_cli_identity_domains/generated/identitydomains_cli.py +371 -0
- services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py +259 -7
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/WHEEL +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.71.1.dist-info → oci_cli-3.71.2.dist-info}/top_level.txt +0 -0
|
@@ -26,16 +26,16 @@ oci_cli/cli_root.py,sha256=-tfaE0aCDZ9T9GqMEVuH3MkaH1WWWuUyhgwkguh496A,35026
|
|
|
26
26
|
oci_cli/cli_session.py,sha256=6H1gMCop3oUAtLJrczv-o25YQ3mde7FxM8QBPoKN5FQ,19033
|
|
27
27
|
oci_cli/cli_setup.py,sha256=Obqp6ndb2zAc_iZRWviCdmYnkjX3Wx0za7EajACpTNo,51733
|
|
28
28
|
oci_cli/cli_setup_bootstrap.py,sha256=E96kk4GkABRj6m07EYEBgSFILaiXGPlqIhcx-sZBmDE,14209
|
|
29
|
-
oci_cli/cli_util.py,sha256=
|
|
29
|
+
oci_cli/cli_util.py,sha256=2XzBMwZIzaxtFDSRuLr0VvZeUvMO7QMMgLkV5lahUkY,130131
|
|
30
30
|
oci_cli/dynamic_loader.py,sha256=L3HvLcQeQzDFLwwpCdugQ0uxnCFqNkKtf6kmHicNgzc,5461
|
|
31
31
|
oci_cli/final_command_processor.py,sha256=DewhCXcPr4t5fY0x6plyRXqi6aCAojr6GCWj1kmNgHg,2005
|
|
32
32
|
oci_cli/formatting.py,sha256=KmGSUO0ojeA-AE3ASL96jJoTq-twsFcs11Ygv5wd4y4,1552
|
|
33
33
|
oci_cli/json_skeleton_utils.py,sha256=kIXcKh2i52cQ_Fz_Dnei8ST3Ud43sEKzslK1PHe4-NE,21013
|
|
34
34
|
oci_cli/oci_template.py,sha256=oTri7oxH6efITNW5IvQTRMUKVhbdjPtDPS14W8sf8zA,1466
|
|
35
35
|
oci_cli/raw_request_cli.py,sha256=47wpowcWbUYbvV7qvULJn3dN5DPfuhAybXa_j7VURvw,5614
|
|
36
|
-
oci_cli/service_mapping.py,sha256=
|
|
36
|
+
oci_cli/service_mapping.py,sha256=VGqqd8amwGKuZCr7u0YAaE4pEimwQwu95QU8b4pRT-8,18227
|
|
37
37
|
oci_cli/string_utils.py,sha256=3Y3NxTdIUPC2s1GydK4NvYbGcgof1yVVIO3SRCWWL9U,1247
|
|
38
|
-
oci_cli/version.py,sha256=
|
|
38
|
+
oci_cli/version.py,sha256=Di4qaVH1vC8NRCzCkusbUt5LIad_IU85OHN8wthSw5s,366
|
|
39
39
|
oci_cli/aliasing/__init__.py,sha256=uJwxV0GYycBZsWaI-c4Ont8howS5O-mqFKp41dWAhUg,440
|
|
40
40
|
oci_cli/aliasing/command_group_with_alias.py,sha256=7CEDGeegZCby30KMxmempqhvgg3IWsGLZFVmjoWLGWY,3354
|
|
41
41
|
oci_cli/aliasing/parameter_alias.py,sha256=HAKD9P9dr8fQCJtto_7RuzIMwraP0xi349GTRIdVgH8,2420
|
|
@@ -54,6 +54,7 @@ oci_cli/bin/artifacts.psm1,sha256=a_0AOHeIThJxtojmWukqWGIivJ5168bjt9pSrDF4-RA,94
|
|
|
54
54
|
oci_cli/bin/audit.psm1,sha256=o6OLC9SKn0tGsETzyMCw9FdrXGo52vM3H1wOiRBBj6g,900
|
|
55
55
|
oci_cli/bin/autoscaling.psm1,sha256=ORRii-W-2L2-hDi5Z_fz1gkCxYGrmguECtDzpqNkRww,2494
|
|
56
56
|
oci_cli/bin/bastion.psm1,sha256=ByI8RboOC1MCGxaKRqz0fgNlvIQ5EFQRyY6VJvOfIPE,4632
|
|
57
|
+
oci_cli/bin/batch.psm1,sha256=ecvXf9576F7N7mMZn_NDMKYzOiGqq09UqZmRJD1Ddh8,10484
|
|
57
58
|
oci_cli/bin/bds.psm1,sha256=3MJV5njzBJL8sPeuCHeSBXzSTM8-NSx-kS1AeUs8-f8,29532
|
|
58
59
|
oci_cli/bin/blockchain.psm1,sha256=KlAwQr9FEDQ5acX_cfgBRjp9QiRd_DYHPObInjFG_ks,6778
|
|
59
60
|
oci_cli/bin/budgets.psm1,sha256=we7aV8Hh_PxtFIwMt1U20544ZXu4Wj-xg8Qm0aeAA38,2622
|
|
@@ -90,7 +91,7 @@ oci_cli/bin/goldengate.psm1,sha256=IIceOnzqAJ3OTq7C-rG7ryxXGbfojN7AzuLGyHmevE8,6
|
|
|
90
91
|
oci_cli/bin/health-checks.psm1,sha256=qL0JL784k7CNIaB2MbmFesGbtajl8_FqMq2EIBuybZQ,4554
|
|
91
92
|
oci_cli/bin/iam.psm1,sha256=oTFoemglrIaCgKb6b1vEuOb4XIxZIWHbevFlCz-3PoI,30631
|
|
92
93
|
oci_cli/bin/instance-agent.psm1,sha256=JygRsRw6wDjfO56ixYrIFQNuV4vIJPPKlohOalYcE84,2227
|
|
93
|
-
oci_cli/bin/integration.psm1,sha256=
|
|
94
|
+
oci_cli/bin/integration.psm1,sha256=QgyAUXX7OajQfaIxgPzxUVwScU5w4M3mILwxoiFIIUM,7102
|
|
94
95
|
oci_cli/bin/iot.psm1,sha256=YZ6uCh5NAVK2vK34rR9pqVeZNfPfzk120JvQEgYxr3g,11167
|
|
95
96
|
oci_cli/bin/jms.psm1,sha256=bfRIPVYc_K1ltg4KSXUaS1EqhGM8WcLsEwLNDJdLB4s,32301
|
|
96
97
|
oci_cli/bin/kms.psm1,sha256=GlSDawk9_ZBwCOHnnpJSwNsrJzmCLGofqcOMb0X5h74,8740
|
|
@@ -165,7 +166,7 @@ oci_cli/file_filters/file_path_filter.py,sha256=O6CALKowiBBOFZK6TDTmQNq9pp56ff-r
|
|
|
165
166
|
oci_cli/help_text_producer/__init__.py,sha256=rQx2CmhtvqtIZWMRp8IVqwFQ8r_i1x0Fsxnk5NIYA8k,424
|
|
166
167
|
oci_cli/help_text_producer/help_text_producer.py,sha256=80oRoL9YhAt5p9HmxEaN0hr9HuCm3w5UrowMsTJzG8w,3036
|
|
167
168
|
oci_cli/help_text_producer/data_files/.gitkeep,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
168
|
-
oci_cli/help_text_producer/data_files/text/index.txt,sha256=
|
|
169
|
+
oci_cli/help_text_producer/data_files/text/index.txt,sha256=93VRl9oBjo2wFirWjzeq7QR6JCwr8SzBQUyz95yf3VE,7277
|
|
169
170
|
oci_cli/help_text_producer/data_files/text/oci.txt,sha256=tPdmLsd0M2x5bxgkxep2xSyKNlTylP7tt1wqGe1Sd1s,7671
|
|
170
171
|
oci_cli/help_text_producer/data_files/text/cmdref/access-governance-cp.txt,sha256=d9qOzyecVt3ux-rimDL4v_QmvQGM3t8WeeGjeyaR9YE,444
|
|
171
172
|
oci_cli/help_text_producer/data_files/text/cmdref/adm.txt,sha256=0RVGwvkB_tBju1Cl-a4509jRUWWQ8P5rODugGYUSHbI,1166
|
|
@@ -187,6 +188,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/artifacts.txt,sha256=ie1KHZ4hK
|
|
|
187
188
|
oci_cli/help_text_producer/data_files/text/cmdref/audit.txt,sha256=AiJS6SyuwdU0gC4-2D7uBMfUXwF2JGqyP8g0rcEPnUM,329
|
|
188
189
|
oci_cli/help_text_producer/data_files/text/cmdref/autoscaling.txt,sha256=M9oY4gTZOQbIaLpHa4onRscCBqe6mITynwmg8R9gRQA,452
|
|
189
190
|
oci_cli/help_text_producer/data_files/text/cmdref/bastion.txt,sha256=VIDj0S96i7OqKAVneTDGfVdaMBED4zpcRr4AM1K8YFk,795
|
|
191
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch.txt,sha256=OXy4R_0-qN-U71bapVKKqx5QkuEaawCEuOReve2Hpl0,999
|
|
190
192
|
oci_cli/help_text_producer/data_files/text/cmdref/bds.txt,sha256=hLJs_FmSRUGD-aR2l0vHJ3V1eLGnydYK7aB1eIpc76c,3432
|
|
191
193
|
oci_cli/help_text_producer/data_files/text/cmdref/blockchain.txt,sha256=i5obkXah6sAhy4HkdYRRNy_ZUiTFd7UQP3LhUDlgtpc,598
|
|
192
194
|
oci_cli/help_text_producer/data_files/text/cmdref/budgets.txt,sha256=4YeN6QankLzZaeQkg_XEjv-T8ApmHfbD7hjG6QH9xbo,318
|
|
@@ -200,7 +202,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/cloud-bridge.txt,sha256=xkIYPy
|
|
|
200
202
|
oci_cli/help_text_producer/data_files/text/cmdref/cloud-guard.txt,sha256=eLgxx0IvvEYnV5uKee5aUl3IcWi-J5s6tSdbWBFSPNM,5303
|
|
201
203
|
oci_cli/help_text_producer/data_files/text/cmdref/cloud-migrations.txt,sha256=6CkIrcOH_ewEHIUv-NFogmr46-Txa12VbBYOs9Zy9tU,895
|
|
202
204
|
oci_cli/help_text_producer/data_files/text/cmdref/compute-management.txt,sha256=jp09qfntFEQbQNj32ixmzD57RHR8l04vr6hJW_M7rso,769
|
|
203
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute.txt,sha256=
|
|
205
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute.txt,sha256=tdy5QgTPa5eV_ruLRaWxi7_7pNkRiGdWrdhsNXaOG5Q,3436
|
|
204
206
|
oci_cli/help_text_producer/data_files/text/cmdref/container-instances.txt,sha256=UUSENuzSi6EEad11i2IfhyLhFeKkaM2noEeudxEHwUI,433
|
|
205
207
|
oci_cli/help_text_producer/data_files/text/cmdref/cpg.txt,sha256=0GEAs5nUq1zeKuoo0z7f1afQad6afAUEJlEjU2gFido,369
|
|
206
208
|
oci_cli/help_text_producer/data_files/text/cmdref/dashboard-service.txt,sha256=hz6OdnhZayjQacifQhsJsK7qyhA4ahKMxAgU0spazNQ,932
|
|
@@ -217,7 +219,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/db.txt,sha256=3U_Q6SY06bhaI5xH
|
|
|
217
219
|
oci_cli/help_text_producer/data_files/text/cmdref/dblm.txt,sha256=cm_bZHc7d2QUkJ2Iqzt_nVdoFlfR2-pqiJFWZDMmXkQ,668
|
|
218
220
|
oci_cli/help_text_producer/data_files/text/cmdref/dbmulticloud.txt,sha256=8Jq4mSHwjzbZsWdZ8nNi83Vh6aLgXpq8DNP_nrtS4jk,4625
|
|
219
221
|
oci_cli/help_text_producer/data_files/text/cmdref/dbtools.txt,sha256=h-H5aNAZ-rLkOuSp2ID_5IjgyAeFuvQKn6qg7Mqtz38,1174
|
|
220
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256
|
|
222
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt,sha256=-w7iY3w4UWWCG_qB-ZnC4vhdFgVF2zXnZkb9PoOpQMQ,1545
|
|
221
223
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal.txt,sha256=t0gSzE-DvO2Q0J2PT_v1LWJP1midlZiJyyu1TRZuK_4,328
|
|
222
224
|
oci_cli/help_text_producer/data_files/text/cmdref/desktops.txt,sha256=RFMT_82TkQa70pcbilNJHgyJDOqHeW_-T_Bib50dJq8,498
|
|
223
225
|
oci_cli/help_text_producer/data_files/text/cmdref/devops.txt,sha256=79FnxxTqIO-1iyqxq_SRelFjF2TIpDRxY0M-WAXrxAU,7303
|
|
@@ -240,12 +242,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt,sha256
|
|
|
240
242
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-inference.txt,sha256=fIv97C_nKwevrNn8O9boR-mQbxzxe5cRmcGdXPpH8f4,1689
|
|
241
243
|
oci_cli/help_text_producer/data_files/text/cmdref/generative-ai.txt,sha256=-hnTzd2WYoUh6XQqxL3CxUVbl2RVH4Lwe5C3xcFqeuE,1846
|
|
242
244
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt,sha256=CGx5uZVD-zW5d7Ni4pedSoJBi_0NKPgPHCiG3ocEWEU,4261
|
|
243
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=
|
|
245
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt,sha256=_ls4W4aaTWnf5iu1AtzWhxyMSDc54UFUrVB5MGcd05k,1007
|
|
244
246
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks.txt,sha256=sAb7CMAf0ymUk717V0t1tgyNvmwWhhe38GETK3-HsU4,599
|
|
245
247
|
oci_cli/help_text_producer/data_files/text/cmdref/iam.txt,sha256=VcHCSEaY5X5DX1E7_5cxrDe5PtGEJteHKKkXlMTJKg8,3329
|
|
246
|
-
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=
|
|
248
|
+
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains.txt,sha256=oDFTKAjE5Lfq1ELVmvDt_eLrO8iahXOycxUk4YMkSJQ,6586
|
|
247
249
|
oci_cli/help_text_producer/data_files/text/cmdref/instance-agent.txt,sha256=wDMzVd7z91guZT2vdV2Aq-te3nF-qr8u87UdWMKapE8,285
|
|
248
|
-
oci_cli/help_text_producer/data_files/text/cmdref/integration.txt,sha256=
|
|
250
|
+
oci_cli/help_text_producer/data_files/text/cmdref/integration.txt,sha256=0HNHtIi6v-wm6o_5ANgnm-6r16mbMkbl361_S1sASZM,804
|
|
249
251
|
oci_cli/help_text_producer/data_files/text/cmdref/iot.txt,sha256=0BUDObwDC-tdu-JV2i3XkzAsvNeTyRkdETVe-_OOp4U,1131
|
|
250
252
|
oci_cli/help_text_producer/data_files/text/cmdref/jms-java-downloads.txt,sha256=67STWu-PlAy0lFgChOLD7G5qNvvD3XXYAx4NqwUtl8I,764
|
|
251
253
|
oci_cli/help_text_producer/data_files/text/cmdref/jms-utils.txt,sha256=t590aQp-4Gp2iDduQ-QLAYfWkwGjlXpbzm9kR8Ne9CE,614
|
|
@@ -277,7 +279,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/nlb.txt,sha256=6Xxftcr815CSKp9
|
|
|
277
279
|
oci_cli/help_text_producer/data_files/text/cmdref/nosql.txt,sha256=3xc3L6zGK7xyNWYlw7uAtaEVUou1KaIGj2N6-RXhClM,771
|
|
278
280
|
oci_cli/help_text_producer/data_files/text/cmdref/occ.txt,sha256=vo_hGQnp3HyLcDtWYOa36Dbe3DYkHJu-8Lc1KMjte8Q,488
|
|
279
281
|
oci_cli/help_text_producer/data_files/text/cmdref/oce.txt,sha256=1Ik9gLpk6PS5-sT4MBTjujCIayo8jYRGrkIgtS6hN2I,405
|
|
280
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=
|
|
282
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs.txt,sha256=3XGsSOkgGBlO9NoE9myimvX8OZsl9wlTj1Gtw9QSDgA,1145
|
|
281
283
|
oci_cli/help_text_producer/data_files/text/cmdref/oda.txt,sha256=UsrajcmOwMFWhiIJgfowZGcyOLlgMMkwK6RoR3VP9Pw,3713
|
|
282
284
|
oci_cli/help_text_producer/data_files/text/cmdref/oma.txt,sha256=66xhqSlxkYwJ8VniVXKMjwuxnTyJFwZR0zis3ceQzd0,853
|
|
283
285
|
oci_cli/help_text_producer/data_files/text/cmdref/onesubscription.txt,sha256=kKBkOlZUGwQBnT50EmsPb_Irkx9qmAs4ym7epwcA9tA,705
|
|
@@ -287,7 +289,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/opctl.txt,sha256=QQnMX7w2Fd6oC
|
|
|
287
289
|
oci_cli/help_text_producer/data_files/text/cmdref/opensearch.txt,sha256=RSGoRSnfkTKnXncj26oA70EtsUOx3LK8-jQMaiTh2gQ,635
|
|
288
290
|
oci_cli/help_text_producer/data_files/text/cmdref/opsi.txt,sha256=M1U7rderbrIosglDYEn00wr24MOEUsu2qC9Qa5XOQ4Y,7996
|
|
289
291
|
oci_cli/help_text_producer/data_files/text/cmdref/optimizer.txt,sha256=7ZqsrntO0cGbaXqZaRa23ajjuGa0WY7kfJZJ0IgdcvY,1070
|
|
290
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=
|
|
292
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt,sha256=QMSMiKlolMneZMxFaMUCWHPaAeRbOYgsJDmIONRFc_Y,1284
|
|
291
293
|
oci_cli/help_text_producer/data_files/text/cmdref/os-management-hub.txt,sha256=Cpfr2MGdJq5kkjZWhXCLqsYB32bIFPFY85WlOakcK2s,4103
|
|
292
294
|
oci_cli/help_text_producer/data_files/text/cmdref/os.txt,sha256=-uPqa3rJdkdcB2TTzxSFTXEQuyvmvOQca9yViOd4waw,1146
|
|
293
295
|
oci_cli/help_text_producer/data_files/text/cmdref/osp-gateway.txt,sha256=sVmmKCSi43wxQNNn0HMZqthA7tgtg1mBGQZaHINDWxc,508
|
|
@@ -997,6 +999,61 @@ oci_cli/help_text_producer/data_files/text/cmdref/bastion/work-request/get.txt,s
|
|
|
997
999
|
oci_cli/help_text_producer/data_files/text/cmdref/bastion/work-request/list.txt,sha256=o7C2blnDiCPSqXPxaae3EyzLDkkX9aGztA4fP8VxkQA,3278
|
|
998
1000
|
oci_cli/help_text_producer/data_files/text/cmdref/bastion/work-request-error/list.txt,sha256=h65AlH-m-a_-fWWUCK0Uu1q0ul3gNkxVhBxdopvOZ9E,3300
|
|
999
1001
|
oci_cli/help_text_producer/data_files/text/cmdref/bastion/work-request-log-entry/list-work-request-logs.txt,sha256=1hhV93OyKUKxnSIfXsqmEwBBk75k5fAqwY1vBSnj6CU,3400
|
|
1002
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection.txt,sha256=z5HSGawggS0JSszWPQJEs3SVyVIZB8ZOzL-NIW6jbCs,180
|
|
1003
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context.txt,sha256=YGC8Mqklslk_-Uz6Hb9W5dI4l3o6a2UdM4nwE9ADVQc,517
|
|
1004
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool.txt,sha256=ybqca39E9x3d8E-K0EAcMYpXEF3Znu6c3z-jFb6baQc,481
|
|
1005
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job.txt,sha256=gqcp0Y4Rg8ZIg1GChhR8LxnXQqdl4aOMAmJsKmFuxL4,594
|
|
1006
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment.txt,sha256=Izd11t253ckmJy5v4jhywoujnGKuttl4vDG-owMC9Uk,618
|
|
1007
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile.txt,sha256=d9BKuMtcFXeTHTLhvlFK9DZIuU0DfCxN5Ma1AozzDeA,512
|
|
1008
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task.txt,sha256=gDE1djAreqB_XHDKMxgVa9hf4vhMKlsotu85ibNaX6A,192
|
|
1009
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error.txt,sha256=prO2iv3lpkrfZGJ48UEXNM9yOFkMR3HaHjy_Vsi87YQ,199
|
|
1010
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry.txt,sha256=HN3g2IWU5y0-aocTbsxPQp3f7ILP9Uk4sGSy4YBpvLo,217
|
|
1011
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request.txt,sha256=9-GLONxO0qn8Dmel86MRTmiG61gfnt3hN6RLwwsmSww,472
|
|
1012
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/change-compartment.txt,sha256=fneoS9YVEOW0Sb7sU9trbtt7zPVSuknLH6ID_aRluL0,4877
|
|
1013
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create-oci-logging-configuration.txt,sha256=Uro4zFrMeVSdkqLlhJ9AkmLa3XMY6jTHmNvttGIQkMs,7148
|
|
1014
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/create.txt,sha256=oJRUkqUWG8j0W42bJnGGxgpytWlmPOYb8U2A3dmZUK4,8498
|
|
1015
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/delete.txt,sha256=5ahPj6u-QkpPT6ChDKeI9-NSLutOBSPKf2QqR0wnf90,4692
|
|
1016
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/get.txt,sha256=SjZy8xrMDsyuPNOj7Izee_ZK_HpHNRHUX8bNg3qOWos,3214
|
|
1017
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/list.txt,sha256=XX9Atlz_FvgtjPUjkalboryANOQgvcoOeIGZaZ79eQs,3659
|
|
1018
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/start.txt,sha256=b83OpEnptEHgqMnQRBngHY-QUtvKWqk0D6Dr4uA082w,4564
|
|
1019
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/stop.txt,sha256=Nb32qmuh8ljybIqTU5d7LPgKTW0KE8aEwL0lA63J7sY,4561
|
|
1020
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context/update.txt,sha256=73Ns5pniJfpRaYe1raDAxRgFZ5uTCOr8AS9-UoRsEIc,7335
|
|
1021
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-context-shape-collection/list.txt,sha256=qWl-TRuQ52E7yNv6FR32HRkDxdYKYo8uy9Bz9R8AvqU,2860
|
|
1022
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/cancel.txt,sha256=_XiQmBprc-ae11oYqyZPidJL9E717hFUiWSkOnDcV-4,5002
|
|
1023
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/change-compartment.txt,sha256=L5TU7OUHSjEeRJ-NFZsrPkCNO80wNFXru2HONUadRAE,5240
|
|
1024
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/create.txt,sha256=PVokESLjT9vgECN_ALT8AH9NbsLP3wSVKpOLZVfp0Ds,7709
|
|
1025
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/get.txt,sha256=q_T6AcF7VZ1ma4ld57KGqeyGrTqbqdGTUBoAhSSmO9k,3606
|
|
1026
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/list.txt,sha256=gWs1wY8m1MezTxsurQoqYNJQgUa4HLEDY5ZHoQBeSII,3716
|
|
1027
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/pause.txt,sha256=pb7vRp5NqXvuylaBJHLAfPOJuHYj8Ua1uNdVqj1HMFc,4954
|
|
1028
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/unpause.txt,sha256=Q5F0BKXg-KBdtgysNbSwFqnn_yVLG0drg8AWazhctow,4963
|
|
1029
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job/update.txt,sha256=aujwE9YgcX21bkgzlc1i3penjophf4T-jy8YESeR1mw,6477
|
|
1030
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/change-compartment.txt,sha256=ICvrfB8AzHzbK8LbH6jlQ86WkgDcGml1DvkTsaCcgGQ,5015
|
|
1031
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/create.txt,sha256=dvXAxBJxmNU6phhIiyx14iYA9bPwA9Lln008psU9ykI,5991
|
|
1032
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/delete.txt,sha256=ogvBkCl7NJRL9VWOQtFz0s9O9pWez8oawjs2bdq7SZE,4795
|
|
1033
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/get.txt,sha256=3NBhRMRtbzRlggE6nhOZQAWvBWYc63nkco2or8xwh0Y,3381
|
|
1034
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/list.txt,sha256=bY3s5h-qeM_bU-WosKMaoFkd_GhzvribF-3RLuCSWDg,3702
|
|
1035
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/start.txt,sha256=LlvM56ZXUA84vUYA0R6EHEejsE672CWMRV9fBg6UeuU,4714
|
|
1036
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/stop.txt,sha256=XBJ0LZNIWA2YIXx2QwEeiq9lbWyYsuseYm2Oe3aWoIg,4712
|
|
1037
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-job-pool/update.txt,sha256=tR7lnQQShpPmXvOku-ADh6uH8IuzHPXRw643XND2kVk,6219
|
|
1038
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/get.txt,sha256=V_i04GrWwHaX0O4orJfuCcRINkGGBMreN5aY_QuWQpo,3898
|
|
1039
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list-batch-tasks.txt,sha256=PmfgGwUNVH33IahLidgLQs_Hhf7A35po3F8K64QEKOc,3294
|
|
1040
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task/list.txt,sha256=BmFGCuFw2YIuU0pqekcI2LHEI7V_gx1vhXsJeqTo_E4,3530
|
|
1041
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/change-compartment.txt,sha256=Y9zKa_-xxZwTMkMR3OeB5knoYz9yas4tfxYvc5HgEx4,4861
|
|
1042
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/create.txt,sha256=gyYmM2V1jUafw19iACsn3OgOy7d3wYRhOh51q0m_eOY,7043
|
|
1043
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/delete.txt,sha256=q_yA7U7LxS4y_cDFpI4_B8RMtsTgBCHMNDspdmIGgNs,4575
|
|
1044
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/get.txt,sha256=k5oKPvvPgrci8Hh5fu4HgmdES_8d_ylwOPKJdTwLfS4,3189
|
|
1045
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/list.txt,sha256=CAaM7eF9d8wnghDS2PLhdg_3SYk1fyLVnXsMST_bi-s,3635
|
|
1046
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-environment/update.txt,sha256=dONfxkF-xfu71CPD3-ScPH4z-FlPZn-Nk7RrrkEtR9c,5920
|
|
1047
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/change-compartment.txt,sha256=7IjyaDZu3fNKX8PjjmpxY0zeTibFmHmiLl2IK13r64c,5073
|
|
1048
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/create.txt,sha256=VsWMx13OvX65Xu-5T_uOVfNOVCK7UFobMabPObGDE6Q,6003
|
|
1049
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/delete.txt,sha256=8hRjpP1Bv_Rf2TW1NlovwxsYmFuBL8f79Ud4fmOHzR0,4787
|
|
1050
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/get.txt,sha256=GNhEVunRR7CFeXHcRk8rq85LVclMwk7OgXXahczzFbs,3405
|
|
1051
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/list.txt,sha256=eEkAcwNJ2vHa0XLQES5sZqKV8uH51B8vLALLOt5uUwA,3607
|
|
1052
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/batch-task-profile/update.txt,sha256=gZw242B-DXXGgFYDQrgI_D2PJrZRKNTRTX7NkG2RAh4,6132
|
|
1053
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/get.txt,sha256=pjMdwzdEbejzGyZ_ruTLPthPmZwBerqxHLi7VaLrbHs,2756
|
|
1054
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request/list.txt,sha256=eTRQd17q5rpdSK5Xk7blVo8wGJA3DherB2E1_xvTZxE,3790
|
|
1055
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-error/list.txt,sha256=BGhkqy-gCJqJE98l_I1qcmSF84f2boCVpcCBRySA0yU,3737
|
|
1056
|
+
oci_cli/help_text_producer/data_files/text/cmdref/batch/work-request-log-entry/list-work-request-logs.txt,sha256=5sgsoZfj7tkFi0UjdJxLvNBYQUYCbuzhEhgs_3wV9s4,3837
|
|
1000
1057
|
oci_cli/help_text_producer/data_files/text/cmdref/bds/auto-scale-config.txt,sha256=gSsfuFiPV4SH1YHXq4hesSuF5s1tPqEW-jpKV7z6XQU,242
|
|
1001
1058
|
oci_cli/help_text_producer/data_files/text/cmdref/bds/bds-api-key.txt,sha256=pPAjjjDzjnxNFxJ5qcwSgJRHhV_T9xgGwVkbFU5AdEg,189
|
|
1002
1059
|
oci_cli/help_text_producer/data_files/text/cmdref/bds/bds-capacity-report.txt,sha256=vaIM49JzL-9CWs421wfUFS1ETYmULoCkb8DRMIoU_5Q,481
|
|
@@ -1380,13 +1437,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/list.txt,sha256=M
|
|
|
1380
1437
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool/update.txt,sha256=sL99dHGedw6ChfGtTXxx0K4-OfDB5yW0sZCs2FMLDHA,15641
|
|
1381
1438
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/node-pool-options/get.txt,sha256=Sz16c5Xw9JlQyYl5YhFlEO9vsDacOxk_tShmbyEILnw,3338
|
|
1382
1439
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/pod-shape/list.txt,sha256=uznrRMTohatRRCPx4yY8fzLxckSIr7K5gC-6xmSNrKE,3768
|
|
1383
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt,sha256=
|
|
1384
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt,sha256=
|
|
1385
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt,sha256=
|
|
1386
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt,sha256=
|
|
1387
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt,sha256=
|
|
1440
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt,sha256=JR5qobYwSDewnTssrnxJK1iAoikCGW463i4wBiIagKk,10773
|
|
1441
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt,sha256=WWBtuE2wOS-X7a-FadkKz2kzXzZqMabyFxxp1BpUKFA,6339
|
|
1442
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt,sha256=Aaqpk5FdM7joTpp-7gg9mcBYZ4GZuqKlPRUCaJ6NG28,4878
|
|
1443
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt,sha256=7obFCHWH0vBqwDQqPD0DSiXbUqa30L2ZIkGjjTcvHb0,4518
|
|
1444
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt,sha256=NLVY7qG7lu0w--6uEBt77SuK0-UyP7wo7PuzSqMC6JQ,5543
|
|
1388
1445
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list.txt,sha256=tI-HBmCDJeQZbWVxwmmjx0al9HzGzcic4KpESqt3ezc,4025
|
|
1389
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt,sha256
|
|
1446
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt,sha256=FXa5dadiK5D1Eeu46srZ88OB3LLcBQMmNYAIq79odT4,11412
|
|
1390
1447
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request/delete.txt,sha256=AZ5gqYZPWCYyFveKcJl4oyAxvQvTyALkb0u3WhwykKs,3143
|
|
1391
1448
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request/get.txt,sha256=UxhugSWmI0ZTUDk4O5MGElm0forba1_VTOlMgxeiThk,2733
|
|
1392
1449
|
oci_cli/help_text_producer/data_files/text/cmdref/ce/work-request/list.txt,sha256=LMnYVeTCnlhNiX-1BwQ4YnS3jS5rlyMikASi7Blzevw,4056
|
|
@@ -1821,11 +1878,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-clu
|
|
|
1821
1878
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-cluster.txt,sha256=ZL9KvhnCaBYyRWOzbGNgqHT8iuYb5Iq21y_L_4zH3rU,252
|
|
1822
1879
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric.txt,sha256=5aivKwFkjOS0iQFbgGC0vZ6R5-SdQ03YsqaTA5XXea8,229
|
|
1823
1880
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host-group.txt,sha256=ksToD6D-UJRNYCvWORKjKoGVc9JBemvq5vQDdIzqB70,217
|
|
1824
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host.txt,sha256=
|
|
1881
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host.txt,sha256=_dhQhf-RRkw_kItS-rBehJ-1obXXT86ht98qfaw6gaQ,266
|
|
1825
1882
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/console-history.txt,sha256=Ng-g5AHdeX4XEcWVXRRiu6PpbS9PoDWzw7nauOrg-Bg,559
|
|
1826
1883
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance.txt,sha256=Co9Qs0r1W5K90nfUnYK6JeVg_WMmKCx70VVaobAOroY,200
|
|
1827
1884
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host.txt,sha256=TD8LCpCGsrY8vjtGe9BsaA9sQJTRrGgPQvj6W-M1Hb4,506
|
|
1828
1885
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/device.txt,sha256=EFHr_ihVJcjNu6bXfFtWsYf81l8o5KcHG90_NLBf1lA,203
|
|
1886
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle.txt,sha256=P8Mw0_97neU3L_guQ-rw45cQJJw-miSRhrYxbBBTG_E,188
|
|
1829
1887
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema-version.txt,sha256=fNzP0VjZUkOoI3-1xtGLAGsc9pSpX3_4uDjvB-NPOCY,199
|
|
1830
1888
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema.txt,sha256=66FIseF-X9uDL_W_EcxdUSoDPNGhs0dPAtZtMwxtY18,175
|
|
1831
1889
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/image-capability-schema.txt,sha256=kb-b3RRjinpqIHhz1_7PO-UuQTvDM-2KB_kCvW4uWPM,206
|
|
@@ -1884,8 +1942,10 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fab
|
|
|
1884
1942
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric/get.txt,sha256=zVUI4zoxBs2NolQ43WUamibEbpEH2arVSwEItGHmgOY,2906
|
|
1885
1943
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric/list.txt,sha256=zlmLCnDqubbhcxn25xdBCq8PVIaeA8DOxXeovYHMNp8,5213
|
|
1886
1944
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-gpu-memory-fabric/update.txt,sha256=mmtKBS5bkVqwSdEGaaMdIty6WK1tyRybE-9msCrS0Vg,6158
|
|
1945
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/apply-host-configuration.txt,sha256=z5f04vvTB0mPmK9sDEazwK6gYdkeWOQ78JqWYJqXf3s,4176
|
|
1887
1946
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/attach.txt,sha256=3gg3bRNDEFIIUY8yud7Y3tBcInChHcZnzEpP6JYDq8U,5355
|
|
1888
1947
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/change-compartment.txt,sha256=GCbbsmqy2U3ikbhhkp4zpl5Z2DDDK-gw6jRAv5LP4_4,4578
|
|
1948
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/check-host-configuration.txt,sha256=SzfE0Dl3twbzZu12h-akNoqxGCCHk4X1CFhRdQceAck,4168
|
|
1889
1949
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/detach.txt,sha256=_FQB8wVk7Smt7jqZS9IbyukkVMe2BUtE-CDaFNfewcE,5389
|
|
1890
1950
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/get.txt,sha256=-kqav3499nQFVBkjFn--twwtttaFfK9viy1AIqTJuSU,2763
|
|
1891
1951
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/compute-host/list.txt,sha256=KM_c-oRptPKouQEPiR3xvFD0rXFwJp1FKjr5ej36cs0,5188
|
|
@@ -1916,6 +1976,8 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/host
|
|
|
1916
1976
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host/instance-shape/list.txt,sha256=BEz39MCxJZ-QNG3ft50vh31-FxacNA91rjjCWxGnXUY,3854
|
|
1917
1977
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/dedicated-vm-host-instance/list.txt,sha256=0YTbeeE9FoYuF9VC3z5fLj6cejx8MCVZL4kFuQJ1wH0,5388
|
|
1918
1978
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/device/list-instance.txt,sha256=1exPOVMo5rYMaSPgq5elQ_ycDi_9n0CKNU9CFqgYd70,5534
|
|
1979
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/get.txt,sha256=iuoh_-20gU-hawJlDrfZoCKCd6_kYzaEUNnXk8Y48x8,2821
|
|
1980
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/firmware-bundle/list.txt,sha256=4gWKFlJf42UmEZNRX7pN_umCiCV8jID98lv_4eMtQfc,3822
|
|
1919
1981
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema/get.txt,sha256=meCyQJ9b9D2olVt3JbSeAiUjuUvTSslH7v-rRyHhdGE,2958
|
|
1920
1982
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema/list.txt,sha256=wKJdMn1IlKmdObJem6xmuL0VemUdol_6dRLheZMEudw,4163
|
|
1921
1983
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/global-image-capability-schema-version/get.txt,sha256=EAGUhdEYp2OcW7PHuVXcPumXalH6Pk6FwcKtObwI934,3517
|
|
@@ -1983,7 +2045,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/compute/pic/subscription/delet
|
|
|
1983
2045
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/pic/subscription/list.txt,sha256=Mq3TnSjYFqm4HYYicl76ZRKkXoaQ-tSiBa4ZbFhhCvc,4349
|
|
1984
2046
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/pic/version/get.txt,sha256=WOIvPKyN36rnldk39g6j-GHRqGz2TQ28S7mldCW0_z0,3021
|
|
1985
2047
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/pic/version/list.txt,sha256=MWDLtuJXErecpHipjZo9e72bb7xICiFJpH3xkFqbAxA,3592
|
|
1986
|
-
oci_cli/help_text_producer/data_files/text/cmdref/compute/shape/list.txt,sha256=
|
|
2048
|
+
oci_cli/help_text_producer/data_files/text/cmdref/compute/shape/list.txt,sha256=GmfpFmyG3pPrrLFADV0Ku4RKgW1ZQPYNa4rT1vT_jfc,3698
|
|
1987
2049
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/vnic-attachment/get.txt,sha256=vLu8GdNyl77FZLuW0nCamOF2PmNqKWCxB-EGoaU5ubc,2799
|
|
1988
2050
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/vnic-attachment/list.txt,sha256=ryfdE98ZbNwdFfFmuHDy6sZngpaNDfP8WXQcIXyYw1o,3794
|
|
1989
2051
|
oci_cli/help_text_producer/data_files/text/cmdref/compute/volume-attachment/attach-iscsi-volume.txt,sha256=lf3CyxXM42tCY8Dg4i_dgBRCI1GwShpZ2e5iGfu1wIg,6376
|
|
@@ -3150,7 +3212,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-v
|
|
|
3150
3212
|
oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/disable-trigger.txt,sha256=b18KUVGJi8IRU-FrdUpL9BSxO3Hgqw_x_RWcDcd3Dsk,4543
|
|
3151
3213
|
oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/enable-trigger.txt,sha256=ph7KLPPDAviJ5atx_aLxGtnjZ6kNTmwfIZ6HtZtoU7k,4536
|
|
3152
3214
|
oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/get.txt,sha256=QwoodUFlgvAsakJe9XfRcXRR0xGk0evVLyK4Oh05ZiM,2861
|
|
3153
|
-
oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/list.txt,sha256=
|
|
3215
|
+
oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/list.txt,sha256=eDfbzhOoRmkQRLdzjlvdBuHBmamH6lZq-Pd4Mq0spXo,4276
|
|
3154
3216
|
oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/recover.txt,sha256=5Gyu5rIxo2rx6PkYUoUetRyWdRaO74OHIV2N6ET0BxI,4479
|
|
3155
3217
|
oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/trigger.txt,sha256=1Bv9iL84Qx80OA0zo2TT4shQEhSdllCRZK3Ci73eXRA,4907
|
|
3156
3218
|
oci_cli/help_text_producer/data_files/text/cmdref/data-science/ml-app-instance-view/update.txt,sha256=nGpbYayT0zCJtwitKz0jzUxU_WhR7NzdT9MjkHUKDRI,5449
|
|
@@ -4551,7 +4613,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delega
|
|
|
4551
4613
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegation-subscription.txt,sha256=NkKtm_Ic9AVj88tkB_00_wP_4RPLXk2YDuwiWiWCySw,222
|
|
4552
4614
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action.txt,sha256=K1pxnczoLn3fXEb69RjEEnoCrS6mA4J4nmCKhWfcrv0,491
|
|
4553
4615
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider.txt,sha256=XaTh_oQfhdSgURsZ4xHjC2ncX9eZmqSaIH5e-_KDic4,234
|
|
4554
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=
|
|
4616
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt,sha256=doUk4SY84hJ3YlA6Nr8eIsXWFpwj8RmMcs6t5LtLF7A,870
|
|
4555
4617
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/approve.txt,sha256=MhLD-x9bCmKvvasnOFWoKW5oRQH3OoPBPV-0cjjMkec,6579
|
|
4556
4618
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/get.txt,sha256=TqWEy57S82HoGpE5IYzLqsOLsjcSyHqdbVYJNyuvyoo,3025
|
|
4557
4619
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/delegated-resource-access-request/list-delegated-resource-access-request-histories.txt,sha256=faWLxm1E7a-lTE98IpFOzJSgzUGqjHLnhkprhNwf0IA,4078
|
|
@@ -4578,13 +4640,13 @@ oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/servic
|
|
|
4578
4640
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider/list.txt,sha256=XmfJk4pas7iAUcq3qO3tlV0suwecD95IoCSMgOjTYh8,4352
|
|
4579
4641
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/get.txt,sha256=Nkh8Npn1mOhLIezCXoJ-tI20bTaESLzxrtnVhn_WmP8,3000
|
|
4580
4642
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/service-provider-action/list.txt,sha256=gAB2K7OtFUTzVeXKCZypa59OW9ZHw493A7cy_vPA4kI,4301
|
|
4581
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=
|
|
4582
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt,sha256=
|
|
4643
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
4644
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry.txt,sha256=yXFFNx2EggIMer0AwaJzYHrqMIuES6UE2mBg_EBPvyo,178
|
|
4583
4645
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request.txt,sha256=dxEKeiMav_lfjcdaaI9-_UGvwhBIh67w2lt6jnsHDUU,144
|
|
4584
4646
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/get.txt,sha256=rckcRFUnpe5zNo2n5FJlPiJPlrtH8WI4nJhJ-vaG8mc,2858
|
|
4585
4647
|
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request/list.txt,sha256=6bKo6Xd4ZnkomFhhG7Cg5K1ALSbLqPzxQRi95_vrauM,3940
|
|
4586
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list.txt,sha256=
|
|
4587
|
-
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry/list-
|
|
4648
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/list-errors.txt,sha256=DAXAmKHwtOtQEOdKrjX9eCl_UJpGsX1sxK3EhMWFVek,3685
|
|
4649
|
+
oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-log-entry/list-logs.txt,sha256=tqtbVNP1G-N_2ZizJaHOGxXj4WrJCiGfnmjzo02oy5Y,3685
|
|
4588
4650
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal-collection.txt,sha256=R9lAYqkLxobM6BMsxiIeokL-Fk3nn7LIN-2UrwWDaH4,273
|
|
4589
4651
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal.txt,sha256=GfHJjMEBUGSMNQzK26MRashovglq-RB0hAB0KabZzmE,486
|
|
4590
4652
|
oci_cli/help_text_producer/data_files/text/cmdref/demand-signal/occ-demand-signal/change-compartment.txt,sha256=7Do0W43MRKnHP3XJhOjI6_2P43RMh0iHKzAOBO1skag,4101
|
|
@@ -4928,7 +4990,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-exec
|
|
|
4928
4990
|
oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/pause.txt,sha256=kzK-WObTYJdWJUGvaBetkV1TzHklGYkK7_K7Nd8qk78,4960
|
|
4929
4991
|
oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/resume.txt,sha256=DGI0xWyEC993ddssYOS_8vN9v6meLte7M9ZN7OelYZc,4966
|
|
4930
4992
|
oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/retry.txt,sha256=zSHhefH2r9frqaxwPJckz9J_Ys0QUKaOG4TjGJbxOMg,5178
|
|
4931
|
-
oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/update.txt,sha256=
|
|
4993
|
+
oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-plan-execution/update.txt,sha256=WYlZNBaOqMoqVJoFKTEWyENx1OQQp9VxyyE1po6JQ9E,5967
|
|
4932
4994
|
oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-protection-group/associate.txt,sha256=nxjgf4LcHMJRJgIVXOynqfRb7Mwl7MwcRxFnT0mjJfk,5532
|
|
4933
4995
|
oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-protection-group/change-compartment.txt,sha256=mGLYcAYViUbwLugTYUBm9b9ZSjXtU1Uz7DlYPyHRGK8,5175
|
|
4934
4996
|
oci_cli/help_text_producer/data_files/text/cmdref/disaster-recovery/dr-protection-group/create.txt,sha256=45wPpcn8E9fMGkDBNO_74SjEp-A17f9NFN1YfPMtslw,7328
|
|
@@ -6042,7 +6104,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request/list.t
|
|
|
6042
6104
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-error/list.txt,sha256=mM7933GbwKuX0WkzM9ICcIlofLzF0dtEm1JEggY5S8w,3254
|
|
6043
6105
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/work-request-log-entry/list.txt,sha256=xjSUcQP-n638zxuoqC-Knb6LUZljV-Ei_Pkses53IxI,3264
|
|
6044
6106
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule.txt,sha256=TGKSIFXpaqCm_i79P_45Ebd4PsucVoWuEsI7tZ5QNjY,747
|
|
6045
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=
|
|
6107
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt,sha256=c7YYn1QO_LFiWFuv7QE3p-4tkHM4Ki5xytbGvy-8yig,273
|
|
6046
6108
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/enforced-governance-rule.txt,sha256=RDRdSpzYGqJnCo6y7PuBQ_ZkcVJ2onD8j7eJ_XzkJqI,247
|
|
6047
6109
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/governance-rule.txt,sha256=2-seomAEnKzfLBZpyOXCnbQGzFsJUEIf7ADX-cnRFpU,495
|
|
6048
6110
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/inclusion-criterion.txt,sha256=JEuQKkXKeNrLIzj1w1jWA5bFCHTplrdt4DvoPgwAtLA,337
|
|
@@ -6069,14 +6131,14 @@ oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane
|
|
|
6069
6131
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/get.txt,sha256=i8WAuE9C0aiFREzasEgQhanoMQA0Zu42ny_9IlNZQ9g,2946
|
|
6070
6132
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/list.txt,sha256=F3anQhXRAyXnnBE88LCeU_lJe3SSc5ZvHc6onlWtvD0,3984
|
|
6071
6133
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/governance-rule/tenancy-attachment/retry.txt,sha256=qa6p72Z1SkQKtz8UXQcxrQtd8aWPrarBgwKJnVUh0_A,4369
|
|
6072
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=
|
|
6073
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt,sha256=
|
|
6134
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
6135
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry.txt,sha256=yXFFNx2EggIMer0AwaJzYHrqMIuES6UE2mBg_EBPvyo,178
|
|
6074
6136
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request.txt,sha256=XhA8S7RfdK8Ov6-V5ASYx1yUrY-4TGbAgx6pBLlyMDw,154
|
|
6075
6137
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/cancel.txt,sha256=2zgmz-dj-DtqA8oB4SldkITajH6RTedoLVHcY--4Cv4,3271
|
|
6076
6138
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/get.txt,sha256=g2fubrQuDdXAR4-KFaWxwdwnVgeP5Z0QF26mzLGMivw,2879
|
|
6077
6139
|
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request/list.txt,sha256=joyihZemELpaWSYss6_8BYj8QPq2HP2vYa4pDUoIYtg,3669
|
|
6078
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list.txt,sha256=
|
|
6079
|
-
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/list-
|
|
6140
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/list-errors.txt,sha256=WfcrwoBCPYzyzkJgHcvzuSNih3lcpys-3AxQo_EAEI4,3733
|
|
6141
|
+
oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log-entry/list-logs.txt,sha256=Qe5iVlZRWEfJYptW4AXLDPN-xF26dMkjYxAPaOgxXhw,3733
|
|
6080
6142
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-monitor.txt,sha256=WJlsQ1wPbzczvAUiVMicgaFHnPscAMDiPb8Kj0xMxc4,245
|
|
6081
6143
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe-result.txt,sha256=zcygFnKRIn4cHdPQafl50bhiLeErptIAUpven3duA6k,387
|
|
6082
6144
|
oci_cli/help_text_producer/data_files/text/cmdref/health-checks/http-probe.txt,sha256=f2WhMEjdazb6skkMW2nlG0NRt4KB6Jhwv2m58NBIcDA,196
|
|
@@ -6331,6 +6393,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/identity-sett
|
|
|
6331
6393
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/identity-settings.txt,sha256=m47byEGrKyFaSQvhZ33RNTS4Z6vwEvABqU0HY4CZtd0,407
|
|
6332
6394
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-setting.txt,sha256=wyuutyu226uJ316ilxOa6-zWWIWuu7TLcX5UV_rWqFM,137
|
|
6333
6395
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-settings.txt,sha256=Rndjxvqgitgjquxrt8ZWxHz3CW4oXS1Rmf0qICkLMkA,399
|
|
6396
|
+
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute.txt,sha256=KEj3p4UmHozP-rraZx_oUTNCSTzWrLq4o8uVdmtYub8,179
|
|
6334
6397
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/me-password-changer.txt,sha256=wHprkFMAk3Ks2gS-zHrx_SpGm8zvZG4Xmiy413V_5Ng,170
|
|
6335
6398
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/me.txt,sha256=3QRQeqvsaE7j7WwVvUWgt4H3svf6pWbQslZfWVZ0JlQ,119
|
|
6336
6399
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/my-api-key.txt,sha256=aVbOBxm7wLydIg3SNNjJoaS6OYPsdyUjd9XaevpxUIU,147
|
|
@@ -6534,6 +6597,11 @@ oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-setting/
|
|
|
6534
6597
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-setting/put.txt,sha256=LgsG448WtyxqNXTno3jNQRuSOiQ8sTYX_ZAz4ehvJds,14145
|
|
6535
6598
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-settings/list.txt,sha256=Je4H8xl0WNZg1Ep02lBcn-yHOgX9LZGkSs2RwzeLB1k,4774
|
|
6536
6599
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/kmsi-settings/search.txt,sha256=uOkcjAu2SisMr0CGoQhEDxKky0Rr1jBNYhI2Xt6pR9U,5720
|
|
6600
|
+
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/get.txt,sha256=sZzF2q_-OdvTXj5-Fid4RFfOmJtk1GnjsPX743aZzH8,4733
|
|
6601
|
+
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/list.txt,sha256=LvabntCeXNqQlm0F--tq5whjZ0PkmThGPhIeT8jio6Y,6597
|
|
6602
|
+
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/patch.txt,sha256=2txHSTl_Hg_pTczXfLrBD3iV-ny9_oTdO6plLlZ2A60,6652
|
|
6603
|
+
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/put.txt,sha256=21TS54OvYHFK7SUmJGfT-jvn0UUPRnJoj_1ngL7djYc,14920
|
|
6604
|
+
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/mapped-attribute/search.txt,sha256=v2UWQRMpuZH3LOWzbdI_W7slQ8z8Tkczn46AyRKIcwM,6792
|
|
6537
6605
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/me/create.txt,sha256=LxB-kgzBHBozDn5Yvljg27k5vqDuOxVCM94jJrLfgBc,34382
|
|
6538
6606
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/me/get.txt,sha256=zaESRifbSGi6ocYluAslM036nFgjanaP1-hAu3UtJ0c,4299
|
|
6539
6607
|
oci_cli/help_text_producer/data_files/text/cmdref/identity-domains/me/patch.txt,sha256=DLQtXcgQeWwnnHmeU-4MBztDCkb0kw8s7KMgiDwWEkU,6276
|
|
@@ -6726,7 +6794,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/instance-agent/command-executi
|
|
|
6726
6794
|
oci_cli/help_text_producer/data_files/text/cmdref/instance-agent/command-execution/list.txt,sha256=wF8sa1Got3XGeX9ZH0S5kIoOv4BZ9QZ7xFTA1ilcztA,4750
|
|
6727
6795
|
oci_cli/help_text_producer/data_files/text/cmdref/instance-agent/plugin/get.txt,sha256=W7B9-3Q1MvxEOXLQs-zECIILV0YB1AfIJyk2Ah0JidE,3370
|
|
6728
6796
|
oci_cli/help_text_producer/data_files/text/cmdref/instance-agent/plugin/list.txt,sha256=8sc0IguUj-uiZma6Fy3rPthLglDe7c-BrHKQ-LAEy48,4650
|
|
6729
|
-
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance.txt,sha256=
|
|
6797
|
+
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance.txt,sha256=MDkWDPu9iCZKnxgk9h6DRV7-_ODvYM915KpRlL6meqQ,645
|
|
6730
6798
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/work-request-error.txt,sha256=qn8458MLCQYp0LHckrlKnI2tXj2ayAUpi_i3vAvBnhM,156
|
|
6731
6799
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/work-request-log-entry.txt,sha256=OGsl7FGSWive72mZNTbfHnpSg1UWCg-sY4_ui3tLoFw,187
|
|
6732
6800
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/work-request.txt,sha256=h7594_Gl9fWBvGtv7ML6JyUS0i7brLfHkuaYcLdIJtI,146
|
|
@@ -6734,10 +6802,12 @@ oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instan
|
|
|
6734
6802
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-compartment.txt,sha256=qhGuAV6W_tL2O8XWf01UgniEXoFqgiBOn8ODVl7pwUY,4171
|
|
6735
6803
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-network-endpoint.txt,sha256=_8K0LtLB0xRlakM89oR15-1ZFVomvdgFJVj-2ZTQ4Cw,4652
|
|
6736
6804
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-none-outbound-connection.txt,sha256=nmlUrb-Ou3s7jZfYPgFA5aRq9FMkOVS3L-yafSdf_0U,5543
|
|
6737
|
-
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt,sha256=
|
|
6805
|
+
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection-private-endpoint-outbound-connection.txt,sha256=9Nbt5JipP4BYtYESUukMltekSFsyr65TV7-xWFDI2ac,6905
|
|
6738
6806
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/change-private-endpoint-outbound-connection.txt,sha256=24jlK2bes1FJOCk2YFJJfna6NzFvYo-MVMvFHSZn8ao,5906
|
|
6807
|
+
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/convert-instance.txt,sha256=HSHOXeMPkOmH00wr7VVRv3zL5fJlm3UmwWgGK32ygD0,5847
|
|
6739
6808
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/create.txt,sha256=ToYzZu4YyFyUbdsKxvzzJi34r_yIwMyuz7Gpnb1nuWI,9580
|
|
6740
6809
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/delete.txt,sha256=S7-nhX1kB5IWyhSUK3heauGraOHCwsrtRY284yMqupU,4125
|
|
6810
|
+
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disable-process-automation.txt,sha256=Q5Cl6WdgRYHTvsy-AaPB30fMFeNcSmS-BE-OS1GZboQ,5296
|
|
6741
6811
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/disaster-recovery-failover.txt,sha256=CV5QvHlGEm3EUzxD7fVBNFzqOHV0GrJRxytnAQjq5Zo,5562
|
|
6742
6812
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/enable-process-automation.txt,sha256=yA14413eeYXUyWAdGEVnOq69R2_-JV7B39v_P-fEBZk,5291
|
|
6743
6813
|
oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/extend-data-retention.txt,sha256=Ch8f0HbDoP60-jr3MJupjweVYe98ykwKlfRckQiDLGg,5726
|
|
@@ -8591,7 +8661,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/datastore-cluster.txt,sha
|
|
|
8591
8661
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/datastore.txt,sha256=vtqr5FJBwNni9kY0N3YIWZtTmcIpq7Y_rEbwsEmLujc,314
|
|
8592
8662
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/esxi-host.txt,sha256=3XlzzgEm2_30zY7U1GLsczXjydpyaQPbhfQe0QZOyNk,595
|
|
8593
8663
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc.txt,sha256=CQIa9hSYJnwoobEX5L5exWya62jdTqef1MeFHPTHJfA,869
|
|
8594
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=
|
|
8664
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error.txt,sha256=ZxoepGdGREXWenGVP3Qyls1wdmx62TKkJKmerSEzXtk,205
|
|
8595
8665
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log.txt,sha256=fs9KJ3jJXaOETQPekNTmRBNWcIKD2RR73TqDpDwqg0w,186
|
|
8596
8666
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request.txt,sha256=JsRn0O40f8wgM-fzmtn9GwtokAjlBR-JxCZhkR4Gs7Q,138
|
|
8597
8667
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/cluster/cluster-summary.txt,sha256=pLPiks81e3MqChnbwdgxDE7clmIpPTpXEFgIW6Ltmu0,142
|
|
@@ -8642,7 +8712,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/upgrade-hcx.txt,sha2
|
|
|
8642
8712
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/sddc/vmware-versions.txt,sha256=m4clNikhQUUKWlx82slj-0wdjduin6FUzPTa88PYGe8,3856
|
|
8643
8713
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/get.txt,sha256=z4e7OTgvFK4t5mQpO_pNfq4huGQkk7G-cbCxMpF_sJU,2753
|
|
8644
8714
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request/list.txt,sha256=J1VajzU0sQ6K-JJhtrF9SA8jf7sgzYyK2Y9AiBp9MWI,3475
|
|
8645
|
-
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list.txt,sha256=
|
|
8715
|
+
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-error/list-errors.txt,sha256=AKEsvDP_BPpwIpE7Uj4h05E0cHOIYw9_Tzc5B2YDX54,3477
|
|
8646
8716
|
oci_cli/help_text_producer/data_files/text/cmdref/ocvs/work-request-log/list.txt,sha256=CIPoPqMHZgo_nuB86av18RWXnjRPT7KrMirxGD9zS4I,3434
|
|
8647
8717
|
oci_cli/help_text_producer/data_files/text/cmdref/oda/instance.txt,sha256=_b_Ex624M19PWRxvuNsTxRZ0zFDgRrg5OTPEEZwfGQs,213
|
|
8648
8718
|
oci_cli/help_text_producer/data_files/text/cmdref/oda/management.txt,sha256=R6tp9PluDlG4rGspEEwcEPtlTVwc3es0AhfckcgoarM,2997
|
|
@@ -9245,7 +9315,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/recipient-invita
|
|
|
9245
9315
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/sender-invitation.txt,sha256=LvBcZIPE8MckCZXFt-eNFLe1BBKS1p_bAhnThYtLLwk,358
|
|
9246
9316
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping.txt,sha256=mbw2t-OP0ADliaCjfcdUOOBRjMz9PJ39gZbLC8ace5Q,178
|
|
9247
9317
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription.txt,sha256=lnJu1PYHCPCeSWdWV6inKAMLsAQY-Ww0gtXqNULrQ40,220
|
|
9248
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=
|
|
9318
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt,sha256=rivEQ094k4chVe7rLhnzUE3U6HveVjmqHEPljx4Fxsc,173
|
|
9249
9319
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry.txt,sha256=8wFPE3-I-Zm0sDOPE-9tFU9u964tYYVEffc55hPiY_w,173
|
|
9250
9320
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request.txt,sha256=CqqYgMRHLcb9v40j_5zXV2wEzzXEkDylVzIvshuOTU4,318
|
|
9251
9321
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/assigned-subscription/get.txt,sha256=AwqErWMRoyk8tVVqwUBHvdLni7tP5X55ZBEvYFZ-Z2I,2897
|
|
@@ -9297,7 +9367,7 @@ oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-map
|
|
|
9297
9367
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/subscription-mapping/list.txt,sha256=TiRDrCLQILEukUPVG0o6LozxBaPSGcfNQL-7T5N0BU8,4081
|
|
9298
9368
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/get.txt,sha256=u3xZcULvHfC8_00vtJMMFWyXLEwl0CyFJye5_00seXU,2792
|
|
9299
9369
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request/list.txt,sha256=RfNH6PhTlDWmW8J2TMAE_TAiA7v9FTBs-zzMAqmbWgc,3388
|
|
9300
|
-
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list.txt,sha256=
|
|
9370
|
+
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/list-errors.txt,sha256=M9zzXtZ611NgeYiUIr77AXPQeyi8otUhg7wvbIOjPAw,3445
|
|
9301
9371
|
oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-log-entry/list.txt,sha256=TcjJ0NUHeGEZ1AZ8bOmsgzrbrh3jCbZoWXUDewYD86U,2654
|
|
9302
9372
|
oci_cli/help_text_producer/data_files/text/cmdref/os/bucket.txt,sha256=C_uqazUqUyr_c5g9WVWFuADexOW0phQcpxu6BUSq3N4,678
|
|
9303
9373
|
oci_cli/help_text_producer/data_files/text/cmdref/os/multipart.txt,sha256=0bzYywL0aSnkDEALLRBzGMur-kLC4MdpXEVSS60lFpM,109
|
|
@@ -10997,6 +11067,14 @@ services/bastion/src/oci_cli_bastion/generated/__init__.py,sha256=Z9A-SZWUELuqtO
|
|
|
10997
11067
|
services/bastion/src/oci_cli_bastion/generated/bastion_cli.py,sha256=E-pH51meosa-sZ9aK2pqHuvCyizSRnlzh3abuLK6G6M,81584
|
|
10998
11068
|
services/bastion/src/oci_cli_bastion/generated/client_mappings.py,sha256=d6VJZYXdJDeg0BsJt-XAQkI1haVaX7FRoxU0uOYVDtg,782
|
|
10999
11069
|
services/bastion/tests/__init__.py,sha256=Z9A-SZWUELuqtO8NTtvWpSRNiyT92VI7R1NC1H35mdk,437
|
|
11070
|
+
services/batch/__init__.py,sha256=H3o58rdxCkfF7JGEtDEl60fHrGKbmk6UFv1o5LYsp1U,437
|
|
11071
|
+
services/batch/src/__init__.py,sha256=H3o58rdxCkfF7JGEtDEl60fHrGKbmk6UFv1o5LYsp1U,437
|
|
11072
|
+
services/batch/src/oci_cli_batch_computing/__init__.py,sha256=H3o58rdxCkfF7JGEtDEl60fHrGKbmk6UFv1o5LYsp1U,437
|
|
11073
|
+
services/batch/src/oci_cli_batch_computing/batchcomputing_cli_extended.py,sha256=Vn6QGzOFJxYDSKBXY6_3JpFPkY4hHEOsW58QiR5cjrk,6245
|
|
11074
|
+
services/batch/src/oci_cli_batch_computing/generated/__init__.py,sha256=H3o58rdxCkfF7JGEtDEl60fHrGKbmk6UFv1o5LYsp1U,437
|
|
11075
|
+
services/batch/src/oci_cli_batch_computing/generated/batchcomputing_cli.py,sha256=rdIuZX14KNVeeWcNX1Dnwh2UNO9hcuFb3WehC4B1Ztc,215564
|
|
11076
|
+
services/batch/src/oci_cli_batch_computing/generated/client_mappings.py,sha256=ZgAD2iMqhkqWTmfISM-MghBgXR-y36oLdzBhI7TC8RE,790
|
|
11077
|
+
services/batch/tests/__init__.py,sha256=H3o58rdxCkfF7JGEtDEl60fHrGKbmk6UFv1o5LYsp1U,437
|
|
11000
11078
|
services/bds/__init__.py,sha256=qZIV9NWDaAoIN1tgeDvLjWmJyX0ZH8N44pGmRuJvGz0,437
|
|
11001
11079
|
services/bds/src/__init__.py,sha256=qZIV9NWDaAoIN1tgeDvLjWmJyX0ZH8N44pGmRuJvGz0,437
|
|
11002
11080
|
services/bds/src/oci_cli_bds/__init__.py,sha256=qZIV9NWDaAoIN1tgeDvLjWmJyX0ZH8N44pGmRuJvGz0,437
|
|
@@ -11145,7 +11223,7 @@ services/container_engine/src/oci_cli_container_engine/__init__.py,sha256=v5Dz5s
|
|
|
11145
11223
|
services/container_engine/src/oci_cli_container_engine/containerengine_cli_extended.py,sha256=M7HAX91ODhLSbnAuwi4Bxt27_ww1LQvkzZIN-LBuyX8,52631
|
|
11146
11224
|
services/container_engine/src/oci_cli_container_engine/generated/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
|
|
11147
11225
|
services/container_engine/src/oci_cli_container_engine/generated/client_mappings.py,sha256=yROuVMlwbZaCedv0NqTjRfFs5YOvzANDTkJ-T4SOGkk,870
|
|
11148
|
-
services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py,sha256
|
|
11226
|
+
services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py,sha256=-MN3PvZK7LYlSM1chPKQIMs0wNKxa00HINWQeKZ3HJE,235102
|
|
11149
11227
|
services/container_engine/tests/__init__.py,sha256=v5Dz5sPp7_ou6e3lrRs-13H-iMfzA1hF1IUrUYaLkbI,437
|
|
11150
11228
|
services/container_instances/__init__.py,sha256=1Lr5-m2C8xLHeDCNvqb8VH1JzuCQ1EDIELGnyFexdC0,437
|
|
11151
11229
|
services/container_instances/src/__init__.py,sha256=1Lr5-m2C8xLHeDCNvqb8VH1JzuCQ1EDIELGnyFexdC0,437
|
|
@@ -11164,10 +11242,10 @@ services/core/src/oci_cli_blockstorage/generated/blockstorage_cli.py,sha256=L65Z
|
|
|
11164
11242
|
services/core/src/oci_cli_blockstorage/generated/client_mappings.py,sha256=0OkpWQznzF_ciITs37zKbOPBHmS3gT6Cnhorx5Cd-Zk,776
|
|
11165
11243
|
services/core/src/oci_cli_compute/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
11166
11244
|
services/core/src/oci_cli_compute/compute_cli_extended.py,sha256=gNAozHuyHCW624yaH_9mhMhuDORqnK6EnEePbAEFlu4,93412
|
|
11167
|
-
services/core/src/oci_cli_compute/computepic_cli_extended.py,sha256=
|
|
11245
|
+
services/core/src/oci_cli_compute/computepic_cli_extended.py,sha256=4nUdzif2hp2ZEGfmprXHiWBba-3cuDfttjSTb6OSeu8,7498
|
|
11168
11246
|
services/core/src/oci_cli_compute/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
11169
11247
|
services/core/src/oci_cli_compute/generated/client_mappings.py,sha256=mxERP53mnReNsGqmXRrKoNtuTGxYLo0YRLXcTtuVCMI,761
|
|
11170
|
-
services/core/src/oci_cli_compute/generated/compute_cli.py,sha256=
|
|
11248
|
+
services/core/src/oci_cli_compute/generated/compute_cli.py,sha256=D2MShagLY8qi-aIiZuWNhSbmwxiPkdRrkNftCM_dCak,1122016
|
|
11171
11249
|
services/core/src/oci_cli_compute_management/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
11172
11250
|
services/core/src/oci_cli_compute_management/computemanagement_cli_extended.py,sha256=Fq8R1iLwZgv4v_LhPQsnaQ5HwRJtUjDB8lDD9VVS-eQ,5897
|
|
11173
11251
|
services/core/src/oci_cli_compute_management/generated/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
@@ -11257,7 +11335,7 @@ services/data_science/src/oci_cli_data_science/__init__.py,sha256=sSKFQ2lPK9FzGX
|
|
|
11257
11335
|
services/data_science/src/oci_cli_data_science/datascience_cli_extended.py,sha256=W5z9oPdIxmZdv3yJmLgfsUR84gL1RV8ZL0w2Dt3Ooeg,91892
|
|
11258
11336
|
services/data_science/src/oci_cli_data_science/generated/__init__.py,sha256=sSKFQ2lPK9FzGXafBipcLDISaPMKSK9Q7QQDBuc0uWM,437
|
|
11259
11337
|
services/data_science/src/oci_cli_data_science/generated/client_mappings.py,sha256=q-NYNAp7X7P6kqoilMbmNOgW7IPfjelfHgozlppdDJk,830
|
|
11260
|
-
services/data_science/src/oci_cli_data_science/generated/datascience_cli.py,sha256=
|
|
11338
|
+
services/data_science/src/oci_cli_data_science/generated/datascience_cli.py,sha256=BOf8s9uD0ReQpi-8CUYwANmVboEchRs-EzDBllLeywc,1092034
|
|
11261
11339
|
services/data_science/tests/__init__.py,sha256=sSKFQ2lPK9FzGXafBipcLDISaPMKSK9Q7QQDBuc0uWM,437
|
|
11262
11340
|
services/database/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
11263
11341
|
services/database/src/__init__.py,sha256=pRTjVbe6ACrpVVj19fOMy_ssI1gziBwIs-qA6f694v8,437
|
|
@@ -11424,7 +11502,7 @@ services/disaster_recovery/src/oci_cli_disaster_recovery/__init__.py,sha256=ORtf
|
|
|
11424
11502
|
services/disaster_recovery/src/oci_cli_disaster_recovery/disasterrecovery_cli_extended.py,sha256=jDkt7q2peUiGlsolfK1TbeyzIhNtr65cknfyTohD6l4,17136
|
|
11425
11503
|
services/disaster_recovery/src/oci_cli_disaster_recovery/generated/__init__.py,sha256=ORtfjcvgFFT3jgXAypg8Yw2HuOIx8JKH7xyzuyrhFyw,437
|
|
11426
11504
|
services/disaster_recovery/src/oci_cli_disaster_recovery/generated/client_mappings.py,sha256=PwwtcgEP-uvU9Q1Ae9H1kFCxZKII6HXxqwsaFxhs5uE,880
|
|
11427
|
-
services/disaster_recovery/src/oci_cli_disaster_recovery/generated/disasterrecovery_cli.py,sha256=
|
|
11505
|
+
services/disaster_recovery/src/oci_cli_disaster_recovery/generated/disasterrecovery_cli.py,sha256=RCB0olSN-YNyaLyI00S0RcyMDJGlC447Xsky5tEyUPw,240806
|
|
11428
11506
|
services/disaster_recovery/tests/__init__.py,sha256=ORtfjcvgFFT3jgXAypg8Yw2HuOIx8JKH7xyzuyrhFyw,437
|
|
11429
11507
|
services/distributed_database/__init__.py,sha256=VDOHJyLHED1KZsSUNyPQHtYBbP5A3oydW2xrc7-xu5g,437
|
|
11430
11508
|
services/distributed_database/src/__init__.py,sha256=VDOHJyLHED1KZsSUNyPQHtYBbP5A3oydW2xrc7-xu5g,437
|
|
@@ -11662,7 +11740,7 @@ services/identity_domains/src/oci_cli_identity_domains/__init__.py,sha256=oj73oS
|
|
|
11662
11740
|
services/identity_domains/src/oci_cli_identity_domains/identitydomains_cli_extended.py,sha256=2XmBQ7Hy4smxNH7JTSdsMc50X4dUYnYGsvY9sqg3HQE,150460
|
|
11663
11741
|
services/identity_domains/src/oci_cli_identity_domains/generated/__init__.py,sha256=oj73oS7QERWQVX8y6UXkSBsm6mWypv_PFVOY744oiQ4,431
|
|
11664
11742
|
services/identity_domains/src/oci_cli_identity_domains/generated/client_mappings.py,sha256=ze6hZNo5gqgjaMM1oqXdi4DvK2UNNiy1i7NWmfqGRS0,864
|
|
11665
|
-
services/identity_domains/src/oci_cli_identity_domains/generated/identitydomains_cli.py,sha256=
|
|
11743
|
+
services/identity_domains/src/oci_cli_identity_domains/generated/identitydomains_cli.py,sha256=0iM5PhfPr5IZIPeFL2vq-Trdd2uoJdguMO29Ukk0-L8,2664050
|
|
11666
11744
|
services/identity_domains/tests/__init__.py,sha256=oj73oS7QERWQVX8y6UXkSBsm6mWypv_PFVOY744oiQ4,431
|
|
11667
11745
|
services/identity_domains/tests/extend_test_identity_domains_approval_workflow_step.py,sha256=hhFbmMN6uegS1CX6zACDqMycM2FhBxSznYm_b2TReH0,5072
|
|
11668
11746
|
services/integration/__init__.py,sha256=RpccEiaAjdBVQEwwwJ2S4UeAkMIbE4EXKuX8z6Wsz1o,437
|
|
@@ -11671,7 +11749,7 @@ services/integration/src/oci_cli_integration_instance/__init__.py,sha256=RpccEia
|
|
|
11671
11749
|
services/integration/src/oci_cli_integration_instance/integration_cli_extended.py,sha256=jx1CVBxsunDspvS0YQYitTkcHjM5rdo1dQ-BCQxyg44,10469
|
|
11672
11750
|
services/integration/src/oci_cli_integration_instance/generated/__init__.py,sha256=RpccEiaAjdBVQEwwwJ2S4UeAkMIbE4EXKuX8z6Wsz1o,437
|
|
11673
11751
|
services/integration/src/oci_cli_integration_instance/generated/client_mappings.py,sha256=TRdu0Wr8bxYjsCnY5MAD-lVBBHNHfvuxYqE3Id6XCbs,847
|
|
11674
|
-
services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py,sha256=
|
|
11752
|
+
services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py,sha256=mKuLIN6yaimmsrzuMu9sKLZE6GwGLFhjc4YTNzMeVTs,146727
|
|
11675
11753
|
services/integration/tests/__init__.py,sha256=RpccEiaAjdBVQEwwwJ2S4UeAkMIbE4EXKuX8z6Wsz1o,437
|
|
11676
11754
|
services/iot/__init__.py,sha256=qmMz3Z_F3V-VQh4nGj2CAW_ti07GdQVO2bR3qjiVk6A,437
|
|
11677
11755
|
services/iot/src/__init__.py,sha256=qmMz3Z_F3V-VQh4nGj2CAW_ti07GdQVO2bR3qjiVk6A,437
|
|
@@ -12757,10 +12835,10 @@ services/zpr/src/oci_cli_zpr/generated/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDv
|
|
|
12757
12835
|
services/zpr/src/oci_cli_zpr/generated/client_mappings.py,sha256=eTLXQDImyDyG8dX8CJdYEjz3h6rCCJb3BFRyeCUAlWs,742
|
|
12758
12836
|
services/zpr/src/oci_cli_zpr/generated/zpr_cli.py,sha256=DZnnwX1MKDrT3zWXrkw2-8Q5hwWOWS0usU-kNsPdye4,58668
|
|
12759
12837
|
services/zpr/tests/__init__.py,sha256=wPKnnNrEBRpyVU7y1u4JDvNxrBw_If15F0TRiYZKYes,437
|
|
12760
|
-
oci_cli-3.71.
|
|
12761
|
-
oci_cli-3.71.
|
|
12762
|
-
oci_cli-3.71.
|
|
12763
|
-
oci_cli-3.71.
|
|
12764
|
-
oci_cli-3.71.
|
|
12765
|
-
oci_cli-3.71.
|
|
12766
|
-
oci_cli-3.71.
|
|
12838
|
+
oci_cli-3.71.2.dist-info/LICENSE.txt,sha256=ueIO48H0oqClJKqp08lneEyFBdtKhwGsa_jOxi8m7Ro,41278
|
|
12839
|
+
oci_cli-3.71.2.dist-info/METADATA,sha256=xSMgN8JKp9c26Pj8Q7eXhSWs0Rd4opQnZ1b0CyvcjEM,7272
|
|
12840
|
+
oci_cli-3.71.2.dist-info/THIRD_PARTY_LICENSES.txt,sha256=aTaXCqNxR1izL8cRvUcnsyswdP74vi4D4dd9FcoRmiA,88189
|
|
12841
|
+
oci_cli-3.71.2.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
|
|
12842
|
+
oci_cli-3.71.2.dist-info/entry_points.txt,sha256=Rzwlt90Fk4kXpuMTmspwgtY69KnkJeoUj1-Cgw_Ti4E,126
|
|
12843
|
+
oci_cli-3.71.2.dist-info/top_level.txt,sha256=qaPmB8Lr9XWqQLRmy6aKLBHCfkwLZKopOFxYbJp-R9o,47
|
|
12844
|
+
oci_cli-3.71.2.dist-info/RECORD,,
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20251031
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20251031
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
4
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20251031
|