Class: Aws::Types::DbServerSummary
- Inherits:
-
Object
- Object
- Aws::Types::DbServerSummary
- 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.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 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.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def autonomous_vm_cluster_ids @autonomous_vm_cluster_ids end |
#compute_model ⇒ "ECPU", "OCPU"
Returns the value of attribute compute_model.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def compute_model @compute_model end |
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def cpu_core_count @cpu_core_count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 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.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 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.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def db_server_id @db_server_id end |
#db_server_patching_details ⇒ Types::DbServerPatchingDetails
Returns the value of attribute db_server_patching_details.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def db_server_patching_details @db_server_patching_details end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def display_name @display_name end |
#exadata_infrastructure_id ⇒ ::String
Returns the value of attribute exadata_infrastructure_id.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def exadata_infrastructure_id @exadata_infrastructure_id end |
#max_cpu_count ⇒ ::Integer
Returns the value of attribute max_cpu_count.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 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.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 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.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 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.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 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.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def oci_resource_anchor_name @oci_resource_anchor_name end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def ocid @ocid end |
#shape ⇒ ::String
Returns the value of attribute shape.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def shape @shape end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def status_reason @status_reason end |
#vm_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute vm_cluster_ids.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def vm_cluster_ids @vm_cluster_ids end |