Class: Aws::Odb::Types::CloudVmClusterSummary

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

Overview

Information about a VM cluster.

Constant Summary collapse

SENSITIVE =
[:ssh_public_keys]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_exadata_infrastructure_arnString

The Amazon Resource Name (ARN) of the Exadata infrastructure that this VM cluster belongs to.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#cloud_exadata_infrastructure_idString

The unique identifier of the Exadata infrastructure that this VM cluster belongs to.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#cloud_vm_cluster_arnString

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

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#cloud_vm_cluster_idString

The unique identifier of the VM cluster.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#cluster_nameString

The name of the Grid Infrastructure (GI) cluster.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#compute_modelString

The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#cpu_core_countInteger

The number of CPU cores enabled on the VM cluster.

Returns:

  • (Integer)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#created_atTime

The date and time when the VM cluster was created.

Returns:

  • (Time)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#data_collection_optionsTypes::DataCollectionOptions

Information about the data collection options enabled for a VM cluster.



3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#data_storage_size_in_t_bsFloat

The size of the data disk group, in terabytes (TB), that’s allocated for the VM cluster.

Returns:

  • (Float)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#db_node_storage_size_in_g_bsInteger

The amount of local node storage, in gigabytes (GB), that’s allocated for the VM cluster.

Returns:

  • (Integer)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#db_serversArray<String>

The list of database servers for the VM cluster.

Returns:

  • (Array<String>)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#disk_redundancyString

The type of redundancy configured for the VM cluster. ‘NORMAL` is 2-way redundancy. `HIGH` is 3-way redundancy.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#display_nameString

The user-friendly name for the VM cluster.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#domainString

The domain of the VM cluster.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#gi_versionString

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

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#hostnameString

The host name for the VM cluster.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#iam_rolesArray<Types::IamRole>

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

Returns:



3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#iorm_config_cacheTypes::ExadataIormConfig

The IORM settings of the Exadata DB system.



3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#is_local_backup_enabledBoolean

Indicates whether database backups to local Exadata storage is enabled for the VM cluster.

Returns:

  • (Boolean)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#is_sparse_diskgroup_enabledBoolean

Indicates whether the VM cluster is configured with a sparse disk group.

Returns:

  • (Boolean)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#last_update_history_entry_idString

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

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#license_modelString

The Oracle license model applied to the VM cluster.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#listener_portInteger

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

Returns:

  • (Integer)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#memory_size_in_g_bsInteger

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

Returns:

  • (Integer)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#node_countInteger

The number of nodes in the VM cluster.

Returns:

  • (Integer)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#oci_resource_anchor_nameString

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

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#oci_urlString

The HTTPS link to the VM cluster in OCI.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#ocidString

The OCID of the VM cluster.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#odb_network_arnString

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

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#odb_network_idString

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

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#percent_progressFloat

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

Returns:

  • (Float)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#scan_dns_nameString

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

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#scan_dns_record_idString

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

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#scan_ip_idsArray<String>

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

Returns:

  • (Array<String>)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#shapeString

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

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#ssh_public_keysArray<String>

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

Returns:

  • (Array<String>)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#statusString

The current status of the VM cluster.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#status_reasonString

Additional information about the status of the VM cluster.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#storage_size_in_g_bsInteger

The amount of local node storage, in gigabytes (GB), that’s allocated to the VM cluster.

Returns:

  • (Integer)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#system_versionString

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

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#time_zoneString

The time zone of the VM cluster.

Returns:

  • (String)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end

#vip_idsArray<String>

The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle’s Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.

Returns:

  • (Array<String>)


3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
# File 'lib/aws-sdk-odb/types.rb', line 3439

class CloudVmClusterSummary < Struct.new(
  :cloud_vm_cluster_id,
  :display_name,
  :status,
  :status_reason,
  :cloud_vm_cluster_arn,
  :cloud_exadata_infrastructure_id,
  :cloud_exadata_infrastructure_arn,
  :cluster_name,
  :cpu_core_count,
  :data_collection_options,
  :data_storage_size_in_t_bs,
  :db_node_storage_size_in_g_bs,
  :db_servers,
  :disk_redundancy,
  :gi_version,
  :hostname,
  :iorm_config_cache,
  :is_local_backup_enabled,
  :is_sparse_diskgroup_enabled,
  :last_update_history_entry_id,
  :license_model,
  :listener_port,
  :memory_size_in_g_bs,
  :node_count,
  :ocid,
  :oci_resource_anchor_name,
  :oci_url,
  :domain,
  :scan_dns_name,
  :scan_dns_record_id,
  :scan_ip_ids,
  :shape,
  :ssh_public_keys,
  :storage_size_in_g_bs,
  :system_version,
  :created_at,
  :time_zone,
  :vip_ids,
  :odb_network_id,
  :odb_network_arn,
  :percent_progress,
  :compute_model,
  :iam_roles)
  SENSITIVE = [:ssh_public_keys]
  include Aws::Structure
end