Class: Aws::Types::CloudVmClusterSummary
- Inherits:
-
Object
- Object
- Aws::Types::CloudVmClusterSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure_arn ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_arn.
-
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
-
#cloud_vm_cluster_arn ⇒ ::String
Returns the value of attribute cloud_vm_cluster_arn.
-
#cloud_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_vm_cluster_id.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
-
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_collection_options ⇒ Types::DataCollectionOptions
Returns the value of attribute data_collection_options.
-
#data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute data_storage_size_in_t_bs.
-
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
-
#db_servers ⇒ ::Array[::String]
Returns the value of attribute db_servers.
-
#disk_redundancy ⇒ "HIGH", "NORMAL"
Returns the value of attribute disk_redundancy.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#gi_version ⇒ ::String
Returns the value of attribute gi_version.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#iam_roles ⇒ ::Array[Types::IamRole]
Returns the value of attribute iam_roles.
-
#iorm_config_cache ⇒ Types::ExadataIormConfig
Returns the value of attribute iorm_config_cache.
-
#is_local_backup_enabled ⇒ Boolean
Returns the value of attribute is_local_backup_enabled.
-
#is_sparse_diskgroup_enabled ⇒ Boolean
Returns the value of attribute is_sparse_diskgroup_enabled.
-
#last_update_history_entry_id ⇒ ::String
Returns the value of attribute last_update_history_entry_id.
-
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
-
#listener_port ⇒ ::Integer
Returns the value of attribute listener_port.
-
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
-
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
-
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
-
#oci_url ⇒ ::String
Returns the value of attribute oci_url.
-
#ocid ⇒ ::String
Returns the value of attribute ocid.
-
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
-
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
-
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
-
#scan_dns_name ⇒ ::String
Returns the value of attribute scan_dns_name.
-
#scan_dns_record_id ⇒ ::String
Returns the value of attribute scan_dns_record_id.
-
#scan_ip_ids ⇒ ::Array[::String]
Returns the value of attribute scan_ip_ids.
-
#shape ⇒ ::String
Returns the value of attribute shape.
-
#ssh_public_keys ⇒ ::Array[::String]
Returns the value of attribute ssh_public_keys.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute storage_size_in_g_bs.
-
#system_version ⇒ ::String
Returns the value of attribute system_version.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
-
#vip_ids ⇒ ::Array[::String]
Returns the value of attribute vip_ids.
Instance Attribute Details
#cloud_exadata_infrastructure_arn ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_arn.
695 696 697 |
# File 'sig/types.rbs', line 695 def cloud_exadata_infrastructure_arn @cloud_exadata_infrastructure_arn end |
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
694 695 696 |
# File 'sig/types.rbs', line 694 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#cloud_vm_cluster_arn ⇒ ::String
Returns the value of attribute cloud_vm_cluster_arn.
693 694 695 |
# File 'sig/types.rbs', line 693 def cloud_vm_cluster_arn @cloud_vm_cluster_arn end |
#cloud_vm_cluster_id ⇒ ::String
Returns the value of attribute cloud_vm_cluster_id.
689 690 691 |
# File 'sig/types.rbs', line 689 def cloud_vm_cluster_id @cloud_vm_cluster_id end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
696 697 698 |
# File 'sig/types.rbs', line 696 def cluster_name @cluster_name end |
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
730 731 732 |
# File 'sig/types.rbs', line 730 def compute_model @compute_model end |
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
697 698 699 |
# File 'sig/types.rbs', line 697 def cpu_core_count @cpu_core_count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
724 725 726 |
# File 'sig/types.rbs', line 724 def created_at @created_at end |
#data_collection_options ⇒ Types::DataCollectionOptions
Returns the value of attribute data_collection_options.
698 699 700 |
# File 'sig/types.rbs', line 698 def @data_collection_options end |
#data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute data_storage_size_in_t_bs.
699 700 701 |
# File 'sig/types.rbs', line 699 def data_storage_size_in_t_bs @data_storage_size_in_t_bs end |
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
700 701 702 |
# File 'sig/types.rbs', line 700 def db_node_storage_size_in_g_bs @db_node_storage_size_in_g_bs end |
#db_servers ⇒ ::Array[::String]
Returns the value of attribute db_servers.
701 702 703 |
# File 'sig/types.rbs', line 701 def db_servers @db_servers end |
#disk_redundancy ⇒ "HIGH", "NORMAL"
Returns the value of attribute disk_redundancy.
702 703 704 |
# File 'sig/types.rbs', line 702 def disk_redundancy @disk_redundancy end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
690 691 692 |
# File 'sig/types.rbs', line 690 def display_name @display_name end |
#domain ⇒ ::String
Returns the value of attribute domain.
716 717 718 |
# File 'sig/types.rbs', line 716 def domain @domain end |
#gi_version ⇒ ::String
Returns the value of attribute gi_version.
703 704 705 |
# File 'sig/types.rbs', line 703 def gi_version @gi_version end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
704 705 706 |
# File 'sig/types.rbs', line 704 def hostname @hostname end |
#iam_roles ⇒ ::Array[Types::IamRole]
Returns the value of attribute iam_roles.
731 732 733 |
# File 'sig/types.rbs', line 731 def iam_roles @iam_roles end |
#iorm_config_cache ⇒ Types::ExadataIormConfig
Returns the value of attribute iorm_config_cache.
705 706 707 |
# File 'sig/types.rbs', line 705 def iorm_config_cache @iorm_config_cache end |
#is_local_backup_enabled ⇒ Boolean
Returns the value of attribute is_local_backup_enabled.
706 707 708 |
# File 'sig/types.rbs', line 706 def is_local_backup_enabled @is_local_backup_enabled end |
#is_sparse_diskgroup_enabled ⇒ Boolean
Returns the value of attribute is_sparse_diskgroup_enabled.
707 708 709 |
# File 'sig/types.rbs', line 707 def is_sparse_diskgroup_enabled @is_sparse_diskgroup_enabled end |
#last_update_history_entry_id ⇒ ::String
Returns the value of attribute last_update_history_entry_id.
708 709 710 |
# File 'sig/types.rbs', line 708 def last_update_history_entry_id @last_update_history_entry_id end |
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
709 710 711 |
# File 'sig/types.rbs', line 709 def license_model @license_model end |
#listener_port ⇒ ::Integer
Returns the value of attribute listener_port.
710 711 712 |
# File 'sig/types.rbs', line 710 def listener_port @listener_port end |
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
711 712 713 |
# File 'sig/types.rbs', line 711 def memory_size_in_g_bs @memory_size_in_g_bs end |
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
712 713 714 |
# File 'sig/types.rbs', line 712 def node_count @node_count end |
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
714 715 716 |
# File 'sig/types.rbs', line 714 def oci_resource_anchor_name @oci_resource_anchor_name end |
#oci_url ⇒ ::String
Returns the value of attribute oci_url.
715 716 717 |
# File 'sig/types.rbs', line 715 def oci_url @oci_url end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
713 714 715 |
# File 'sig/types.rbs', line 713 def ocid @ocid end |
#odb_network_arn ⇒ ::String
Returns the value of attribute odb_network_arn.
728 729 730 |
# File 'sig/types.rbs', line 728 def odb_network_arn @odb_network_arn end |
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
727 728 729 |
# File 'sig/types.rbs', line 727 def odb_network_id @odb_network_id end |
#percent_progress ⇒ ::Float
Returns the value of attribute percent_progress.
729 730 731 |
# File 'sig/types.rbs', line 729 def percent_progress @percent_progress end |
#scan_dns_name ⇒ ::String
Returns the value of attribute scan_dns_name.
717 718 719 |
# File 'sig/types.rbs', line 717 def scan_dns_name @scan_dns_name end |
#scan_dns_record_id ⇒ ::String
Returns the value of attribute scan_dns_record_id.
718 719 720 |
# File 'sig/types.rbs', line 718 def scan_dns_record_id @scan_dns_record_id end |
#scan_ip_ids ⇒ ::Array[::String]
Returns the value of attribute scan_ip_ids.
719 720 721 |
# File 'sig/types.rbs', line 719 def scan_ip_ids @scan_ip_ids end |
#shape ⇒ ::String
Returns the value of attribute shape.
720 721 722 |
# File 'sig/types.rbs', line 720 def shape @shape end |
#ssh_public_keys ⇒ ::Array[::String]
Returns the value of attribute ssh_public_keys.
721 722 723 |
# File 'sig/types.rbs', line 721 def ssh_public_keys @ssh_public_keys end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
691 692 693 |
# File 'sig/types.rbs', line 691 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
692 693 694 |
# File 'sig/types.rbs', line 692 def status_reason @status_reason end |
#storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute storage_size_in_g_bs.
722 723 724 |
# File 'sig/types.rbs', line 722 def storage_size_in_g_bs @storage_size_in_g_bs end |
#system_version ⇒ ::String
Returns the value of attribute system_version.
723 724 725 |
# File 'sig/types.rbs', line 723 def system_version @system_version end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
725 726 727 |
# File 'sig/types.rbs', line 725 def time_zone @time_zone end |
#vip_ids ⇒ ::Array[::String]
Returns the value of attribute vip_ids.
726 727 728 |
# File 'sig/types.rbs', line 726 def vip_ids @vip_ids end |