Class: Aws::Types::DbNode
- Inherits:
-
Object
- Object
- Aws::Types::DbNode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_details ⇒ ::String
Returns the value of attribute additional_details.
-
#backup_ip_id ⇒ ::String
Returns the value of attribute backup_ip_id.
-
#backup_vnic_2_id ⇒ ::String
Returns the value of attribute backup_vnic_2_id.
-
#backup_vnic_id ⇒ ::String
Returns the value of attribute backup_vnic_id.
-
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#db_node_arn ⇒ ::String
Returns the value of attribute db_node_arn.
-
#db_node_id ⇒ ::String
Returns the value of attribute db_node_id.
-
#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_system_id ⇒ ::String
Returns the value of attribute db_system_id.
-
#fault_domain ⇒ ::String
Returns the value of attribute fault_domain.
-
#floating_ip_address ⇒ ::String
Returns the value of attribute floating_ip_address.
-
#host_ip_id ⇒ ::String
Returns the value of attribute host_ip_id.
-
#hostname ⇒ ::String
Returns the value of attribute hostname.
-
#maintenance_type ⇒ "VMDB_REBOOT_MIGRATION"
Returns the value of attribute maintenance_type.
-
#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.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#software_storage_size_in_gb ⇒ ::Integer
Returns the value of attribute software_storage_size_in_gb.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#time_maintenance_window_end ⇒ ::String
Returns the value of attribute time_maintenance_window_end.
-
#time_maintenance_window_start ⇒ ::String
Returns the value of attribute time_maintenance_window_start.
-
#total_cpu_core_count ⇒ ::Integer
Returns the value of attribute total_cpu_core_count.
-
#vnic2_id ⇒ ::String
Returns the value of attribute vnic2_id.
-
#vnic_id ⇒ ::String
Returns the value of attribute vnic_id.
Instance Attribute Details
#additional_details ⇒ ::String
Returns the value of attribute additional_details.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def additional_details @additional_details end |
#backup_ip_id ⇒ ::String
Returns the value of attribute backup_ip_id.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def backup_ip_id @backup_ip_id end |
#backup_vnic_2_id ⇒ ::String
Returns the value of attribute backup_vnic_2_id.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def backup_vnic_2_id @backup_vnic_2_id end |
#backup_vnic_id ⇒ ::String
Returns the value of attribute backup_vnic_id.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def backup_vnic_id @backup_vnic_id end |
#cpu_core_count ⇒ ::Integer
Returns the value of attribute cpu_core_count.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def cpu_core_count @cpu_core_count end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def created_at @created_at end |
#db_node_arn ⇒ ::String
Returns the value of attribute db_node_arn.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def db_node_arn @db_node_arn end |
#db_node_id ⇒ ::String
Returns the value of attribute db_node_id.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def db_node_id @db_node_id end |
#db_node_storage_size_in_g_bs ⇒ ::Integer
Returns the value of attribute db_node_storage_size_in_g_bs.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 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.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def db_server_id @db_server_id end |
#db_system_id ⇒ ::String
Returns the value of attribute db_system_id.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def db_system_id @db_system_id end |
#fault_domain ⇒ ::String
Returns the value of attribute fault_domain.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def fault_domain @fault_domain end |
#floating_ip_address ⇒ ::String
Returns the value of attribute floating_ip_address.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def floating_ip_address @floating_ip_address end |
#host_ip_id ⇒ ::String
Returns the value of attribute host_ip_id.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def host_ip_id @host_ip_id end |
#hostname ⇒ ::String
Returns the value of attribute hostname.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def hostname @hostname end |
#maintenance_type ⇒ "VMDB_REBOOT_MIGRATION"
Returns the value of attribute maintenance_type.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def maintenance_type @maintenance_type end |
#memory_size_in_g_bs ⇒ ::Integer
Returns the value of attribute memory_size_in_g_bs.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 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.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def oci_resource_anchor_name @oci_resource_anchor_name end |
#ocid ⇒ ::String
Returns the value of attribute ocid.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def ocid @ocid end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def private_ip_address @private_ip_address end |
#software_storage_size_in_gb ⇒ ::Integer
Returns the value of attribute software_storage_size_in_gb.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def software_storage_size_in_gb @software_storage_size_in_gb end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def status_reason @status_reason end |
#time_maintenance_window_end ⇒ ::String
Returns the value of attribute time_maintenance_window_end.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def time_maintenance_window_end @time_maintenance_window_end end |
#time_maintenance_window_start ⇒ ::String
Returns the value of attribute time_maintenance_window_start.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def time_maintenance_window_start @time_maintenance_window_start end |
#total_cpu_core_count ⇒ ::Integer
Returns the value of attribute total_cpu_core_count.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def total_cpu_core_count @total_cpu_core_count end |
#vnic2_id ⇒ ::String
Returns the value of attribute vnic2_id.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def vnic2_id @vnic2_id end |
#vnic_id ⇒ ::String
Returns the value of attribute vnic_id.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def vnic_id @vnic_id end |