Class: Aws::Types::UpdateExadbVmClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExadbVmClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_collection_options ⇒ Types::DataCollectionOptions
Returns the value of attribute data_collection_options.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#enabled_ecpu_count ⇒ ::Integer
Returns the value of attribute enabled_ecpu_count.
-
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
-
#grid_image_id ⇒ ::String
Returns the value of attribute grid_image_id.
-
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
-
#ssh_public_keys ⇒ ::Array[::String]
Returns the value of attribute ssh_public_keys.
-
#system_version ⇒ ::String
Returns the value of attribute system_version.
-
#total_ecpu_count ⇒ ::Integer
Returns the value of attribute total_ecpu_count.
-
#update_action ⇒ "ROLLING_APPLY", ...
Returns the value of attribute update_action.
-
#vm_file_system_storage_total_size_in_g_bs ⇒ ::Integer
Returns the value of attribute vm_file_system_storage_total_size_in_g_bs.
Instance Attribute Details
#data_collection_options ⇒ Types::DataCollectionOptions
Returns the value of attribute data_collection_options.
2562 2563 2564 |
# File 'sig/types.rbs', line 2562 def @data_collection_options end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2563 2564 2565 |
# File 'sig/types.rbs', line 2563 def display_name @display_name end |
#enabled_ecpu_count ⇒ ::Integer
Returns the value of attribute enabled_ecpu_count.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def enabled_ecpu_count @enabled_ecpu_count end |
#exadb_vm_cluster_id ⇒ ::String
Returns the value of attribute exadb_vm_cluster_id.
2561 2562 2563 |
# File 'sig/types.rbs', line 2561 def exadb_vm_cluster_id @exadb_vm_cluster_id end |
#grid_image_id ⇒ ::String
Returns the value of attribute grid_image_id.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def grid_image_id @grid_image_id end |
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def license_model @license_model end |
#ssh_public_keys ⇒ ::Array[::String]
Returns the value of attribute ssh_public_keys.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def ssh_public_keys @ssh_public_keys end |
#system_version ⇒ ::String
Returns the value of attribute system_version.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def system_version @system_version end |
#total_ecpu_count ⇒ ::Integer
Returns the value of attribute total_ecpu_count.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def total_ecpu_count @total_ecpu_count end |
#update_action ⇒ "ROLLING_APPLY", ...
Returns the value of attribute update_action.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def update_action @update_action end |
#vm_file_system_storage_total_size_in_g_bs ⇒ ::Integer
Returns the value of attribute vm_file_system_storage_total_size_in_g_bs.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def vm_file_system_storage_total_size_in_g_bs @vm_file_system_storage_total_size_in_g_bs end |