Class: Aws::Types::DbServer
- Inherits:
-
Object
- Object
- Aws::Types::DbServer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#autonomous_virtual_machine_ids ⇒ ::Array[::String]
Returns the value of attribute autonomous_virtual_machine_ids.
-
#autonomous_vm_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute autonomous_vm_cluster_ids.
-
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
-
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
-
#db_server_id ⇒ ::String
Returns the value of attribute db_server_id.
-
#db_server_patching_details ⇒ Types::DbServerPatchingDetails
Returns the value of attribute db_server_patching_details.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#exadata_infrastructure_id ⇒ ::String
Returns the value of attribute exadata_infrastructure_id.
-
#max_cpu_count ⇒ ::Integer
Returns the value of attribute max_cpu_count.
-
#max_db_node_storage_in_g_bs ⇒ ::Integer
Returns the value of attribute max_db_node_storage_in_g_bs.
-
#max_memory_in_g_bs ⇒ ::Integer
Returns the value of attribute max_memory_in_g_bs.
-
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
-
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
-
#ocid ⇒ ::String
Returns the value of attribute ocid.
-
#shape ⇒ ::String
Returns the value of attribute shape.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#vm_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute vm_cluster_ids.
Instance Attribute Details
#autonomous_virtual_machine_ids ⇒ ::Array[::String]
Returns the value of attribute autonomous_virtual_machine_ids.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def autonomous_virtual_machine_ids @autonomous_virtual_machine_ids end |
#autonomous_vm_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute autonomous_vm_cluster_ids.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def autonomous_vm_cluster_ids @autonomous_vm_cluster_ids end |
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def compute_model @compute_model end |
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def cpu_core_count @cpu_core_count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def created_at @created_at end |
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def db_node_storage_size_in_g_bs @db_node_storage_size_in_g_bs end |
#db_server_id ⇒ ::String
Returns the value of attribute db_server_id.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def db_server_id @db_server_id end |
#db_server_patching_details ⇒ Types::DbServerPatchingDetails
Returns the value of attribute db_server_patching_details.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def db_server_patching_details @db_server_patching_details end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def display_name @display_name end |
#exadata_infrastructure_id ⇒ ::String
Returns the value of attribute exadata_infrastructure_id.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def exadata_infrastructure_id @exadata_infrastructure_id end |
#max_cpu_count ⇒ ::Integer
Returns the value of attribute max_cpu_count.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def max_cpu_count @max_cpu_count end |
#max_db_node_storage_in_g_bs ⇒ ::Integer
Returns the value of attribute max_db_node_storage_in_g_bs.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def max_db_node_storage_in_g_bs @max_db_node_storage_in_g_bs end |
#max_memory_in_g_bs ⇒ ::Integer
Returns the value of attribute max_memory_in_g_bs.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def max_memory_in_g_bs @max_memory_in_g_bs end |
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def memory_size_in_g_bs @memory_size_in_g_bs end |
#oci_resource_anchor_name ⇒ ::String
Returns the value of attribute oci_resource_anchor_name.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def oci_resource_anchor_name @oci_resource_anchor_name end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
1185 1186 1187 |
# File 'sig/types.rbs', line 1185 def ocid @ocid end |
#shape ⇒ ::String
Returns the value of attribute shape.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def shape @shape end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def status_reason @status_reason end |
#vm_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute vm_cluster_ids.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def vm_cluster_ids @vm_cluster_ids end |