Class: Aws::Odb::Types::ExadbVmClusterSummary

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

Overview

Summary information about an Exascale VM cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the Grid Infrastructure (GI) cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_atTime

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

Returns:

  • (Time)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_optionsTypes::DataCollectionOptions

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



6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_nameString

The user-friendly name for the Exascale VM cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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

#domainString

The domain of the Exascale VM cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_countInteger

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

Returns:

  • (Integer)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_arnString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_idString

The unique identifier of the Exascale VM cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_arnString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_idString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_versionString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_idString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_typeString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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

#hostnameString

The host name for the Exascale VM cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_rolesArray<Types::IamRole>

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

Returns:



6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_cacheTypes::ExadataIormConfig

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



6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_idString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_modelString

The Oracle license model applied to the Exascale VM cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_portInteger

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

Returns:

  • (Integer)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_bsInteger

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

Returns:

  • (Integer)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_countInteger

The number of nodes in the Exascale VM cluster.

Returns:

  • (Integer)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_nameString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_urlString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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

#ocidString

The OCID of the Exascale VM cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_arnString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_idString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_progressFloat

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

Returns:

  • (Float)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_nameString

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)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_idString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_idsArray<String>

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

Returns:

  • (Array<String>)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_tcpInteger

The port number for TCP connections to the single client access name (SCAN) listener for the Exascale VM cluster.

Returns:

  • (Integer)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_sslInteger

The port number for TCP connections with SSL to the single client access name (SCAN) listener for the Exascale VM cluster.

Returns:

  • (Integer)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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

#shapeString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_attributeString

The shape attribute for the Exascale VM cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_storageTypes::ExadbVmClusterStorageDetails

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



6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_keysArray<String>

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

Returns:

  • (Array<String>)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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

#statusString

The current status of the Exascale VM cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_reasonString

Additional information about the status of the Exascale VM cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_versionString

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

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_zoneString

The time zone of the Exascale VM cluster.

Returns:

  • (String)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_countInteger

The total number of ECPUs for the Exascale VM cluster.

Returns:

  • (Integer)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_storageTypes::ExadbVmClusterStorageDetails

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



6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_idsArray<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>)


6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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_storageTypes::ExadbVmClusterStorageDetails

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



6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
# File 'lib/aws-sdk-odb/types.rb', line 6970

class ExadbVmClusterSummary < 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