aws-sdk-odb 1.9.0 → 1.10.0
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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-odb/client.rb +34 -19
- data/lib/aws-sdk-odb/client_api.rb +8 -0
- data/lib/aws-sdk-odb/types.rb +104 -35
- data/lib/aws-sdk-odb.rb +1 -1
- data/sig/types.rbs +8 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 402fd652410116749e1af52ecfba0957f2c7322f9792462d34888726a50e045a
|
|
4
|
+
data.tar.gz: 8ec351dffc9209d63965eb1a58fc3fdb20635c7be9e07a78654fd344384949b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9044d2b81b2e5a8494c438c65d0bce3092c29005b5f16e21a91eb1d8f999d6721c93f039927a93c3a9ad70ee2336170b01a470b75957ed79d06cdd1b581a9166
|
|
7
|
+
data.tar.gz: f7eb5d1227c5cd99fc335319e9379b17086c8c04e227a9c571d2e1f7235da779383242b9f13e9d9ed8ef8dc8b38a91effad1d25219db4f575e36b9a1dc36ae06
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.10.0 (2025-12-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - The following APIs now return CloudExadataInfrastructureArn and OdbNetworkArn fields for improved resource identification and AWS service integration - GetCloudVmCluster, ListCloudVmClusters, GetCloudAutonomousVmCluster, and ListCloudAutonomousVmClusters.
|
|
8
|
+
|
|
4
9
|
1.9.0 (2025-11-21)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.10.0
|
data/lib/aws-sdk-odb/client.rb
CHANGED
|
@@ -513,16 +513,18 @@ module Aws::Odb
|
|
|
513
513
|
# service integration.
|
|
514
514
|
#
|
|
515
515
|
# @option params [required, String] :iam_role_arn
|
|
516
|
-
# The Amazon Resource Name (ARN) of the
|
|
517
|
-
# with the resource.
|
|
516
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity and
|
|
517
|
+
# Access Management (IAM) service role to associate with the resource.
|
|
518
518
|
#
|
|
519
519
|
# @option params [required, String] :aws_integration
|
|
520
|
-
# The Amazon Web Services integration configuration settings for the
|
|
521
|
-
# service role
|
|
520
|
+
# The Amazon Web Services integration configuration settings for the
|
|
521
|
+
# Amazon Web Services Identity and Access Management (IAM) service role
|
|
522
|
+
# association.
|
|
522
523
|
#
|
|
523
524
|
# @option params [required, String] :resource_arn
|
|
524
525
|
# The Amazon Resource Name (ARN) of the target resource to associate
|
|
525
|
-
# with the
|
|
526
|
+
# with the Amazon Web Services Identity and Access Management (IAM)
|
|
527
|
+
# service role.
|
|
526
528
|
#
|
|
527
529
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
528
530
|
#
|
|
@@ -1064,12 +1066,13 @@ module Aws::Odb
|
|
|
1064
1066
|
# network.
|
|
1065
1067
|
#
|
|
1066
1068
|
# @option params [String] :sts_policy_document
|
|
1067
|
-
# The
|
|
1068
|
-
# usage within the ODB
|
|
1069
|
+
# The Amazon Web Services Security Token Service (STS) policy document
|
|
1070
|
+
# that defines permissions for token service usage within the ODB
|
|
1071
|
+
# network.
|
|
1069
1072
|
#
|
|
1070
1073
|
# @option params [String] :kms_policy_document
|
|
1071
|
-
# The
|
|
1072
|
-
# the ODB network.
|
|
1074
|
+
# The Amazon Web Services Key Management Service (KMS) policy document
|
|
1075
|
+
# that defines permissions for key usage within the ODB network.
|
|
1073
1076
|
#
|
|
1074
1077
|
# @option params [Array<String>] :cross_region_s3_restore_sources_to_enable
|
|
1075
1078
|
# The cross-Region Amazon S3 restore sources to enable for the ODB
|
|
@@ -1322,16 +1325,19 @@ module Aws::Odb
|
|
|
1322
1325
|
# Services service integration.
|
|
1323
1326
|
#
|
|
1324
1327
|
# @option params [required, String] :iam_role_arn
|
|
1325
|
-
# The Amazon Resource Name (ARN) of the
|
|
1326
|
-
# from the
|
|
1328
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity and
|
|
1329
|
+
# Access Management (IAM) service role to disassociate from the
|
|
1330
|
+
# resource.
|
|
1327
1331
|
#
|
|
1328
1332
|
# @option params [required, String] :aws_integration
|
|
1329
|
-
# The Amazon Web Services integration configuration settings for the
|
|
1330
|
-
# service role
|
|
1333
|
+
# The Amazon Web Services integration configuration settings for the
|
|
1334
|
+
# Amazon Web Services Identity and Access Management (IAM) service role
|
|
1335
|
+
# disassociation.
|
|
1331
1336
|
#
|
|
1332
1337
|
# @option params [required, String] :resource_arn
|
|
1333
1338
|
# The Amazon Resource Name (ARN) of the target resource to disassociate
|
|
1334
|
-
# from the
|
|
1339
|
+
# from the Amazon Web Services Identity and Access Management (IAM)
|
|
1340
|
+
# service role.
|
|
1335
1341
|
#
|
|
1336
1342
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
1337
1343
|
#
|
|
@@ -1373,12 +1379,14 @@ module Aws::Odb
|
|
|
1373
1379
|
# resp.cloud_autonomous_vm_cluster.cloud_autonomous_vm_cluster_id #=> String
|
|
1374
1380
|
# resp.cloud_autonomous_vm_cluster.cloud_autonomous_vm_cluster_arn #=> String
|
|
1375
1381
|
# resp.cloud_autonomous_vm_cluster.odb_network_id #=> String
|
|
1382
|
+
# resp.cloud_autonomous_vm_cluster.odb_network_arn #=> String
|
|
1376
1383
|
# resp.cloud_autonomous_vm_cluster.oci_resource_anchor_name #=> String
|
|
1377
1384
|
# resp.cloud_autonomous_vm_cluster.percent_progress #=> Float
|
|
1378
1385
|
# resp.cloud_autonomous_vm_cluster.display_name #=> String
|
|
1379
1386
|
# resp.cloud_autonomous_vm_cluster.status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS"
|
|
1380
1387
|
# resp.cloud_autonomous_vm_cluster.status_reason #=> String
|
|
1381
1388
|
# resp.cloud_autonomous_vm_cluster.cloud_exadata_infrastructure_id #=> String
|
|
1389
|
+
# resp.cloud_autonomous_vm_cluster.cloud_exadata_infrastructure_arn #=> String
|
|
1382
1390
|
# resp.cloud_autonomous_vm_cluster.autonomous_data_storage_percentage #=> Float
|
|
1383
1391
|
# resp.cloud_autonomous_vm_cluster.autonomous_data_storage_size_in_t_bs #=> Float
|
|
1384
1392
|
# resp.cloud_autonomous_vm_cluster.available_autonomous_data_storage_size_in_t_bs #=> Float
|
|
@@ -1587,6 +1595,7 @@ module Aws::Odb
|
|
|
1587
1595
|
# resp.cloud_vm_cluster.status_reason #=> String
|
|
1588
1596
|
# resp.cloud_vm_cluster.cloud_vm_cluster_arn #=> String
|
|
1589
1597
|
# resp.cloud_vm_cluster.cloud_exadata_infrastructure_id #=> String
|
|
1598
|
+
# resp.cloud_vm_cluster.cloud_exadata_infrastructure_arn #=> String
|
|
1590
1599
|
# resp.cloud_vm_cluster.cluster_name #=> String
|
|
1591
1600
|
# resp.cloud_vm_cluster.cpu_core_count #=> Integer
|
|
1592
1601
|
# resp.cloud_vm_cluster.data_collection_options.is_diagnostics_events_enabled #=> Boolean
|
|
@@ -1631,6 +1640,7 @@ module Aws::Odb
|
|
|
1631
1640
|
# resp.cloud_vm_cluster.vip_ids #=> Array
|
|
1632
1641
|
# resp.cloud_vm_cluster.vip_ids[0] #=> String
|
|
1633
1642
|
# resp.cloud_vm_cluster.odb_network_id #=> String
|
|
1643
|
+
# resp.cloud_vm_cluster.odb_network_arn #=> String
|
|
1634
1644
|
# resp.cloud_vm_cluster.percent_progress #=> Float
|
|
1635
1645
|
# resp.cloud_vm_cluster.compute_model #=> String, one of "ECPU", "OCPU"
|
|
1636
1646
|
# resp.cloud_vm_cluster.iam_roles #=> Array
|
|
@@ -2030,12 +2040,14 @@ module Aws::Odb
|
|
|
2030
2040
|
# resp.cloud_autonomous_vm_clusters[0].cloud_autonomous_vm_cluster_id #=> String
|
|
2031
2041
|
# resp.cloud_autonomous_vm_clusters[0].cloud_autonomous_vm_cluster_arn #=> String
|
|
2032
2042
|
# resp.cloud_autonomous_vm_clusters[0].odb_network_id #=> String
|
|
2043
|
+
# resp.cloud_autonomous_vm_clusters[0].odb_network_arn #=> String
|
|
2033
2044
|
# resp.cloud_autonomous_vm_clusters[0].oci_resource_anchor_name #=> String
|
|
2034
2045
|
# resp.cloud_autonomous_vm_clusters[0].percent_progress #=> Float
|
|
2035
2046
|
# resp.cloud_autonomous_vm_clusters[0].display_name #=> String
|
|
2036
2047
|
# resp.cloud_autonomous_vm_clusters[0].status #=> String, one of "AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS"
|
|
2037
2048
|
# resp.cloud_autonomous_vm_clusters[0].status_reason #=> String
|
|
2038
2049
|
# resp.cloud_autonomous_vm_clusters[0].cloud_exadata_infrastructure_id #=> String
|
|
2050
|
+
# resp.cloud_autonomous_vm_clusters[0].cloud_exadata_infrastructure_arn #=> String
|
|
2039
2051
|
# resp.cloud_autonomous_vm_clusters[0].autonomous_data_storage_percentage #=> Float
|
|
2040
2052
|
# resp.cloud_autonomous_vm_clusters[0].autonomous_data_storage_size_in_t_bs #=> Float
|
|
2041
2053
|
# resp.cloud_autonomous_vm_clusters[0].available_autonomous_data_storage_size_in_t_bs #=> Float
|
|
@@ -2237,6 +2249,7 @@ module Aws::Odb
|
|
|
2237
2249
|
# resp.cloud_vm_clusters[0].status_reason #=> String
|
|
2238
2250
|
# resp.cloud_vm_clusters[0].cloud_vm_cluster_arn #=> String
|
|
2239
2251
|
# resp.cloud_vm_clusters[0].cloud_exadata_infrastructure_id #=> String
|
|
2252
|
+
# resp.cloud_vm_clusters[0].cloud_exadata_infrastructure_arn #=> String
|
|
2240
2253
|
# resp.cloud_vm_clusters[0].cluster_name #=> String
|
|
2241
2254
|
# resp.cloud_vm_clusters[0].cpu_core_count #=> Integer
|
|
2242
2255
|
# resp.cloud_vm_clusters[0].data_collection_options.is_diagnostics_events_enabled #=> Boolean
|
|
@@ -2281,6 +2294,7 @@ module Aws::Odb
|
|
|
2281
2294
|
# resp.cloud_vm_clusters[0].vip_ids #=> Array
|
|
2282
2295
|
# resp.cloud_vm_clusters[0].vip_ids[0] #=> String
|
|
2283
2296
|
# resp.cloud_vm_clusters[0].odb_network_id #=> String
|
|
2297
|
+
# resp.cloud_vm_clusters[0].odb_network_arn #=> String
|
|
2284
2298
|
# resp.cloud_vm_clusters[0].percent_progress #=> Float
|
|
2285
2299
|
# resp.cloud_vm_clusters[0].compute_model #=> String, one of "ECPU", "OCPU"
|
|
2286
2300
|
# resp.cloud_vm_clusters[0].iam_roles #=> Array
|
|
@@ -3068,12 +3082,13 @@ module Aws::Odb
|
|
|
3068
3082
|
# ODB network.
|
|
3069
3083
|
#
|
|
3070
3084
|
# @option params [String] :sts_policy_document
|
|
3071
|
-
# The
|
|
3072
|
-
# usage within the ODB
|
|
3085
|
+
# The Amazon Web Services Security Token Service (STS) policy document
|
|
3086
|
+
# that defines permissions for token service usage within the ODB
|
|
3087
|
+
# network.
|
|
3073
3088
|
#
|
|
3074
3089
|
# @option params [String] :kms_policy_document
|
|
3075
|
-
# The
|
|
3076
|
-
# the ODB network.
|
|
3090
|
+
# The Amazon Web Services Key Management Service (KMS) policy document
|
|
3091
|
+
# that defines permissions for key usage within the ODB network.
|
|
3077
3092
|
#
|
|
3078
3093
|
# @option params [Array<String>] :cross_region_s3_restore_sources_to_enable
|
|
3079
3094
|
# The cross-Region Amazon S3 restore sources to enable for the ODB
|
|
@@ -3195,7 +3210,7 @@ module Aws::Odb
|
|
|
3195
3210
|
tracer: tracer
|
|
3196
3211
|
)
|
|
3197
3212
|
context[:gem_name] = 'aws-sdk-odb'
|
|
3198
|
-
context[:gem_version] = '1.
|
|
3213
|
+
context[:gem_version] = '1.10.0'
|
|
3199
3214
|
Seahorse::Client::Request.new(handlers, context)
|
|
3200
3215
|
end
|
|
3201
3216
|
|
|
@@ -328,12 +328,14 @@ module Aws::Odb
|
|
|
328
328
|
CloudAutonomousVmCluster.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudAutonomousVmClusterId"))
|
|
329
329
|
CloudAutonomousVmCluster.add_member(:cloud_autonomous_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudAutonomousVmClusterArn"))
|
|
330
330
|
CloudAutonomousVmCluster.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
|
|
331
|
+
CloudAutonomousVmCluster.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "odbNetworkArn"))
|
|
331
332
|
CloudAutonomousVmCluster.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
|
|
332
333
|
CloudAutonomousVmCluster.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
|
|
333
334
|
CloudAutonomousVmCluster.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, location_name: "displayName"))
|
|
334
335
|
CloudAutonomousVmCluster.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
|
|
335
336
|
CloudAutonomousVmCluster.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
336
337
|
CloudAutonomousVmCluster.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "cloudExadataInfrastructureId"))
|
|
338
|
+
CloudAutonomousVmCluster.add_member(:cloud_exadata_infrastructure_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "cloudExadataInfrastructureArn"))
|
|
337
339
|
CloudAutonomousVmCluster.add_member(:autonomous_data_storage_percentage, Shapes::ShapeRef.new(shape: Float, location_name: "autonomousDataStoragePercentage"))
|
|
338
340
|
CloudAutonomousVmCluster.add_member(:autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "autonomousDataStorageSizeInTBs"))
|
|
339
341
|
CloudAutonomousVmCluster.add_member(:available_autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "availableAutonomousDataStorageSizeInTBs"))
|
|
@@ -387,12 +389,14 @@ module Aws::Odb
|
|
|
387
389
|
CloudAutonomousVmClusterSummary.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudAutonomousVmClusterId"))
|
|
388
390
|
CloudAutonomousVmClusterSummary.add_member(:cloud_autonomous_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudAutonomousVmClusterArn"))
|
|
389
391
|
CloudAutonomousVmClusterSummary.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
|
|
392
|
+
CloudAutonomousVmClusterSummary.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "odbNetworkArn"))
|
|
390
393
|
CloudAutonomousVmClusterSummary.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
|
|
391
394
|
CloudAutonomousVmClusterSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
|
|
392
395
|
CloudAutonomousVmClusterSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, location_name: "displayName"))
|
|
393
396
|
CloudAutonomousVmClusterSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
|
|
394
397
|
CloudAutonomousVmClusterSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
395
398
|
CloudAutonomousVmClusterSummary.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "cloudExadataInfrastructureId"))
|
|
399
|
+
CloudAutonomousVmClusterSummary.add_member(:cloud_exadata_infrastructure_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "cloudExadataInfrastructureArn"))
|
|
396
400
|
CloudAutonomousVmClusterSummary.add_member(:autonomous_data_storage_percentage, Shapes::ShapeRef.new(shape: Float, location_name: "autonomousDataStoragePercentage"))
|
|
397
401
|
CloudAutonomousVmClusterSummary.add_member(:autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "autonomousDataStorageSizeInTBs"))
|
|
398
402
|
CloudAutonomousVmClusterSummary.add_member(:available_autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "availableAutonomousDataStorageSizeInTBs"))
|
|
@@ -532,6 +536,7 @@ module Aws::Odb
|
|
|
532
536
|
CloudVmCluster.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
533
537
|
CloudVmCluster.add_member(:cloud_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudVmClusterArn"))
|
|
534
538
|
CloudVmCluster.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudExadataInfrastructureId"))
|
|
539
|
+
CloudVmCluster.add_member(:cloud_exadata_infrastructure_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "cloudExadataInfrastructureArn"))
|
|
535
540
|
CloudVmCluster.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
536
541
|
CloudVmCluster.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
|
|
537
542
|
CloudVmCluster.add_member(:data_collection_options, Shapes::ShapeRef.new(shape: DataCollectionOptions, location_name: "dataCollectionOptions"))
|
|
@@ -564,6 +569,7 @@ module Aws::Odb
|
|
|
564
569
|
CloudVmCluster.add_member(:time_zone, Shapes::ShapeRef.new(shape: String, location_name: "timeZone"))
|
|
565
570
|
CloudVmCluster.add_member(:vip_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "vipIds"))
|
|
566
571
|
CloudVmCluster.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
|
|
572
|
+
CloudVmCluster.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "odbNetworkArn"))
|
|
567
573
|
CloudVmCluster.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
|
|
568
574
|
CloudVmCluster.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
|
|
569
575
|
CloudVmCluster.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleList, location_name: "iamRoles"))
|
|
@@ -577,6 +583,7 @@ module Aws::Odb
|
|
|
577
583
|
CloudVmClusterSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
578
584
|
CloudVmClusterSummary.add_member(:cloud_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudVmClusterArn"))
|
|
579
585
|
CloudVmClusterSummary.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudExadataInfrastructureId"))
|
|
586
|
+
CloudVmClusterSummary.add_member(:cloud_exadata_infrastructure_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "cloudExadataInfrastructureArn"))
|
|
580
587
|
CloudVmClusterSummary.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
581
588
|
CloudVmClusterSummary.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
|
|
582
589
|
CloudVmClusterSummary.add_member(:data_collection_options, Shapes::ShapeRef.new(shape: DataCollectionOptions, location_name: "dataCollectionOptions"))
|
|
@@ -609,6 +616,7 @@ module Aws::Odb
|
|
|
609
616
|
CloudVmClusterSummary.add_member(:time_zone, Shapes::ShapeRef.new(shape: String, location_name: "timeZone"))
|
|
610
617
|
CloudVmClusterSummary.add_member(:vip_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "vipIds"))
|
|
611
618
|
CloudVmClusterSummary.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
|
|
619
|
+
CloudVmClusterSummary.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "odbNetworkArn"))
|
|
612
620
|
CloudVmClusterSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
|
|
613
621
|
CloudVmClusterSummary.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
|
|
614
622
|
CloudVmClusterSummary.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleList, location_name: "iamRoles"))
|
data/lib/aws-sdk-odb/types.rb
CHANGED
|
@@ -42,18 +42,21 @@ module Aws::Odb
|
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
# @!attribute [rw] iam_role_arn
|
|
45
|
-
# The Amazon Resource Name (ARN) of the
|
|
46
|
-
# with the
|
|
45
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
|
46
|
+
# and Access Management (IAM) service role to associate with the
|
|
47
|
+
# resource.
|
|
47
48
|
# @return [String]
|
|
48
49
|
#
|
|
49
50
|
# @!attribute [rw] aws_integration
|
|
50
51
|
# The Amazon Web Services integration configuration settings for the
|
|
51
|
-
# IAM service
|
|
52
|
+
# Amazon Web Services Identity and Access Management (IAM) service
|
|
53
|
+
# role association.
|
|
52
54
|
# @return [String]
|
|
53
55
|
#
|
|
54
56
|
# @!attribute [rw] resource_arn
|
|
55
57
|
# The Amazon Resource Name (ARN) of the target resource to associate
|
|
56
|
-
# with the
|
|
58
|
+
# with the Amazon Web Services Identity and Access Management (IAM)
|
|
59
|
+
# service role.
|
|
57
60
|
# @return [String]
|
|
58
61
|
#
|
|
59
62
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/AssociateIamRoleToResourceInput AWS API Documentation
|
|
@@ -166,6 +169,11 @@ module Aws::Odb
|
|
|
166
169
|
# Autonomous VM cluster.
|
|
167
170
|
# @return [String]
|
|
168
171
|
#
|
|
172
|
+
# @!attribute [rw] odb_network_arn
|
|
173
|
+
# The Amazon Resource Name (ARN) of the ODB network associated with
|
|
174
|
+
# this Autonomous VM cluster.
|
|
175
|
+
# @return [String]
|
|
176
|
+
#
|
|
169
177
|
# @!attribute [rw] oci_resource_anchor_name
|
|
170
178
|
# The name of the OCI resource anchor associated with this Autonomous
|
|
171
179
|
# VM cluster.
|
|
@@ -196,6 +204,11 @@ module Aws::Odb
|
|
|
196
204
|
# this Autonomous VM cluster.
|
|
197
205
|
# @return [String]
|
|
198
206
|
#
|
|
207
|
+
# @!attribute [rw] cloud_exadata_infrastructure_arn
|
|
208
|
+
# The Amazon Resource Name (ARN) of the Cloud Exadata Infrastructure
|
|
209
|
+
# containing this Autonomous VM cluster.
|
|
210
|
+
# @return [String]
|
|
211
|
+
#
|
|
199
212
|
# @!attribute [rw] autonomous_data_storage_percentage
|
|
200
213
|
# The percentage of data storage currently in use for Autonomous
|
|
201
214
|
# Databases in the Autonomous VM cluster.
|
|
@@ -389,12 +402,14 @@ module Aws::Odb
|
|
|
389
402
|
:cloud_autonomous_vm_cluster_id,
|
|
390
403
|
:cloud_autonomous_vm_cluster_arn,
|
|
391
404
|
:odb_network_id,
|
|
405
|
+
:odb_network_arn,
|
|
392
406
|
:oci_resource_anchor_name,
|
|
393
407
|
:percent_progress,
|
|
394
408
|
:display_name,
|
|
395
409
|
:status,
|
|
396
410
|
:status_reason,
|
|
397
411
|
:cloud_exadata_infrastructure_id,
|
|
412
|
+
:cloud_exadata_infrastructure_arn,
|
|
398
413
|
:autonomous_data_storage_percentage,
|
|
399
414
|
:autonomous_data_storage_size_in_t_bs,
|
|
400
415
|
:available_autonomous_data_storage_size_in_t_bs,
|
|
@@ -474,6 +489,11 @@ module Aws::Odb
|
|
|
474
489
|
# Autonomous VM cluster.
|
|
475
490
|
# @return [String]
|
|
476
491
|
#
|
|
492
|
+
# @!attribute [rw] odb_network_arn
|
|
493
|
+
# The Amazon Resource Name (ARN) of the ODB network associated with
|
|
494
|
+
# this Autonomous VM cluster.
|
|
495
|
+
# @return [String]
|
|
496
|
+
#
|
|
477
497
|
# @!attribute [rw] oci_resource_anchor_name
|
|
478
498
|
# The name of the OCI resource anchor associated with this Autonomous
|
|
479
499
|
# VM cluster.
|
|
@@ -502,6 +522,11 @@ module Aws::Odb
|
|
|
502
522
|
# Autonomous VM cluster.
|
|
503
523
|
# @return [String]
|
|
504
524
|
#
|
|
525
|
+
# @!attribute [rw] cloud_exadata_infrastructure_arn
|
|
526
|
+
# The Amazon Resource Name (ARN) of the Exadata infrastructure
|
|
527
|
+
# containing this Autonomous VM cluster.
|
|
528
|
+
# @return [String]
|
|
529
|
+
#
|
|
505
530
|
# @!attribute [rw] autonomous_data_storage_percentage
|
|
506
531
|
# The percentage of data storage currently in use for Autonomous
|
|
507
532
|
# Databases in the Autonomous VM cluster.
|
|
@@ -691,12 +716,14 @@ module Aws::Odb
|
|
|
691
716
|
:cloud_autonomous_vm_cluster_id,
|
|
692
717
|
:cloud_autonomous_vm_cluster_arn,
|
|
693
718
|
:odb_network_id,
|
|
719
|
+
:odb_network_arn,
|
|
694
720
|
:oci_resource_anchor_name,
|
|
695
721
|
:percent_progress,
|
|
696
722
|
:display_name,
|
|
697
723
|
:status,
|
|
698
724
|
:status_reason,
|
|
699
725
|
:cloud_exadata_infrastructure_id,
|
|
726
|
+
:cloud_exadata_infrastructure_arn,
|
|
700
727
|
:autonomous_data_storage_percentage,
|
|
701
728
|
:autonomous_data_storage_size_in_t_bs,
|
|
702
729
|
:available_autonomous_data_storage_size_in_t_bs,
|
|
@@ -1276,6 +1303,11 @@ module Aws::Odb
|
|
|
1276
1303
|
# cluster belongs to.
|
|
1277
1304
|
# @return [String]
|
|
1278
1305
|
#
|
|
1306
|
+
# @!attribute [rw] cloud_exadata_infrastructure_arn
|
|
1307
|
+
# The Amazon Resource Name (ARN) of the Exadata infrastructure that
|
|
1308
|
+
# this VM cluster belongs to.
|
|
1309
|
+
# @return [String]
|
|
1310
|
+
#
|
|
1279
1311
|
# @!attribute [rw] cluster_name
|
|
1280
1312
|
# The name of the Grid Infrastructure (GI) cluster.
|
|
1281
1313
|
# @return [String]
|
|
@@ -1422,6 +1454,11 @@ module Aws::Odb
|
|
|
1422
1454
|
# The unique identifier of the ODB network for the VM cluster.
|
|
1423
1455
|
# @return [String]
|
|
1424
1456
|
#
|
|
1457
|
+
# @!attribute [rw] odb_network_arn
|
|
1458
|
+
# The Amazon Resource Name (ARN) of the ODB network associated with
|
|
1459
|
+
# this VM cluster.
|
|
1460
|
+
# @return [String]
|
|
1461
|
+
#
|
|
1425
1462
|
# @!attribute [rw] percent_progress
|
|
1426
1463
|
# The amount of progress made on the current operation on the VM
|
|
1427
1464
|
# cluster, expressed as a percentage.
|
|
@@ -1450,6 +1487,7 @@ module Aws::Odb
|
|
|
1450
1487
|
:status_reason,
|
|
1451
1488
|
:cloud_vm_cluster_arn,
|
|
1452
1489
|
:cloud_exadata_infrastructure_id,
|
|
1490
|
+
:cloud_exadata_infrastructure_arn,
|
|
1453
1491
|
:cluster_name,
|
|
1454
1492
|
:cpu_core_count,
|
|
1455
1493
|
:data_collection_options,
|
|
@@ -1482,6 +1520,7 @@ module Aws::Odb
|
|
|
1482
1520
|
:time_zone,
|
|
1483
1521
|
:vip_ids,
|
|
1484
1522
|
:odb_network_id,
|
|
1523
|
+
:odb_network_arn,
|
|
1485
1524
|
:percent_progress,
|
|
1486
1525
|
:compute_model,
|
|
1487
1526
|
:iam_roles)
|
|
@@ -1516,6 +1555,11 @@ module Aws::Odb
|
|
|
1516
1555
|
# cluster belongs to.
|
|
1517
1556
|
# @return [String]
|
|
1518
1557
|
#
|
|
1558
|
+
# @!attribute [rw] cloud_exadata_infrastructure_arn
|
|
1559
|
+
# The Amazon Resource Name (ARN) of the Exadata infrastructure that
|
|
1560
|
+
# this VM cluster belongs to.
|
|
1561
|
+
# @return [String]
|
|
1562
|
+
#
|
|
1519
1563
|
# @!attribute [rw] cluster_name
|
|
1520
1564
|
# The name of the Grid Infrastructure (GI) cluster.
|
|
1521
1565
|
# @return [String]
|
|
@@ -1663,6 +1707,11 @@ module Aws::Odb
|
|
|
1663
1707
|
# The unique identifier of the ODB network for the VM cluster.
|
|
1664
1708
|
# @return [String]
|
|
1665
1709
|
#
|
|
1710
|
+
# @!attribute [rw] odb_network_arn
|
|
1711
|
+
# The Amazon Resource Name (ARN) of the ODB network associated with
|
|
1712
|
+
# this VM cluster.
|
|
1713
|
+
# @return [String]
|
|
1714
|
+
#
|
|
1666
1715
|
# @!attribute [rw] percent_progress
|
|
1667
1716
|
# The amount of progress made on the current operation on the VM
|
|
1668
1717
|
# cluster, expressed as a percentage.
|
|
@@ -1691,6 +1740,7 @@ module Aws::Odb
|
|
|
1691
1740
|
:status_reason,
|
|
1692
1741
|
:cloud_vm_cluster_arn,
|
|
1693
1742
|
:cloud_exadata_infrastructure_id,
|
|
1743
|
+
:cloud_exadata_infrastructure_arn,
|
|
1694
1744
|
:cluster_name,
|
|
1695
1745
|
:cpu_core_count,
|
|
1696
1746
|
:data_collection_options,
|
|
@@ -1723,6 +1773,7 @@ module Aws::Odb
|
|
|
1723
1773
|
:time_zone,
|
|
1724
1774
|
:vip_ids,
|
|
1725
1775
|
:odb_network_id,
|
|
1776
|
+
:odb_network_arn,
|
|
1726
1777
|
:percent_progress,
|
|
1727
1778
|
:compute_model,
|
|
1728
1779
|
:iam_roles)
|
|
@@ -2301,13 +2352,14 @@ module Aws::Odb
|
|
|
2301
2352
|
# @return [String]
|
|
2302
2353
|
#
|
|
2303
2354
|
# @!attribute [rw] sts_policy_document
|
|
2304
|
-
# The
|
|
2305
|
-
# usage within the ODB
|
|
2355
|
+
# The Amazon Web Services Security Token Service (STS) policy document
|
|
2356
|
+
# that defines permissions for token service usage within the ODB
|
|
2357
|
+
# network.
|
|
2306
2358
|
# @return [String]
|
|
2307
2359
|
#
|
|
2308
2360
|
# @!attribute [rw] kms_policy_document
|
|
2309
|
-
# The
|
|
2310
|
-
# within the ODB network.
|
|
2361
|
+
# The Amazon Web Services Key Management Service (KMS) policy document
|
|
2362
|
+
# that defines permissions for key usage within the ODB network.
|
|
2311
2363
|
# @return [String]
|
|
2312
2364
|
#
|
|
2313
2365
|
# @!attribute [rw] cross_region_s3_restore_sources_to_enable
|
|
@@ -2451,15 +2503,17 @@ module Aws::Odb
|
|
|
2451
2503
|
# restore source for the ODB network.
|
|
2452
2504
|
#
|
|
2453
2505
|
# @!attribute [rw] region
|
|
2454
|
-
# The Amazon Web Services Region for cross-Region S3 restore
|
|
2506
|
+
# The Amazon Web Services Region for cross-Region Amazon S3 restore
|
|
2507
|
+
# access.
|
|
2455
2508
|
# @return [String]
|
|
2456
2509
|
#
|
|
2457
2510
|
# @!attribute [rw] ipv4_addresses
|
|
2458
|
-
# The IPv4 addresses allowed for cross-Region S3 restore
|
|
2511
|
+
# The IPv4 addresses allowed for cross-Region Amazon S3 restore
|
|
2512
|
+
# access.
|
|
2459
2513
|
# @return [Array<String>]
|
|
2460
2514
|
#
|
|
2461
2515
|
# @!attribute [rw] status
|
|
2462
|
-
# The current status of the cross-Region S3 restore access
|
|
2516
|
+
# The current status of the cross-Region Amazon S3 restore access
|
|
2463
2517
|
# configuration.
|
|
2464
2518
|
# @return [String]
|
|
2465
2519
|
#
|
|
@@ -3368,18 +3422,21 @@ module Aws::Odb
|
|
|
3368
3422
|
class DeleteOdbPeeringConnectionOutput < Aws::EmptyStructure; end
|
|
3369
3423
|
|
|
3370
3424
|
# @!attribute [rw] iam_role_arn
|
|
3371
|
-
# The Amazon Resource Name (ARN) of the
|
|
3372
|
-
# disassociate from the
|
|
3425
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
|
3426
|
+
# and Access Management (IAM) service role to disassociate from the
|
|
3427
|
+
# resource.
|
|
3373
3428
|
# @return [String]
|
|
3374
3429
|
#
|
|
3375
3430
|
# @!attribute [rw] aws_integration
|
|
3376
3431
|
# The Amazon Web Services integration configuration settings for the
|
|
3377
|
-
# IAM service
|
|
3432
|
+
# Amazon Web Services Identity and Access Management (IAM) service
|
|
3433
|
+
# role disassociation.
|
|
3378
3434
|
# @return [String]
|
|
3379
3435
|
#
|
|
3380
3436
|
# @!attribute [rw] resource_arn
|
|
3381
3437
|
# The Amazon Resource Name (ARN) of the target resource to
|
|
3382
|
-
# disassociate from the
|
|
3438
|
+
# disassociate from the Amazon Web Services Identity and Access
|
|
3439
|
+
# Management (IAM) service role.
|
|
3383
3440
|
# @return [String]
|
|
3384
3441
|
#
|
|
3385
3442
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/DisassociateIamRoleFromResourceInput AWS API Documentation
|
|
@@ -3694,21 +3751,25 @@ module Aws::Odb
|
|
|
3694
3751
|
# Management (IAM) service role associated with a resource.
|
|
3695
3752
|
#
|
|
3696
3753
|
# @!attribute [rw] iam_role_arn
|
|
3697
|
-
# The Amazon Resource Name (ARN) of the
|
|
3754
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
|
3755
|
+
# and Access Management (IAM) service role.
|
|
3698
3756
|
# @return [String]
|
|
3699
3757
|
#
|
|
3700
3758
|
# @!attribute [rw] status
|
|
3701
|
-
# The current status of the
|
|
3759
|
+
# The current status of the Amazon Web Services Identity and Access
|
|
3760
|
+
# Management (IAM) service role.
|
|
3702
3761
|
# @return [String]
|
|
3703
3762
|
#
|
|
3704
3763
|
# @!attribute [rw] status_reason
|
|
3705
|
-
# Additional information about the current status of the
|
|
3706
|
-
# role, if
|
|
3764
|
+
# Additional information about the current status of the Amazon Web
|
|
3765
|
+
# Services Identity and Access Management (IAM) service role, if
|
|
3766
|
+
# applicable.
|
|
3707
3767
|
# @return [String]
|
|
3708
3768
|
#
|
|
3709
3769
|
# @!attribute [rw] aws_integration
|
|
3710
3770
|
# The Amazon Web Services integration configuration settings for the
|
|
3711
|
-
# IAM service
|
|
3771
|
+
# Amazon Web Services Identity and Access Management (IAM) service
|
|
3772
|
+
# role.
|
|
3712
3773
|
# @return [String]
|
|
3713
3774
|
#
|
|
3714
3775
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/IamRole AWS API Documentation
|
|
@@ -3763,19 +3824,23 @@ module Aws::Odb
|
|
|
3763
3824
|
# access from the ODB network.
|
|
3764
3825
|
#
|
|
3765
3826
|
# @!attribute [rw] status
|
|
3766
|
-
# The current status of the
|
|
3827
|
+
# The current status of the Amazon Web Services Key Management Service
|
|
3828
|
+
# (KMS) access configuration.
|
|
3767
3829
|
# @return [String]
|
|
3768
3830
|
#
|
|
3769
3831
|
# @!attribute [rw] ipv4_addresses
|
|
3770
|
-
# The IPv4 addresses allowed for
|
|
3832
|
+
# The IPv4 addresses allowed for Amazon Web Services Key Management
|
|
3833
|
+
# Service (KMS) access.
|
|
3771
3834
|
# @return [Array<String>]
|
|
3772
3835
|
#
|
|
3773
3836
|
# @!attribute [rw] domain_name
|
|
3774
|
-
# The domain name for
|
|
3837
|
+
# The domain name for Amazon Web Services Key Management Service (KMS)
|
|
3838
|
+
# access configuration.
|
|
3775
3839
|
# @return [String]
|
|
3776
3840
|
#
|
|
3777
3841
|
# @!attribute [rw] kms_policy_document
|
|
3778
|
-
# The
|
|
3842
|
+
# The Amazon Web Services Key Management Service (KMS) policy document
|
|
3843
|
+
# that defines permissions for key usage.
|
|
3779
3844
|
# @return [String]
|
|
3780
3845
|
#
|
|
3781
3846
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/KmsAccess AWS API Documentation
|
|
@@ -4428,12 +4493,12 @@ module Aws::Odb
|
|
|
4428
4493
|
#
|
|
4429
4494
|
# @!attribute [rw] sts_access
|
|
4430
4495
|
# The Amazon Web Services Security Token Service (STS) access
|
|
4431
|
-
# configuration
|
|
4496
|
+
# configuration.
|
|
4432
4497
|
# @return [Types::StsAccess]
|
|
4433
4498
|
#
|
|
4434
4499
|
# @!attribute [rw] kms_access
|
|
4435
4500
|
# The Amazon Web Services Key Management Service (KMS) access
|
|
4436
|
-
# configuration
|
|
4501
|
+
# configuration.
|
|
4437
4502
|
# @return [Types::KmsAccess]
|
|
4438
4503
|
#
|
|
4439
4504
|
# @!attribute [rw] cross_region_s3_restore_sources_access
|
|
@@ -5148,20 +5213,23 @@ module Aws::Odb
|
|
|
5148
5213
|
# access from the ODB network.
|
|
5149
5214
|
#
|
|
5150
5215
|
# @!attribute [rw] status
|
|
5151
|
-
# The current status of the
|
|
5216
|
+
# The current status of the Amazon Web Services Security Token Service
|
|
5217
|
+
# (STS) access configuration.
|
|
5152
5218
|
# @return [String]
|
|
5153
5219
|
#
|
|
5154
5220
|
# @!attribute [rw] ipv4_addresses
|
|
5155
|
-
# The IPv4 addresses allowed for
|
|
5221
|
+
# The IPv4 addresses allowed for Amazon Web Services Security Token
|
|
5222
|
+
# Service (STS) access.
|
|
5156
5223
|
# @return [Array<String>]
|
|
5157
5224
|
#
|
|
5158
5225
|
# @!attribute [rw] domain_name
|
|
5159
|
-
# The domain name for
|
|
5226
|
+
# The domain name for Amazon Web Services Security Token Service (STS)
|
|
5227
|
+
# access configuration.
|
|
5160
5228
|
# @return [String]
|
|
5161
5229
|
#
|
|
5162
5230
|
# @!attribute [rw] sts_policy_document
|
|
5163
|
-
# The
|
|
5164
|
-
# usage.
|
|
5231
|
+
# The Amazon Web Services Security Token Service (STS) policy document
|
|
5232
|
+
# that defines permissions for token service usage.
|
|
5165
5233
|
# @return [String]
|
|
5166
5234
|
#
|
|
5167
5235
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/StsAccess AWS API Documentation
|
|
@@ -5353,13 +5421,14 @@ module Aws::Odb
|
|
|
5353
5421
|
# @return [String]
|
|
5354
5422
|
#
|
|
5355
5423
|
# @!attribute [rw] sts_policy_document
|
|
5356
|
-
# The
|
|
5357
|
-
# usage within the ODB
|
|
5424
|
+
# The Amazon Web Services Security Token Service (STS) policy document
|
|
5425
|
+
# that defines permissions for token service usage within the ODB
|
|
5426
|
+
# network.
|
|
5358
5427
|
# @return [String]
|
|
5359
5428
|
#
|
|
5360
5429
|
# @!attribute [rw] kms_policy_document
|
|
5361
|
-
# The
|
|
5362
|
-
# within the ODB network.
|
|
5430
|
+
# The Amazon Web Services Key Management Service (KMS) policy document
|
|
5431
|
+
# that defines permissions for key usage within the ODB network.
|
|
5363
5432
|
# @return [String]
|
|
5364
5433
|
#
|
|
5365
5434
|
# @!attribute [rw] cross_region_s3_restore_sources_to_enable
|
data/lib/aws-sdk-odb.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -52,12 +52,14 @@ module Aws::Odb
|
|
|
52
52
|
attr_accessor cloud_autonomous_vm_cluster_id: ::String
|
|
53
53
|
attr_accessor cloud_autonomous_vm_cluster_arn: ::String
|
|
54
54
|
attr_accessor odb_network_id: ::String
|
|
55
|
+
attr_accessor odb_network_arn: ::String
|
|
55
56
|
attr_accessor oci_resource_anchor_name: ::String
|
|
56
57
|
attr_accessor percent_progress: ::Float
|
|
57
58
|
attr_accessor display_name: ::String
|
|
58
59
|
attr_accessor status: ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
|
59
60
|
attr_accessor status_reason: ::String
|
|
60
61
|
attr_accessor cloud_exadata_infrastructure_id: ::String
|
|
62
|
+
attr_accessor cloud_exadata_infrastructure_arn: ::String
|
|
61
63
|
attr_accessor autonomous_data_storage_percentage: ::Float
|
|
62
64
|
attr_accessor autonomous_data_storage_size_in_t_bs: ::Float
|
|
63
65
|
attr_accessor available_autonomous_data_storage_size_in_t_bs: ::Float
|
|
@@ -111,12 +113,14 @@ module Aws::Odb
|
|
|
111
113
|
attr_accessor cloud_autonomous_vm_cluster_id: ::String
|
|
112
114
|
attr_accessor cloud_autonomous_vm_cluster_arn: ::String
|
|
113
115
|
attr_accessor odb_network_id: ::String
|
|
116
|
+
attr_accessor odb_network_arn: ::String
|
|
114
117
|
attr_accessor oci_resource_anchor_name: ::String
|
|
115
118
|
attr_accessor percent_progress: ::Float
|
|
116
119
|
attr_accessor display_name: ::String
|
|
117
120
|
attr_accessor status: ("AVAILABLE" | "FAILED" | "PROVISIONING" | "TERMINATED" | "TERMINATING" | "UPDATING" | "MAINTENANCE_IN_PROGRESS")
|
|
118
121
|
attr_accessor status_reason: ::String
|
|
119
122
|
attr_accessor cloud_exadata_infrastructure_id: ::String
|
|
123
|
+
attr_accessor cloud_exadata_infrastructure_arn: ::String
|
|
120
124
|
attr_accessor autonomous_data_storage_percentage: ::Float
|
|
121
125
|
attr_accessor autonomous_data_storage_size_in_t_bs: ::Float
|
|
122
126
|
attr_accessor available_autonomous_data_storage_size_in_t_bs: ::Float
|
|
@@ -262,6 +266,7 @@ module Aws::Odb
|
|
|
262
266
|
attr_accessor status_reason: ::String
|
|
263
267
|
attr_accessor cloud_vm_cluster_arn: ::String
|
|
264
268
|
attr_accessor cloud_exadata_infrastructure_id: ::String
|
|
269
|
+
attr_accessor cloud_exadata_infrastructure_arn: ::String
|
|
265
270
|
attr_accessor cluster_name: ::String
|
|
266
271
|
attr_accessor cpu_core_count: ::Integer
|
|
267
272
|
attr_accessor data_collection_options: Types::DataCollectionOptions
|
|
@@ -294,6 +299,7 @@ module Aws::Odb
|
|
|
294
299
|
attr_accessor time_zone: ::String
|
|
295
300
|
attr_accessor vip_ids: ::Array[::String]
|
|
296
301
|
attr_accessor odb_network_id: ::String
|
|
302
|
+
attr_accessor odb_network_arn: ::String
|
|
297
303
|
attr_accessor percent_progress: ::Float
|
|
298
304
|
attr_accessor compute_model: ("ECPU" | "OCPU")
|
|
299
305
|
attr_accessor iam_roles: ::Array[Types::IamRole]
|
|
@@ -307,6 +313,7 @@ module Aws::Odb
|
|
|
307
313
|
attr_accessor status_reason: ::String
|
|
308
314
|
attr_accessor cloud_vm_cluster_arn: ::String
|
|
309
315
|
attr_accessor cloud_exadata_infrastructure_id: ::String
|
|
316
|
+
attr_accessor cloud_exadata_infrastructure_arn: ::String
|
|
310
317
|
attr_accessor cluster_name: ::String
|
|
311
318
|
attr_accessor cpu_core_count: ::Integer
|
|
312
319
|
attr_accessor data_collection_options: Types::DataCollectionOptions
|
|
@@ -339,6 +346,7 @@ module Aws::Odb
|
|
|
339
346
|
attr_accessor time_zone: ::String
|
|
340
347
|
attr_accessor vip_ids: ::Array[::String]
|
|
341
348
|
attr_accessor odb_network_id: ::String
|
|
349
|
+
attr_accessor odb_network_arn: ::String
|
|
342
350
|
attr_accessor percent_progress: ::Float
|
|
343
351
|
attr_accessor compute_model: ("ECPU" | "OCPU")
|
|
344
352
|
attr_accessor iam_roles: ::Array[Types::IamRole]
|