Class: Aws::Types::CloudAutonomousVmClusterSummary
- Inherits:
-
Object
- Object
- Aws::Types::CloudAutonomousVmClusterSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_data_storage_percentage ⇒ ::Float
Returns the value of attribute autonomous_data_storage_percentage.
-
#autonomous_data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute autonomous_data_storage_size_in_t_bs.
-
#available_autonomous_data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute available_autonomous_data_storage_size_in_t_bs.
-
#available_container_databases ⇒ ::Integer
Returns the value of attribute available_container_databases.
-
#available_cpus ⇒ ::Float
Returns the value of attribute available_cpus.
-
#cloud_autonomous_vm_cluster_arn ⇒ ::String
Returns the value of attribute cloud_autonomous_vm_cluster_arn.
-
#cloud_autonomous_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_autonomous_vm_cluster_id.
-
#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_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
-
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
-
#cpu_core_count_per_node ⇒ ::Integer
Returns the value of attribute cpu_core_count_per_node.
-
#cpu_percentage ⇒ ::Float
Returns the value of attribute cpu_percentage.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_storage_size_in_g_bs ⇒ ::Float
Returns the value of attribute data_storage_size_in_g_bs.
-
#data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute data_storage_size_in_t_bs.
-
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
-
#db_servers ⇒ ::Array[::String]
Returns the value of attribute db_servers.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#exadata_storage_in_t_bs_lowest_scaled_value ⇒ ::Float
Returns the value of attribute exadata_storage_in_t_bs_lowest_scaled_value.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#iam_roles ⇒ ::Array[Types::IamRole]
Returns the value of attribute iam_roles.
-
#is_mtls_enabled_vm_cluster ⇒ Boolean
Returns the value of attribute is_mtls_enabled_vm_cluster.
-
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
-
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
-
#max_acds_lowest_scaled_value ⇒ ::Integer
Returns the value of attribute max_acds_lowest_scaled_value.
-
#memory_per_oracle_compute_unit_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_per_oracle_compute_unit_in_g_bs.
-
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
-
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
-
#non_provisionable_autonomous_container_databases ⇒ ::Integer
Returns the value of attribute non_provisionable_autonomous_container_databases.
-
#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.
-
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
-
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
-
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
-
#provisionable_autonomous_container_databases ⇒ ::Integer
Returns the value of attribute provisionable_autonomous_container_databases.
-
#provisioned_autonomous_container_databases ⇒ ::Integer
Returns the value of attribute provisioned_autonomous_container_databases.
-
#provisioned_cpus ⇒ ::Float
Returns the value of attribute provisioned_cpus.
-
#reclaimable_cpus ⇒ ::Float
Returns the value of attribute reclaimable_cpus.
-
#reserved_cpus ⇒ ::Float
Returns the value of attribute reserved_cpus.
-
#scan_listener_port_non_tls ⇒ ::Integer
Returns the value of attribute scan_listener_port_non_tls.
-
#scan_listener_port_tls ⇒ ::Integer
Returns the value of attribute scan_listener_port_tls.
-
#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.
-
#time_database_ssl_certificate_expires ⇒ ::Time
Returns the value of attribute time_database_ssl_certificate_expires.
-
#time_ords_certificate_expires ⇒ ::Time
Returns the value of attribute time_ords_certificate_expires.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
-
#total_container_databases ⇒ ::Integer
Returns the value of attribute total_container_databases.
Instance Attribute Details
#autonomous_data_storage_percentage ⇒ ::Float
Returns the value of attribute autonomous_data_storage_percentage.
502 503 504 |
# File 'sig/types.rbs', line 502 def autonomous_data_storage_percentage @autonomous_data_storage_percentage end |
#autonomous_data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute autonomous_data_storage_size_in_t_bs.
503 504 505 |
# File 'sig/types.rbs', line 503 def autonomous_data_storage_size_in_t_bs @autonomous_data_storage_size_in_t_bs end |
#available_autonomous_data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute available_autonomous_data_storage_size_in_t_bs.
504 505 506 |
# File 'sig/types.rbs', line 504 def available_autonomous_data_storage_size_in_t_bs @available_autonomous_data_storage_size_in_t_bs end |
#available_container_databases ⇒ ::Integer
Returns the value of attribute available_container_databases.
505 506 507 |
# File 'sig/types.rbs', line 505 def available_container_databases @available_container_databases end |
#available_cpus ⇒ ::Float
Returns the value of attribute available_cpus.
506 507 508 |
# File 'sig/types.rbs', line 506 def available_cpus @available_cpus end |
#cloud_autonomous_vm_cluster_arn ⇒ ::String
Returns the value of attribute cloud_autonomous_vm_cluster_arn.
492 493 494 |
# File 'sig/types.rbs', line 492 def cloud_autonomous_vm_cluster_arn @cloud_autonomous_vm_cluster_arn end |
#cloud_autonomous_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_autonomous_vm_cluster_id.
491 492 493 |
# File 'sig/types.rbs', line 491 def cloud_autonomous_vm_cluster_id @cloud_autonomous_vm_cluster_id end |
#cloud_exadata_infrastructure_arn ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_arn.
501 502 503 |
# File 'sig/types.rbs', line 501 def cloud_exadata_infrastructure_arn @cloud_exadata_infrastructure_arn end |
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
500 501 502 |
# File 'sig/types.rbs', line 500 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
507 508 509 |
# File 'sig/types.rbs', line 507 def compute_model @compute_model end |
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
508 509 510 |
# File 'sig/types.rbs', line 508 def cpu_core_count @cpu_core_count end |
#cpu_core_count_per_node ⇒ ::Integer
Returns the value of attribute cpu_core_count_per_node.
509 510 511 |
# File 'sig/types.rbs', line 509 def cpu_core_count_per_node @cpu_core_count_per_node end |
#cpu_percentage ⇒ ::Float
Returns the value of attribute cpu_percentage.
510 511 512 |
# File 'sig/types.rbs', line 510 def cpu_percentage @cpu_percentage end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
537 538 539 |
# File 'sig/types.rbs', line 537 def created_at @created_at end |
#data_storage_size_in_g_bs ⇒ ::Float
Returns the value of attribute data_storage_size_in_g_bs.
511 512 513 |
# File 'sig/types.rbs', line 511 def data_storage_size_in_g_bs @data_storage_size_in_g_bs end |
#data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute data_storage_size_in_t_bs.
512 513 514 |
# File 'sig/types.rbs', line 512 def data_storage_size_in_t_bs @data_storage_size_in_t_bs end |
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
513 514 515 |
# File 'sig/types.rbs', line 513 def db_node_storage_size_in_g_bs @db_node_storage_size_in_g_bs end |
#db_servers ⇒ ::Array[::String]
Returns the value of attribute db_servers.
514 515 516 |
# File 'sig/types.rbs', line 514 def db_servers @db_servers end |
#description ⇒ ::String
Returns the value of attribute description.
515 516 517 |
# File 'sig/types.rbs', line 515 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
497 498 499 |
# File 'sig/types.rbs', line 497 def display_name @display_name end |
#domain ⇒ ::String
Returns the value of attribute domain.
516 517 518 |
# File 'sig/types.rbs', line 516 def domain @domain end |
#exadata_storage_in_t_bs_lowest_scaled_value ⇒ ::Float
Returns the value of attribute exadata_storage_in_t_bs_lowest_scaled_value.
517 518 519 |
# File 'sig/types.rbs', line 517 def exadata_storage_in_t_bs_lowest_scaled_value @exadata_storage_in_t_bs_lowest_scaled_value end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
518 519 520 |
# File 'sig/types.rbs', line 518 def hostname @hostname end |
#iam_roles ⇒ ::Array[Types::IamRole]
Returns the value of attribute iam_roles.
542 543 544 |
# File 'sig/types.rbs', line 542 def iam_roles @iam_roles end |
#is_mtls_enabled_vm_cluster ⇒ Boolean
Returns the value of attribute is_mtls_enabled_vm_cluster.
521 522 523 |
# File 'sig/types.rbs', line 521 def is_mtls_enabled_vm_cluster @is_mtls_enabled_vm_cluster end |
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
522 523 524 |
# File 'sig/types.rbs', line 522 def license_model @license_model end |
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
523 524 525 |
# File 'sig/types.rbs', line 523 def maintenance_window @maintenance_window end |
#max_acds_lowest_scaled_value ⇒ ::Integer
Returns the value of attribute max_acds_lowest_scaled_value.
524 525 526 |
# File 'sig/types.rbs', line 524 def max_acds_lowest_scaled_value @max_acds_lowest_scaled_value end |
#memory_per_oracle_compute_unit_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_per_oracle_compute_unit_in_g_bs.
525 526 527 |
# File 'sig/types.rbs', line 525 def memory_per_oracle_compute_unit_in_g_bs @memory_per_oracle_compute_unit_in_g_bs end |
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
526 527 528 |
# File 'sig/types.rbs', line 526 def memory_size_in_g_bs @memory_size_in_g_bs end |
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
527 528 529 |
# File 'sig/types.rbs', line 527 def node_count @node_count end |
#non_provisionable_autonomous_container_databases ⇒ ::Integer
Returns the value of attribute non_provisionable_autonomous_container_databases.
528 529 530 |
# File 'sig/types.rbs', line 528 def non_provisionable_autonomous_container_databases @non_provisionable_autonomous_container_databases end |
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
495 496 497 |
# File 'sig/types.rbs', line 495 def oci_resource_anchor_name @oci_resource_anchor_name end |
#oci_url ⇒ ::String
Returns the value of attribute oci_url.
520 521 522 |
# File 'sig/types.rbs', line 520 def oci_url @oci_url end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
519 520 521 |
# File 'sig/types.rbs', line 519 def ocid @ocid end |
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
494 495 496 |
# File 'sig/types.rbs', line 494 def odb_network_arn @odb_network_arn end |
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
493 494 495 |
# File 'sig/types.rbs', line 493 def odb_network_id @odb_network_id end |
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
496 497 498 |
# File 'sig/types.rbs', line 496 def percent_progress @percent_progress end |
#provisionable_autonomous_container_databases ⇒ ::Integer
Returns the value of attribute provisionable_autonomous_container_databases.
529 530 531 |
# File 'sig/types.rbs', line 529 def provisionable_autonomous_container_databases @provisionable_autonomous_container_databases end |
#provisioned_autonomous_container_databases ⇒ ::Integer
Returns the value of attribute provisioned_autonomous_container_databases.
530 531 532 |
# File 'sig/types.rbs', line 530 def provisioned_autonomous_container_databases @provisioned_autonomous_container_databases end |
#provisioned_cpus ⇒ ::Float
Returns the value of attribute provisioned_cpus.
531 532 533 |
# File 'sig/types.rbs', line 531 def provisioned_cpus @provisioned_cpus end |
#reclaimable_cpus ⇒ ::Float
Returns the value of attribute reclaimable_cpus.
532 533 534 |
# File 'sig/types.rbs', line 532 def reclaimable_cpus @reclaimable_cpus end |
#reserved_cpus ⇒ ::Float
Returns the value of attribute reserved_cpus.
533 534 535 |
# File 'sig/types.rbs', line 533 def reserved_cpus @reserved_cpus end |
#scan_listener_port_non_tls ⇒ ::Integer
Returns the value of attribute scan_listener_port_non_tls.
534 535 536 |
# File 'sig/types.rbs', line 534 def scan_listener_port_non_tls @scan_listener_port_non_tls end |
#scan_listener_port_tls ⇒ ::Integer
Returns the value of attribute scan_listener_port_tls.
535 536 537 |
# File 'sig/types.rbs', line 535 def scan_listener_port_tls @scan_listener_port_tls end |
#shape ⇒ ::String
Returns the value of attribute shape.
536 537 538 |
# File 'sig/types.rbs', line 536 def shape @shape end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
498 499 500 |
# File 'sig/types.rbs', line 498 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
499 500 501 |
# File 'sig/types.rbs', line 499 def status_reason @status_reason end |
#time_database_ssl_certificate_expires ⇒ ::Time
Returns the value of attribute time_database_ssl_certificate_expires.
538 539 540 |
# File 'sig/types.rbs', line 538 def time_database_ssl_certificate_expires @time_database_ssl_certificate_expires end |
#time_ords_certificate_expires ⇒ ::Time
Returns the value of attribute time_ords_certificate_expires.
539 540 541 |
# File 'sig/types.rbs', line 539 def time_ords_certificate_expires @time_ords_certificate_expires end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
540 541 542 |
# File 'sig/types.rbs', line 540 def time_zone @time_zone end |
#total_container_databases ⇒ ::Integer
Returns the value of attribute total_container_databases.
541 542 543 |
# File 'sig/types.rbs', line 541 def total_container_databases @total_container_databases end |