oci 2.2.0 → 2.2.1
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/oci/audit/audit_client.rb +9 -3
- data/lib/oci/core/blockstorage_client.rb +90 -30
- data/lib/oci/core/compute_client.rb +115 -41
- data/lib/oci/core/compute_client_composite_operations.rb +1 -1
- data/lib/oci/core/virtual_network_client.rb +315 -105
- data/lib/oci/database/database_client.rb +112 -38
- data/lib/oci/dns/dns_client.rb +48 -16
- data/lib/oci/email/email_client.rb +24 -8
- data/lib/oci/file_storage/file_storage_client.rb +63 -21
- data/lib/oci/identity/identity.rb +3 -0
- data/lib/oci/identity/identity_client.rb +460 -69
- data/lib/oci/identity/models/auth_token.rb +282 -0
- data/lib/oci/identity/models/create_auth_token_details.rb +147 -0
- data/lib/oci/identity/models/swift_password.rb +3 -1
- data/lib/oci/identity/models/update_auth_token_details.rb +146 -0
- data/lib/oci/identity/models/user.rb +2 -1
- data/lib/oci/load_balancer/load_balancer_client.rb +126 -42
- data/lib/oci/object_storage/object_storage_client.rb +78 -26
- data/lib/oci/version.rb +1 -1
- metadata +5 -2
data/lib/oci/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oci
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Oracle
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-05-
|
11
|
+
date: 2018-05-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -431,9 +431,11 @@ files:
|
|
431
431
|
- "./lib/oci/identity/identity_client_composite_operations.rb"
|
432
432
|
- "./lib/oci/identity/models/add_user_to_group_details.rb"
|
433
433
|
- "./lib/oci/identity/models/api_key.rb"
|
434
|
+
- "./lib/oci/identity/models/auth_token.rb"
|
434
435
|
- "./lib/oci/identity/models/availability_domain.rb"
|
435
436
|
- "./lib/oci/identity/models/compartment.rb"
|
436
437
|
- "./lib/oci/identity/models/create_api_key_details.rb"
|
438
|
+
- "./lib/oci/identity/models/create_auth_token_details.rb"
|
437
439
|
- "./lib/oci/identity/models/create_compartment_details.rb"
|
438
440
|
- "./lib/oci/identity/models/create_customer_secret_key_details.rb"
|
439
441
|
- "./lib/oci/identity/models/create_dynamic_group_details.rb"
|
@@ -467,6 +469,7 @@ files:
|
|
467
469
|
- "./lib/oci/identity/models/tag_summary.rb"
|
468
470
|
- "./lib/oci/identity/models/tenancy.rb"
|
469
471
|
- "./lib/oci/identity/models/ui_password.rb"
|
472
|
+
- "./lib/oci/identity/models/update_auth_token_details.rb"
|
470
473
|
- "./lib/oci/identity/models/update_compartment_details.rb"
|
471
474
|
- "./lib/oci/identity/models/update_customer_secret_key_details.rb"
|
472
475
|
- "./lib/oci/identity/models/update_dynamic_group_details.rb"
|