Class: Aws::Odb::Types::CloudExadataInfrastructureUnallocatedResources
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CloudExadataInfrastructureUnallocatedResources
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Information about unallocated resources in the Cloud Exadata infrastructure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_autonomous_vm_clusters ⇒ Array<Types::CloudAutonomousVmClusterResourceDetails>
A list of Autonomous VM clusters associated with this Cloud Exadata Infrastructure.
-
#cloud_exadata_infrastructure_display_name ⇒ String
The display name of the Cloud Exadata infrastructure.
-
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Cloud Exadata infrastructure.
-
#exadata_storage_in_t_bs ⇒ Float
The amount of unallocated Exadata storage available, in terabytes (TB).
-
#local_storage_in_g_bs ⇒ Integer
The amount of unallocated local storage available, in gigabytes (GB).
-
#memory_in_g_bs ⇒ Integer
The amount of unallocated memory available, in gigabytes (GB).
-
#ocpus ⇒ Integer
The number of unallocated Oracle CPU Units (OCPUs) available.
Instance Attribute Details
#cloud_autonomous_vm_clusters ⇒ Array<Types::CloudAutonomousVmClusterResourceDetails>
A list of Autonomous VM clusters associated with this Cloud Exadata Infrastructure.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1212 class CloudExadataInfrastructureUnallocatedResources < Struct.new( :cloud_autonomous_vm_clusters, :cloud_exadata_infrastructure_display_name, :exadata_storage_in_t_bs, :cloud_exadata_infrastructure_id, :local_storage_in_g_bs, :memory_in_g_bs, :ocpus) SENSITIVE = [] include Aws::Structure end |
#cloud_exadata_infrastructure_display_name ⇒ String
The display name of the Cloud Exadata infrastructure.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1212 class CloudExadataInfrastructureUnallocatedResources < Struct.new( :cloud_autonomous_vm_clusters, :cloud_exadata_infrastructure_display_name, :exadata_storage_in_t_bs, :cloud_exadata_infrastructure_id, :local_storage_in_g_bs, :memory_in_g_bs, :ocpus) SENSITIVE = [] include Aws::Structure end |
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Cloud Exadata infrastructure.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1212 class CloudExadataInfrastructureUnallocatedResources < Struct.new( :cloud_autonomous_vm_clusters, :cloud_exadata_infrastructure_display_name, :exadata_storage_in_t_bs, :cloud_exadata_infrastructure_id, :local_storage_in_g_bs, :memory_in_g_bs, :ocpus) SENSITIVE = [] include Aws::Structure end |
#exadata_storage_in_t_bs ⇒ Float
The amount of unallocated Exadata storage available, in terabytes (TB).
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1212 class CloudExadataInfrastructureUnallocatedResources < Struct.new( :cloud_autonomous_vm_clusters, :cloud_exadata_infrastructure_display_name, :exadata_storage_in_t_bs, :cloud_exadata_infrastructure_id, :local_storage_in_g_bs, :memory_in_g_bs, :ocpus) SENSITIVE = [] include Aws::Structure end |
#local_storage_in_g_bs ⇒ Integer
The amount of unallocated local storage available, in gigabytes (GB).
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1212 class CloudExadataInfrastructureUnallocatedResources < Struct.new( :cloud_autonomous_vm_clusters, :cloud_exadata_infrastructure_display_name, :exadata_storage_in_t_bs, :cloud_exadata_infrastructure_id, :local_storage_in_g_bs, :memory_in_g_bs, :ocpus) SENSITIVE = [] include Aws::Structure end |
#memory_in_g_bs ⇒ Integer
The amount of unallocated memory available, in gigabytes (GB).
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1212 class CloudExadataInfrastructureUnallocatedResources < Struct.new( :cloud_autonomous_vm_clusters, :cloud_exadata_infrastructure_display_name, :exadata_storage_in_t_bs, :cloud_exadata_infrastructure_id, :local_storage_in_g_bs, :memory_in_g_bs, :ocpus) SENSITIVE = [] include Aws::Structure end |
#ocpus ⇒ Integer
The number of unallocated Oracle CPU Units (OCPUs) available.
1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1212 class CloudExadataInfrastructureUnallocatedResources < Struct.new( :cloud_autonomous_vm_clusters, :cloud_exadata_infrastructure_display_name, :exadata_storage_in_t_bs, :cloud_exadata_infrastructure_id, :local_storage_in_g_bs, :memory_in_g_bs, :ocpus) SENSITIVE = [] include Aws::Structure end |