Class: Aws::Types::CloudExadataInfrastructureUnallocatedResources
- Inherits:
-
Object
- Object
- Aws::Types::CloudExadataInfrastructureUnallocatedResources
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_autonomous_vm_clusters ⇒ ::Array[Types::CloudAutonomousVmClusterResourceDetails]
Returns the value of attribute cloud_autonomous_vm_clusters.
-
#cloud_exadata_infrastructure_display_name ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_display_name.
-
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
-
#exadata_storage_in_t_bs ⇒ ::Float
Returns the value of attribute exadata_storage_in_t_bs.
-
#local_storage_in_g_bs ⇒ ::Integer
Returns the value of attribute local_storage_in_g_bs.
-
#memory_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_in_g_bs.
-
#ocpus ⇒ ::Integer
Returns the value of attribute ocpus.
Instance Attribute Details
#cloud_autonomous_vm_clusters ⇒ ::Array[Types::CloudAutonomousVmClusterResourceDetails]
Returns the value of attribute cloud_autonomous_vm_clusters.
631 632 633 |
# File 'sig/types.rbs', line 631 def cloud_autonomous_vm_clusters @cloud_autonomous_vm_clusters end |
#cloud_exadata_infrastructure_display_name ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_display_name.
632 633 634 |
# File 'sig/types.rbs', line 632 def cloud_exadata_infrastructure_display_name @cloud_exadata_infrastructure_display_name end |
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
634 635 636 |
# File 'sig/types.rbs', line 634 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#exadata_storage_in_t_bs ⇒ ::Float
Returns the value of attribute exadata_storage_in_t_bs.
633 634 635 |
# File 'sig/types.rbs', line 633 def exadata_storage_in_t_bs @exadata_storage_in_t_bs end |
#local_storage_in_g_bs ⇒ ::Integer
Returns the value of attribute local_storage_in_g_bs.
635 636 637 |
# File 'sig/types.rbs', line 635 def local_storage_in_g_bs @local_storage_in_g_bs end |
#memory_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_in_g_bs.
636 637 638 |
# File 'sig/types.rbs', line 636 def memory_in_g_bs @memory_in_g_bs end |
#ocpus ⇒ ::Integer
Returns the value of attribute ocpus.
637 638 639 |
# File 'sig/types.rbs', line 637 def ocpus @ocpus end |