Class: Aws::Types::CreateExadbVmClusterInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def cluster_name
  @cluster_name
end

#data_collection_optionsTypes::DataCollectionOptions

Returns the value of attribute data_collection_options.



926
927
928
# File 'sig/types.rbs', line 926

def data_collection_options
  @data_collection_options
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SMART_STORAGE", "BLOCK_STORAGE")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


932
933
934
# File 'sig/types.rbs', line 932

def tags
  @tags
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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