Class: Aws::Types::UpdateExadbVmClusterInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_collection_optionsTypes::DataCollectionOptions

Returns the value of attribute data_collection_options.



2562
2563
2564
# File 'sig/types.rbs', line 2562

def data_collection_options
  @data_collection_options
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("ROLLING_APPLY", "NON_ROLLING_APPLY", "PRECHECK", "ROLLBACK")


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.

Returns:

  • (::Integer)


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