Class: Aws::Odb::Types::ExadbVmCluster

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Information about an Exascale VM cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name ⇒ String

The name of the Grid Infrastructure (GI) cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Time

The date and time when the Exascale VM cluster was created.

Returns:

  • (Time)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#data_collection_options ⇒ Types::DataCollectionOptions

The set of diagnostic collection options enabled for the Exascale VM cluster.



6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#display_name ⇒ String

The user-friendly name for the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#domain ⇒ String

The domain of the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_ecpu_count ⇒ Integer

The number of elastic compute processing units (ECPUs) enabled on the Exascale VM cluster.

Returns:

  • (Integer)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#exadb_vm_cluster_arn ⇒ String

The Amazon Resource Name (ARN) of the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#exadb_vm_cluster_id ⇒ String

The unique identifier of the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#exascale_db_storage_vault_arn ⇒ String

The Amazon Resource Name (ARN) of the Exascale storage vault associated with this Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#exascale_db_storage_vault_id ⇒ String

The unique identifier of the Exascale storage vault associated with this Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#gi_version ⇒ String

The software version of the Oracle Grid Infrastructure (GI) for the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#grid_image_id ⇒ String

The Grid Infrastructure software image ID for the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#grid_image_type ⇒ String

The type of Grid Infrastructure image for the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#hostname ⇒ String

The host name for the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#iam_roles ⇒ Array<Types::IamRole>

The Amazon Web Services Identity and Access Management (IAM) service roles associated with the Exascale VM cluster.

Returns:



6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#iorm_config_cache ⇒ Types::ExadataIormConfig

The I/O Resource Management (IORM) configuration cache details for the Exascale VM cluster.



6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_history_entry_id ⇒ String

The Oracle Cloud ID (OCID) of the last maintenance update history entry.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#license_model ⇒ String

The Oracle license model applied to the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#listener_port ⇒ Integer

The port number configured for the listener on the Exascale VM cluster.

Returns:

  • (Integer)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#memory_size_in_g_bs ⇒ Integer

The amount of memory, in gigabytes (GB), that's allocated for the Exascale VM cluster.

Returns:

  • (Integer)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#node_count ⇒ Integer

The number of nodes in the Exascale VM cluster.

Returns:

  • (Integer)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#oci_resource_anchor_name ⇒ String

The name of the OCI resource anchor for the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#oci_url ⇒ String

The HTTPS link to the Exascale VM cluster in Oracle Cloud Infrastructure (OCI).

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#ocid ⇒ String

The OCID of the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#odb_network_arn ⇒ String

The Amazon Resource Name (ARN) of the ODB network associated with this Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#odb_network_id ⇒ String

The unique identifier of the ODB network for the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#percent_progress ⇒ Float

The amount of progress made on the current operation on the Exascale VM cluster, expressed as a percentage.

Returns:

  • (Float)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#scan_dns_name ⇒ String

The fully qualified domain name (FQDN) of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#scan_dns_record_id ⇒ String

The OCID of the DNS record for the SCAN IP addresses that are associated with the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#scan_ip_ids ⇒ Array<String>

The OCID of the SCAN IP addresses that are associated with the Exascale VM cluster.

Returns:

  • (Array<String>)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#scan_listener_port_tcp ⇒ Integer

The port number for TCP connections to the Single Client Access Name (SCAN) listener for the Exascale VM cluster.

Returns:

  • (Integer)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#scan_listener_port_tcp_ssl ⇒ Integer

The port number for TCP connections with SSL to the Single Client Access Name (SCAN) listener for the Exascale VM cluster.

Returns:

  • (Integer)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#shape ⇒ String

The hardware model name of the Exadata infrastructure that's running the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#shape_attribute ⇒ String

The shape attribute for the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails

The snapshot file system storage details for the Exascale VM cluster.



6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#ssh_public_keys ⇒ Array<String>

The public key portion of one or more key pairs used for SSH access to the Exascale VM cluster.

Returns:

  • (Array<String>)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The current status of the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#status_reason ⇒ String

Additional information about the status of the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#system_version ⇒ String

The operating system version of the image chosen for the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#time_zone ⇒ String

The time zone of the Exascale VM cluster.

Returns:

  • (String)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#total_ecpu_count ⇒ Integer

The total number of ECPUs for the Exascale VM cluster.

Returns:

  • (Integer)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#total_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails

The total file system storage details for the Exascale VM cluster.



6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#vip_ids ⇒ Array<String>

The virtual IP (VIP) addresses associated with the Exascale VM cluster. One VIP address is assigned per node to support failover. If a node fails, its VIP is reassigned to another active node in the cluster.

Returns:

  • (Array<String>)


6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end

#vm_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails

The VM file system storage details for the Exascale VM cluster.



6703
6704
6705
6706
6707
6708
6709
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 6703

class ExadbVmCluster < Struct.new(
  :exadb_vm_cluster_id,
  :cluster_name,
  :created_at,
  :data_collection_options,
  :display_name,
  :domain,
  :enabled_ecpu_count,
  :exadb_vm_cluster_arn,
  :exascale_db_storage_vault_arn,
  :exascale_db_storage_vault_id,
  :gi_version,
  :grid_image_id,
  :grid_image_type,
  :hostname,
  :iam_roles,
  :iorm_config_cache,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :odb_network_arn,
  :odb_network_id,
  :percent_progress,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :scan_listener_port_tcp,
  :scan_listener_port_tcp_ssl,
  :shape,
  :shape_attribute,
  :snapshot_file_system_storage,
  :ssh_public_keys,
  :status,
  :status_reason,
  :system_version,
  :time_zone,
  :total_ecpu_count,
  :total_file_system_storage,
  :vip_ids,
  :vm_file_system_storage)
  SENSITIVE = []
  include Aws::Structure
end