Class: Aws::Types::CloudExadataInfrastructureUnallocatedResources

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


637
638
639
# File 'sig/types.rbs', line 637

def ocpus
  @ocpus
end