Class: Aws::Types::CreateCloudVmClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudVmClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
-
#data_collection_options ⇒ Types::DataCollectionOptions
Returns the value of attribute data_collection_options.
-
#data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute data_storage_size_in_t_bs.
-
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
-
#db_servers ⇒ ::Array[::String]
Returns the value of attribute db_servers.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#gi_version ⇒ ::String
Returns the value of attribute gi_version.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#is_local_backup_enabled ⇒ Boolean
Returns the value of attribute is_local_backup_enabled.
-
#is_sparse_diskgroup_enabled ⇒ Boolean
Returns the value of attribute is_sparse_diskgroup_enabled.
-
#license_model ⇒ "BRING_YOUR_OWN_LICENSE", "LICENSE_INCLUDED"
Returns the value of attribute license_model.
-
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
-
#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.
-
#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.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
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.
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.
882 883 884 |
# File 'sig/types.rbs', line 882 def cpu_core_count @cpu_core_count end |
#data_collection_options ⇒ Types::DataCollectionOptions
Returns the value of attribute data_collection_options.
889 890 891 |
# File 'sig/types.rbs', line 889 def @data_collection_options end |
#data_storage_size_in_t_bs ⇒ ::Float
Returns the value of attribute data_storage_size_in_t_bs.
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.
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.
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.
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.
884 885 886 |
# File 'sig/types.rbs', line 884 def gi_version @gi_version end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
885 886 887 |
# File 'sig/types.rbs', line 885 def hostname @hostname end |
#is_local_backup_enabled ⇒ Boolean
Returns the value of attribute is_local_backup_enabled.
894 895 896 |
# File 'sig/types.rbs', line 894 def is_local_backup_enabled @is_local_backup_enabled end |
#is_sparse_diskgroup_enabled ⇒ Boolean
Returns the value of attribute is_sparse_diskgroup_enabled.
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.
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.
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.
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.
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.
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.
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.
893 894 895 |
# File 'sig/types.rbs', line 893 def @tags end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
899 900 901 |
# File 'sig/types.rbs', line 899 def time_zone @time_zone end |