Class: Aws::Odb::Types::ExadbVmClusterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ExadbVmClusterSummary
- 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
-
#cluster_name ⇒ String
The name of the Grid Infrastructure (GI) cluster.
-
#created_at ⇒ Time
The date and time when the Exascale VM cluster was created.
-
#data_collection_options ⇒ Types::DataCollectionOptions
The set of diagnostic collection options enabled for the Exascale VM cluster.
-
#display_name ⇒ String
The user-friendly name for the Exascale VM cluster.
-
#domain ⇒ String
The domain of the Exascale VM cluster.
-
#enabled_ecpu_count ⇒ Integer
The number of elastic compute processing units (ECPUs) enabled on the Exascale VM cluster.
-
#exadb_vm_cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the Exascale VM cluster.
-
#exadb_vm_cluster_id ⇒ String
The unique identifier of the Exascale VM cluster.
-
#exascale_db_storage_vault_arn ⇒ String
The Amazon Resource Name (ARN) of the Exascale storage vault associated with this Exascale VM cluster.
-
#exascale_db_storage_vault_id ⇒ String
The unique identifier of the Exascale storage vault associated with this Exascale VM cluster.
-
#gi_version ⇒ String
The software version of the Oracle Grid Infrastructure (GI) for the Exascale VM cluster.
-
#grid_image_id ⇒ String
The Grid Infrastructure software image ID for the Exascale VM cluster.
-
#grid_image_type ⇒ String
The type of Grid Infrastructure image for the Exascale VM cluster.
-
#hostname ⇒ String
The host name for the Exascale VM cluster.
-
#iam_roles ⇒ Array<Types::IamRole>
The Amazon Web Services Identity and Access Management (IAM) service roles associated with the Exascale VM cluster.
-
#iorm_config_cache ⇒ Types::ExadataIormConfig
The I/O Resource Management (IORM) configuration cache details for the Exascale VM cluster.
-
#last_update_history_entry_id ⇒ String
The Oracle Cloud ID (OCID) of the last maintenance update history entry.
-
#license_model ⇒ String
The Oracle license model applied to the Exascale VM cluster.
-
#listener_port ⇒ Integer
The port number configured for the listener on the Exascale VM cluster.
-
#memory_size_in_g_bs ⇒ Integer
The amount of memory, in gigabytes (GB), that's allocated for the Exascale VM cluster.
-
#node_count ⇒ Integer
The number of nodes in the Exascale VM cluster.
-
#oci_resource_anchor_name ⇒ String
The name of the OCI resource anchor for the Exascale VM cluster.
-
#oci_url ⇒ String
The HTTPS link to the Exascale VM cluster in Oracle Cloud Infrastructure (OCI).
-
#ocid ⇒ String
The OCID of the Exascale VM cluster.
-
#odb_network_arn ⇒ String
The Amazon Resource Name (ARN) of the ODB network associated with this Exascale VM cluster.
-
#odb_network_id ⇒ String
The unique identifier of the ODB network for the Exascale VM cluster.
-
#percent_progress ⇒ Float
The amount of progress made on the current operation on the Exascale VM cluster, expressed as a percentage.
-
#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.
-
#scan_dns_record_id ⇒ String
The OCID of the DNS record for the SCAN IP addresses that are associated with the Exascale VM cluster.
-
#scan_ip_ids ⇒ Array<String>
The OCID of the SCAN IP addresses that are associated with the Exascale VM cluster.
-
#scan_listener_port_tcp ⇒ Integer
The port number for TCP connections to the single client access name (SCAN) listener for the Exascale VM cluster.
-
#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.
-
#shape ⇒ String
The hardware model name of the Exadata infrastructure that's running the Exascale VM cluster.
-
#shape_attribute ⇒ String
The shape attribute for the Exascale VM cluster.
-
#snapshot_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails
The snapshot file system storage details for the Exascale VM cluster.
-
#ssh_public_keys ⇒ Array<String>
The public key portion of one or more key pairs used for SSH access to the Exascale VM cluster.
-
#status ⇒ String
The current status of the Exascale VM cluster.
-
#status_reason ⇒ String
Additional information about the status of the Exascale VM cluster.
-
#system_version ⇒ String
The operating system version of the image chosen for the Exascale VM cluster.
-
#time_zone ⇒ String
The time zone of the Exascale VM cluster.
-
#total_ecpu_count ⇒ Integer
The total number of ECPUs for the Exascale VM cluster.
-
#total_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails
The total file system storage details for the Exascale VM cluster.
-
#vip_ids ⇒ Array<String>
The virtual IP (VIP) addresses associated with the Exascale VM cluster.
-
#vm_file_system_storage ⇒ Types::ExadbVmClusterStorageDetails
The VM file system storage details for the Exascale VM cluster.
Instance Attribute Details
#cluster_name ⇒ String
The name of the Grid Infrastructure (GI) 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 |
#created_at ⇒ Time
The date and time when the Exascale VM cluster was created.
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_options ⇒ Types::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_name ⇒ String
The user-friendly name 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 |
#domain ⇒ String
The domain of 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 |
#enabled_ecpu_count ⇒ Integer
The number of elastic compute processing units (ECPUs) enabled on 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 |
#exadb_vm_cluster_arn ⇒ String
The Amazon Resource Name (ARN) of 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 |
#exadb_vm_cluster_id ⇒ String
The unique identifier of 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 |
#exascale_db_storage_vault_arn ⇒ String
The Amazon Resource Name (ARN) of the Exascale storage vault associated with this 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 |
#exascale_db_storage_vault_id ⇒ String
The unique identifier of the Exascale storage vault associated with this 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 |
#gi_version ⇒ String
The software version of the Oracle Grid Infrastructure (GI) 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 |
#grid_image_id ⇒ String
The Grid Infrastructure software image ID 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 |
#grid_image_type ⇒ String
The type of Grid Infrastructure image 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 |
#hostname ⇒ String
The host name 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 |
#iam_roles ⇒ Array<Types::IamRole>
The Amazon Web Services Identity and Access Management (IAM) service roles associated with 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 |
#iorm_config_cache ⇒ Types::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_id ⇒ String
The Oracle Cloud ID (OCID) of the last maintenance update history entry.
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_model ⇒ String
The Oracle license model applied to 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 |
#listener_port ⇒ Integer
The port number configured for the listener on 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 |
#memory_size_in_g_bs ⇒ Integer
The amount of memory, in gigabytes (GB), that's allocated 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 |
#node_count ⇒ Integer
The number of nodes in 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 |
#oci_resource_anchor_name ⇒ String
The name of the OCI resource anchor 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 |
#oci_url ⇒ String
The HTTPS link to the Exascale VM cluster in Oracle Cloud Infrastructure (OCI).
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 |
#ocid ⇒ String
The OCID of 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 |
#odb_network_arn ⇒ String
The Amazon Resource Name (ARN) of the ODB network associated with this 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 |
#odb_network_id ⇒ String
The unique identifier of the ODB network 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 |
#percent_progress ⇒ Float
The amount of progress made on the current operation on the Exascale VM cluster, expressed as a percentage.
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_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.
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_id ⇒ String
The OCID of the DNS record for the SCAN IP addresses that are associated with 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 |
#scan_ip_ids ⇒ Array<String>
The OCID of the SCAN IP addresses that are associated with 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 |
#scan_listener_port_tcp ⇒ Integer
The port number for TCP connections to the single client access name (SCAN) listener 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 |
#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.
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 ⇒ String
The hardware model name of the Exadata infrastructure that's running 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 |
#shape_attribute ⇒ String
The shape attribute 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 |
#snapshot_file_system_storage ⇒ Types::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_keys ⇒ Array<String>
The public key portion of one or more key pairs used for SSH access to 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 |
#status ⇒ String
The current status of 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 |
#status_reason ⇒ String
Additional information about the status of 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 |
#system_version ⇒ String
The operating system version of the image chosen 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 |
#time_zone ⇒ String
The time zone of 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 |
#total_ecpu_count ⇒ Integer
The total number of ECPUs 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 |
#total_file_system_storage ⇒ Types::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_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.
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_storage ⇒ Types::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 |