Class: Aws::Types::ExadbVmClusterSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExadbVmClusterSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_collection_options ⇒ Types::DataCollectionOptions
Returns the value of attribute data_collection_options.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#enabled_ecpu_count ⇒ ::Integer
Returns the value of attribute enabled_ecpu_count.
-
#exadb_vm_cluster_arn ⇒ ::String
Returns the value of attribute exadb_vm_cluster_arn.
-
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
-
#exascale_db_storage_vault_arn ⇒ ::String
Returns the value of attribute exascale_db_storage_vault_arn.
-
#exascale_db_storage_vault_id ⇒ ::String
Returns the value of attribute exascale_db_storage_vault_id.
-
#gi_version ⇒ ::String
Returns the value of attribute gi_version.
-
#grid_image_id ⇒ ::String
Returns the value of attribute grid_image_id.
-
#grid_image_type ⇒ "RELEASE_UPDATE", "CUSTOM_IMAGE"
Returns the value of attribute grid_image_type.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#iam_roles ⇒ ::Array[Types::IamRole]
Returns the value of attribute iam_roles.
-
#iorm_config_cache ⇒ Types::ExadataIormConfig
Returns the value of attribute iorm_config_cache.
-
#last_update_history_entry_id ⇒ ::String
Returns the value of attribute last_update_history_entry_id.
-
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
-
#listener_port ⇒ ::Integer
Returns the value of attribute listener_port.
-
#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.
-
#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.
-
#scan_dns_name ⇒ ::String
Returns the value of attribute scan_dns_name.
-
#scan_dns_record_id ⇒ ::String
Returns the value of attribute scan_dns_record_id.
-
#scan_ip_ids ⇒ ::Array[::String]
Returns the value of attribute scan_ip_ids.
-
#scan_listener_port_tcp ⇒ ::Integer
Returns the value of attribute scan_listener_port_tcp.
-
#scan_listener_port_tcp_ssl ⇒ ::Integer
Returns the value of attribute scan_listener_port_tcp_ssl.
-
#shape ⇒ ::String
Returns the value of attribute shape.
-
#shape_attribute ⇒ "SMART_STORAGE", "BLOCK_STORAGE"
Returns the value of attribute shape_attribute.
-
#snapshot_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails
Returns the value of attribute snapshot_file_system_storage.
-
#ssh_public_keys ⇒ ::Array[::String]
Returns the value of attribute ssh_public_keys.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#system_version ⇒ ::String
Returns the value of attribute system_version.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
-
#total_ecpu_count ⇒ ::Integer
Returns the value of attribute total_ecpu_count.
-
#total_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails
Returns the value of attribute total_file_system_storage.
-
#vip_ids ⇒ ::Array[::String]
Returns the value of attribute vip_ids.
-
#vm_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails
Returns the value of attribute vm_file_system_storage.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def cluster_name @cluster_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def created_at @created_at end |
#data_collection_options ⇒ Types::DataCollectionOptions
Returns the value of attribute data_collection_options.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def @data_collection_options end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def display_name @display_name end |
#domain ⇒ ::String
Returns the value of attribute domain.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def domain @domain end |
#enabled_ecpu_count ⇒ ::Integer
Returns the value of attribute enabled_ecpu_count.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def enabled_ecpu_count @enabled_ecpu_count end |
#exadb_vm_cluster_arn ⇒ ::String
Returns the value of attribute exadb_vm_cluster_arn.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def exadb_vm_cluster_arn @exadb_vm_cluster_arn end |
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def exadb_vm_cluster_id @exadb_vm_cluster_id end |
#exascale_db_storage_vault_arn ⇒ ::String
Returns the value of attribute exascale_db_storage_vault_arn.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def exascale_db_storage_vault_arn @exascale_db_storage_vault_arn end |
#exascale_db_storage_vault_id ⇒ ::String
Returns the value of attribute exascale_db_storage_vault_id.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def exascale_db_storage_vault_id @exascale_db_storage_vault_id end |
#gi_version ⇒ ::String
Returns the value of attribute gi_version.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def gi_version @gi_version end |
#grid_image_id ⇒ ::String
Returns the value of attribute grid_image_id.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def grid_image_id @grid_image_id end |
#grid_image_type ⇒ "RELEASE_UPDATE", "CUSTOM_IMAGE"
Returns the value of attribute grid_image_type.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def grid_image_type @grid_image_type end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def hostname @hostname end |
#iam_roles ⇒ ::Array[Types::IamRole]
Returns the value of attribute iam_roles.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def iam_roles @iam_roles end |
#iorm_config_cache ⇒ Types::ExadataIormConfig
Returns the value of attribute iorm_config_cache.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def iorm_config_cache @iorm_config_cache end |
#last_update_history_entry_id ⇒ ::String
Returns the value of attribute last_update_history_entry_id.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def last_update_history_entry_id @last_update_history_entry_id end |
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def license_model @license_model end |
#listener_port ⇒ ::Integer
Returns the value of attribute listener_port.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def listener_port @listener_port end |
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def memory_size_in_g_bs @memory_size_in_g_bs end |
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def node_count @node_count end |
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def oci_resource_anchor_name @oci_resource_anchor_name end |
#oci_url ⇒ ::String
Returns the value of attribute oci_url.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def oci_url @oci_url end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def ocid @ocid end |
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def odb_network_arn @odb_network_arn end |
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def odb_network_id @odb_network_id end |
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def percent_progress @percent_progress end |
#scan_dns_name ⇒ ::String
Returns the value of attribute scan_dns_name.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def scan_dns_name @scan_dns_name end |
#scan_dns_record_id ⇒ ::String
Returns the value of attribute scan_dns_record_id.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def scan_dns_record_id @scan_dns_record_id end |
#scan_ip_ids ⇒ ::Array[::String]
Returns the value of attribute scan_ip_ids.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def scan_ip_ids @scan_ip_ids end |
#scan_listener_port_tcp ⇒ ::Integer
Returns the value of attribute scan_listener_port_tcp.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def scan_listener_port_tcp @scan_listener_port_tcp end |
#scan_listener_port_tcp_ssl ⇒ ::Integer
Returns the value of attribute scan_listener_port_tcp_ssl.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def scan_listener_port_tcp_ssl @scan_listener_port_tcp_ssl end |
#shape ⇒ ::String
Returns the value of attribute shape.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def shape @shape end |
#shape_attribute ⇒ "SMART_STORAGE", "BLOCK_STORAGE"
Returns the value of attribute shape_attribute.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def shape_attribute @shape_attribute end |
#snapshot_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails
Returns the value of attribute snapshot_file_system_storage.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def snapshot_file_system_storage @snapshot_file_system_storage end |
#ssh_public_keys ⇒ ::Array[::String]
Returns the value of attribute ssh_public_keys.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def ssh_public_keys @ssh_public_keys end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def status_reason @status_reason end |
#system_version ⇒ ::String
Returns the value of attribute system_version.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def system_version @system_version end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
1501 1502 1503 |
# File 'sig/types.rbs', line 1501 def time_zone @time_zone end |
#total_ecpu_count ⇒ ::Integer
Returns the value of attribute total_ecpu_count.
1502 1503 1504 |
# File 'sig/types.rbs', line 1502 def total_ecpu_count @total_ecpu_count end |
#total_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails
Returns the value of attribute total_file_system_storage.
1503 1504 1505 |
# File 'sig/types.rbs', line 1503 def total_file_system_storage @total_file_system_storage end |
#vip_ids ⇒ ::Array[::String]
Returns the value of attribute vip_ids.
1504 1505 1506 |
# File 'sig/types.rbs', line 1504 def vip_ids @vip_ids end |
#vm_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails
Returns the value of attribute vm_file_system_storage.
1505 1506 1507 |
# File 'sig/types.rbs', line 1505 def vm_file_system_storage @vm_file_system_storage end |