Class: Aws::Types::CloudExadataInfrastructureSummary
- Inherits:
-
Object
- Object
- Aws::Types::CloudExadataInfrastructureSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activated_storage_count ⇒ ::Integer
Returns the value of attribute activated_storage_count.
-
#additional_storage_count ⇒ ::Integer
Returns the value of attribute additional_storage_count.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#available_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute available_storage_size_in_g_bs.
-
#cloud_exadata_infrastructure_arn ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_arn.
-
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
-
#compute_count ⇒ ::Integer
Returns the value of attribute compute_count.
-
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
-
#cpu_count ⇒ ::Integer
Returns the value of attribute cpu_count.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#customer_contacts_to_send_to_oci ⇒ ::Array[Types::CustomerContact]
Returns the value of attribute customer_contacts_to_send_to_oci.
-
#data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute data_storage_size_in_t_bs.
-
#database_server_type ⇒ ::String
Returns the value of attribute database_server_type.
-
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
-
#db_server_version ⇒ ::String
Returns the value of attribute db_server_version.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#last_maintenance_run_id ⇒ ::String
Returns the value of attribute last_maintenance_run_id.
-
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
-
#max_cpu_count ⇒ ::Integer
Returns the value of attribute max_cpu_count.
-
#max_data_storage_in_t_bs ⇒ ::Float
Returns the value of attribute max_data_storage_in_t_bs.
-
#max_db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute max_db_node_storage_size_in_g_bs.
-
#max_memory_in_g_bs ⇒ ::Integer
Returns the value of attribute max_memory_in_g_bs.
-
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
-
#monthly_db_server_version ⇒ ::String
Returns the value of attribute monthly_db_server_version.
-
#monthly_storage_server_version ⇒ ::String
Returns the value of attribute monthly_storage_server_version.
-
#next_maintenance_run_id ⇒ ::String
Returns the value of attribute next_maintenance_run_id.
-
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
-
#oci_url ⇒ ::String
Returns the value of attribute oci_url.
-
#ocid ⇒ ::String
Returns the value of attribute ocid.
-
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
-
#shape ⇒ ::String
Returns the value of attribute shape.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#storage_count ⇒ ::Integer
Returns the value of attribute storage_count.
-
#storage_server_type ⇒ ::String
Returns the value of attribute storage_server_type.
-
#storage_server_version ⇒ ::String
Returns the value of attribute storage_server_version.
-
#total_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute total_storage_size_in_g_bs.
Instance Attribute Details
#activated_storage_count ⇒ ::Integer
Returns the value of attribute activated_storage_count.
594 595 596 |
# File 'sig/types.rbs', line 594 def activated_storage_count @activated_storage_count end |
#additional_storage_count ⇒ ::Integer
Returns the value of attribute additional_storage_count.
595 596 597 |
# File 'sig/types.rbs', line 595 def additional_storage_count @additional_storage_count end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
597 598 599 |
# File 'sig/types.rbs', line 597 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
598 599 600 |
# File 'sig/types.rbs', line 598 def availability_zone_id @availability_zone_id end |
#available_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute available_storage_size_in_g_bs.
596 597 598 |
# File 'sig/types.rbs', line 596 def available_storage_size_in_g_bs @available_storage_size_in_g_bs end |
#cloud_exadata_infrastructure_arn ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_arn.
593 594 595 |
# File 'sig/types.rbs', line 593 def cloud_exadata_infrastructure_arn @cloud_exadata_infrastructure_arn end |
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
589 590 591 |
# File 'sig/types.rbs', line 589 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#compute_count ⇒ ::Integer
Returns the value of attribute compute_count.
599 600 601 |
# File 'sig/types.rbs', line 599 def compute_count @compute_count end |
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
626 627 628 |
# File 'sig/types.rbs', line 626 def compute_model @compute_model end |
#cpu_count ⇒ ::Integer
Returns the value of attribute cpu_count.
600 601 602 |
# File 'sig/types.rbs', line 600 def cpu_count @cpu_count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
621 622 623 |
# File 'sig/types.rbs', line 621 def created_at @created_at end |
#customer_contacts_to_send_to_oci ⇒ ::Array[Types::CustomerContact]
Returns the value of attribute customer_contacts_to_send_to_oci.
601 602 603 |
# File 'sig/types.rbs', line 601 def customer_contacts_to_send_to_oci @customer_contacts_to_send_to_oci end |
#data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute data_storage_size_in_t_bs.
602 603 604 |
# File 'sig/types.rbs', line 602 def data_storage_size_in_t_bs @data_storage_size_in_t_bs end |
#database_server_type ⇒ ::String
Returns the value of attribute database_server_type.
624 625 626 |
# File 'sig/types.rbs', line 624 def database_server_type @database_server_type end |
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
603 604 605 |
# File 'sig/types.rbs', line 603 def db_node_storage_size_in_g_bs @db_node_storage_size_in_g_bs end |
#db_server_version ⇒ ::String
Returns the value of attribute db_server_version.
604 605 606 |
# File 'sig/types.rbs', line 604 def db_server_version @db_server_version end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
590 591 592 |
# File 'sig/types.rbs', line 590 def display_name @display_name end |
#last_maintenance_run_id ⇒ ::String
Returns the value of attribute last_maintenance_run_id.
605 606 607 |
# File 'sig/types.rbs', line 605 def last_maintenance_run_id @last_maintenance_run_id end |
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
606 607 608 |
# File 'sig/types.rbs', line 606 def maintenance_window @maintenance_window end |
#max_cpu_count ⇒ ::Integer
Returns the value of attribute max_cpu_count.
607 608 609 |
# File 'sig/types.rbs', line 607 def max_cpu_count @max_cpu_count end |
#max_data_storage_in_t_bs ⇒ ::Float
Returns the value of attribute max_data_storage_in_t_bs.
608 609 610 |
# File 'sig/types.rbs', line 608 def max_data_storage_in_t_bs @max_data_storage_in_t_bs end |
#max_db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute max_db_node_storage_size_in_g_bs.
609 610 611 |
# File 'sig/types.rbs', line 609 def max_db_node_storage_size_in_g_bs @max_db_node_storage_size_in_g_bs end |
#max_memory_in_g_bs ⇒ ::Integer
Returns the value of attribute max_memory_in_g_bs.
610 611 612 |
# File 'sig/types.rbs', line 610 def max_memory_in_g_bs @max_memory_in_g_bs end |
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
611 612 613 |
# File 'sig/types.rbs', line 611 def memory_size_in_g_bs @memory_size_in_g_bs end |
#monthly_db_server_version ⇒ ::String
Returns the value of attribute monthly_db_server_version.
612 613 614 |
# File 'sig/types.rbs', line 612 def monthly_db_server_version @monthly_db_server_version end |
#monthly_storage_server_version ⇒ ::String
Returns the value of attribute monthly_storage_server_version.
613 614 615 |
# File 'sig/types.rbs', line 613 def monthly_storage_server_version @monthly_storage_server_version end |
#next_maintenance_run_id ⇒ ::String
Returns the value of attribute next_maintenance_run_id.
614 615 616 |
# File 'sig/types.rbs', line 614 def next_maintenance_run_id @next_maintenance_run_id end |
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
615 616 617 |
# File 'sig/types.rbs', line 615 def oci_resource_anchor_name @oci_resource_anchor_name end |
#oci_url ⇒ ::String
Returns the value of attribute oci_url.
616 617 618 |
# File 'sig/types.rbs', line 616 def oci_url @oci_url end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
617 618 619 |
# File 'sig/types.rbs', line 617 def ocid @ocid end |
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
623 624 625 |
# File 'sig/types.rbs', line 623 def percent_progress @percent_progress end |
#shape ⇒ ::String
Returns the value of attribute shape.
618 619 620 |
# File 'sig/types.rbs', line 618 def shape @shape end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
591 592 593 |
# File 'sig/types.rbs', line 591 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
592 593 594 |
# File 'sig/types.rbs', line 592 def status_reason @status_reason end |
#storage_count ⇒ ::Integer
Returns the value of attribute storage_count.
619 620 621 |
# File 'sig/types.rbs', line 619 def storage_count @storage_count end |
#storage_server_type ⇒ ::String
Returns the value of attribute storage_server_type.
625 626 627 |
# File 'sig/types.rbs', line 625 def storage_server_type @storage_server_type end |
#storage_server_version ⇒ ::String
Returns the value of attribute storage_server_version.
620 621 622 |
# File 'sig/types.rbs', line 620 def storage_server_version @storage_server_version end |
#total_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute total_storage_size_in_g_bs.
622 623 624 |
# File 'sig/types.rbs', line 622 def total_storage_size_in_g_bs @total_storage_size_in_g_bs end |