Class: Aws::Types::CreateExadbVmClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateExadbVmClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#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.
-
#exascale_db_storage_vault_id ⇒ ::String
Returns the value of attribute exascale_db_storage_vault_id.
-
#grid_image_id ⇒ ::String
Returns the value of attribute grid_image_id.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
-
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
-
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
-
#scan_listener_port_tcp ⇒ ::Integer
Returns the value of attribute scan_listener_port_tcp.
-
#scan_listener_port_tcp_ssl ⇒ ::Integer
Returns the value of attribute scan_listener_port_tcp_ssl.
-
#shape ⇒ ::String
Returns the value of attribute shape.
-
#shape_attribute ⇒ "SMART_STORAGE", "BLOCK_STORAGE"
Returns the value of attribute shape_attribute.
-
#ssh_public_keys ⇒ ::Array[::String]
Returns the value of attribute ssh_public_keys.
-
#system_version ⇒ ::String
Returns the value of attribute system_version.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
-
#total_ecpu_count ⇒ ::Integer
Returns the value of attribute total_ecpu_count.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
934 935 936 |
# File 'sig/types.rbs', line 934 def client_token @client_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
925 926 927 |
# File 'sig/types.rbs', line 925 def cluster_name @cluster_name end |
#data_collection_options ⇒ Types::DataCollectionOptions
Returns the value of attribute data_collection_options.
926 927 928 |
# File 'sig/types.rbs', line 926 def @data_collection_options end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
914 915 916 |
# File 'sig/types.rbs', line 914 def display_name @display_name end |
#enabled_ecpu_count ⇒ ::Integer
Returns the value of attribute enabled_ecpu_count.
915 916 917 |
# File 'sig/types.rbs', line 915 def enabled_ecpu_count @enabled_ecpu_count end |
#exascale_db_storage_vault_id ⇒ ::String
Returns the value of attribute exascale_db_storage_vault_id.
916 917 918 |
# File 'sig/types.rbs', line 916 def exascale_db_storage_vault_id @exascale_db_storage_vault_id end |
#grid_image_id ⇒ ::String
Returns the value of attribute grid_image_id.
917 918 919 |
# File 'sig/types.rbs', line 917 def grid_image_id @grid_image_id end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
918 919 920 |
# File 'sig/types.rbs', line 918 def hostname @hostname end |
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
927 928 929 |
# File 'sig/types.rbs', line 927 def license_model @license_model end |
#node_count ⇒ ::Integer
Returns the value of attribute node_count.
919 920 921 |
# File 'sig/types.rbs', line 919 def node_count @node_count end |
#odb_network_id ⇒ ::String
Returns the value of attribute odb_network_id.
920 921 922 |
# File 'sig/types.rbs', line 920 def odb_network_id @odb_network_id end |
#scan_listener_port_tcp ⇒ ::Integer
Returns the value of attribute scan_listener_port_tcp.
928 929 930 |
# File 'sig/types.rbs', line 928 def scan_listener_port_tcp @scan_listener_port_tcp end |
#scan_listener_port_tcp_ssl ⇒ ::Integer
Returns the value of attribute scan_listener_port_tcp_ssl.
929 930 931 |
# File 'sig/types.rbs', line 929 def scan_listener_port_tcp_ssl @scan_listener_port_tcp_ssl end |
#shape ⇒ ::String
Returns the value of attribute shape.
921 922 923 |
# File 'sig/types.rbs', line 921 def shape @shape end |
#shape_attribute ⇒ "SMART_STORAGE", "BLOCK_STORAGE"
Returns the value of attribute shape_attribute.
930 931 932 |
# File 'sig/types.rbs', line 930 def shape_attribute @shape_attribute end |
#ssh_public_keys ⇒ ::Array[::String]
Returns the value of attribute ssh_public_keys.
922 923 924 |
# File 'sig/types.rbs', line 922 def ssh_public_keys @ssh_public_keys end |
#system_version ⇒ ::String
Returns the value of attribute system_version.
931 932 933 |
# File 'sig/types.rbs', line 931 def system_version @system_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
932 933 934 |
# File 'sig/types.rbs', line 932 def @tags end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
933 934 935 |
# File 'sig/types.rbs', line 933 def time_zone @time_zone end |
#total_ecpu_count ⇒ ::Integer
Returns the value of attribute total_ecpu_count.
923 924 925 |
# File 'sig/types.rbs', line 923 def total_ecpu_count @total_ecpu_count 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.
924 925 926 |
# File 'sig/types.rbs', line 924 def vm_file_system_storage_total_size_in_g_bs @vm_file_system_storage_total_size_in_g_bs end |