Class: Aws::Types::CreateCloudVmClusterInput

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)


900
901
902
# File 'sig/types.rbs', line 900

def client_token
  @client_token
end

#cloud_exadata_infrastructure_id::String

Returns the value of attribute cloud_exadata_infrastructure_id.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def cloud_exadata_infrastructure_id
  @cloud_exadata_infrastructure_id
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def cluster_name
  @cluster_name
end

#cpu_core_count::Integer

Returns the value of attribute cpu_core_count.

Returns:

  • (::Integer)


882
883
884
# File 'sig/types.rbs', line 882

def cpu_core_count
  @cpu_core_count
end

#data_collection_optionsTypes::DataCollectionOptions

Returns the value of attribute data_collection_options.



889
890
891
# File 'sig/types.rbs', line 889

def data_collection_options
  @data_collection_options
end

#data_storage_size_in_t_bs::Float

Returns the value of attribute data_storage_size_in_t_bs.

Returns:

  • (::Float)


890
891
892
# File 'sig/types.rbs', line 890

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.

Returns:

  • (::Integer)


891
892
893
# File 'sig/types.rbs', line 891

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.

Returns:

  • (::Array[::String])


892
893
894
# File 'sig/types.rbs', line 892

def db_servers
  @db_servers
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def display_name
  @display_name
end

#gi_version::String

Returns the value of attribute gi_version.

Returns:

  • (::String)


884
885
886
# File 'sig/types.rbs', line 884

def gi_version
  @gi_version
end

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def hostname
  @hostname
end

#is_local_backup_enabledBoolean

Returns the value of attribute is_local_backup_enabled.

Returns:

  • (Boolean)


894
895
896
# File 'sig/types.rbs', line 894

def is_local_backup_enabled
  @is_local_backup_enabled
end

#is_sparse_diskgroup_enabledBoolean

Returns the value of attribute is_sparse_diskgroup_enabled.

Returns:

  • (Boolean)


895
896
897
# File 'sig/types.rbs', line 895

def is_sparse_diskgroup_enabled
  @is_sparse_diskgroup_enabled
end

#license_model"BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"

Returns the value of attribute license_model.

Returns:

  • ("BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED")


896
897
898
# File 'sig/types.rbs', line 896

def license_model
  @license_model
end

#memory_size_in_g_bs::Integer

Returns the value of attribute memory_size_in_g_bs.

Returns:

  • (::Integer)


897
898
899
# File 'sig/types.rbs', line 897

def memory_size_in_g_bs
  @memory_size_in_g_bs
end

#odb_network_id::String

Returns the value of attribute odb_network_id.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def odb_network_id
  @odb_network_id
end

#scan_listener_port_tcp::Integer

Returns the value of attribute scan_listener_port_tcp.

Returns:

  • (::Integer)


901
902
903
# File 'sig/types.rbs', line 901

def scan_listener_port_tcp
  @scan_listener_port_tcp
end

#ssh_public_keys::Array[::String]

Returns the value of attribute ssh_public_keys.

Returns:

  • (::Array[::String])


886
887
888
# File 'sig/types.rbs', line 886

def ssh_public_keys
  @ssh_public_keys
end

#system_version::String

Returns the value of attribute system_version.

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def system_version
  @system_version
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


893
894
895
# File 'sig/types.rbs', line 893

def tags
  @tags
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def time_zone
  @time_zone
end