Class: Aws::Types::CloudExadataInfrastructure
- Inherits:
-
Object
- Object
- Aws::Types::CloudExadataInfrastructure
- 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.
552 553 554 |
# File 'sig/types.rbs', line 552 def activated_storage_count @activated_storage_count end |
#additional_storage_count ⇒ ::Integer
Returns the value of attribute additional_storage_count.
553 554 555 |
# File 'sig/types.rbs', line 553 def additional_storage_count @additional_storage_count end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
555 556 557 |
# File 'sig/types.rbs', line 555 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
556 557 558 |
# File 'sig/types.rbs', line 556 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.
554 555 556 |
# File 'sig/types.rbs', line 554 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.
551 552 553 |
# File 'sig/types.rbs', line 551 def cloud_exadata_infrastructure_arn @cloud_exadata_infrastructure_arn end |
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
547 548 549 |
# File 'sig/types.rbs', line 547 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#compute_count ⇒ ::Integer
Returns the value of attribute compute_count.
557 558 559 |
# File 'sig/types.rbs', line 557 def compute_count @compute_count end |
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
584 585 586 |
# File 'sig/types.rbs', line 584 def compute_model @compute_model end |
#cpu_count ⇒ ::Integer
Returns the value of attribute cpu_count.
558 559 560 |
# File 'sig/types.rbs', line 558 def cpu_count @cpu_count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
579 580 581 |
# File 'sig/types.rbs', line 579 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.
559 560 561 |
# File 'sig/types.rbs', line 559 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.
560 561 562 |
# File 'sig/types.rbs', line 560 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.
582 583 584 |
# File 'sig/types.rbs', line 582 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.
561 562 563 |
# File 'sig/types.rbs', line 561 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.
562 563 564 |
# File 'sig/types.rbs', line 562 def db_server_version @db_server_version end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
548 549 550 |
# File 'sig/types.rbs', line 548 def display_name @display_name end |
#last_maintenance_run_id ⇒ ::String
Returns the value of attribute last_maintenance_run_id.
563 564 565 |
# File 'sig/types.rbs', line 563 def last_maintenance_run_id @last_maintenance_run_id end |
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
564 565 566 |
# File 'sig/types.rbs', line 564 def maintenance_window @maintenance_window end |
#max_cpu_count ⇒ ::Integer
Returns the value of attribute max_cpu_count.
565 566 567 |
# File 'sig/types.rbs', line 565 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.
566 567 568 |
# File 'sig/types.rbs', line 566 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.
567 568 569 |
# File 'sig/types.rbs', line 567 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.
568 569 570 |
# File 'sig/types.rbs', line 568 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.
569 570 571 |
# File 'sig/types.rbs', line 569 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.
570 571 572 |
# File 'sig/types.rbs', line 570 def monthly_db_server_version @monthly_db_server_version end |
#monthly_storage_server_version ⇒ ::String
Returns the value of attribute monthly_storage_server_version.
571 572 573 |
# File 'sig/types.rbs', line 571 def monthly_storage_server_version @monthly_storage_server_version end |
#next_maintenance_run_id ⇒ ::String
Returns the value of attribute next_maintenance_run_id.
572 573 574 |
# File 'sig/types.rbs', line 572 def next_maintenance_run_id @next_maintenance_run_id end |
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
573 574 575 |
# File 'sig/types.rbs', line 573 def oci_resource_anchor_name @oci_resource_anchor_name end |
#oci_url ⇒ ::String
Returns the value of attribute oci_url.
574 575 576 |
# File 'sig/types.rbs', line 574 def oci_url @oci_url end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
575 576 577 |
# File 'sig/types.rbs', line 575 def ocid @ocid end |
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
581 582 583 |
# File 'sig/types.rbs', line 581 def percent_progress @percent_progress end |
#shape ⇒ ::String
Returns the value of attribute shape.
576 577 578 |
# File 'sig/types.rbs', line 576 def shape @shape end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
549 550 551 |
# File 'sig/types.rbs', line 549 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
550 551 552 |
# File 'sig/types.rbs', line 550 def status_reason @status_reason end |
#storage_count ⇒ ::Integer
Returns the value of attribute storage_count.
577 578 579 |
# File 'sig/types.rbs', line 577 def storage_count @storage_count end |
#storage_server_type ⇒ ::String
Returns the value of attribute storage_server_type.
583 584 585 |
# File 'sig/types.rbs', line 583 def storage_server_type @storage_server_type end |
#storage_server_version ⇒ ::String
Returns the value of attribute storage_server_version.
578 579 580 |
# File 'sig/types.rbs', line 578 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.
580 581 582 |
# File 'sig/types.rbs', line 580 def total_storage_size_in_g_bs @total_storage_size_in_g_bs end |