Class: Aws::Types::DbNodeSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_details::String

Returns the value of attribute additional_details.

Returns:

  • (::String)


1151
1152
1153
# File 'sig/types.rbs', line 1151

def additional_details
  @additional_details
end

#backup_ip_id::String

Returns the value of attribute backup_ip_id.

Returns:

  • (::String)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def backup_ip_id
  @backup_ip_id
end

#backup_vnic_2_id::String

Returns the value of attribute backup_vnic_2_id.

Returns:

  • (::String)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def backup_vnic_2_id
  @backup_vnic_2_id
end

#backup_vnic_id::String

Returns the value of attribute backup_vnic_id.

Returns:

  • (::String)


1154
1155
1156
# File 'sig/types.rbs', line 1154

def backup_vnic_id
  @backup_vnic_id
end

#cpu_core_count::Integer

Returns the value of attribute cpu_core_count.

Returns:

  • (::Integer)


1155
1156
1157
# File 'sig/types.rbs', line 1155

def cpu_core_count
  @cpu_core_count
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def created_at
  @created_at
end

#db_node_arn::String

Returns the value of attribute db_node_arn.

Returns:

  • (::String)


1148
1149
1150
# File 'sig/types.rbs', line 1148

def db_node_arn
  @db_node_arn
end

#db_node_id::String

Returns the value of attribute db_node_id.

Returns:

  • (::String)


1147
1148
1149
# File 'sig/types.rbs', line 1147

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.

Returns:

  • (::Integer)


1156
1157
1158
# File 'sig/types.rbs', line 1156

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.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def db_server_id
  @db_server_id
end

#db_system_id::String

Returns the value of attribute db_system_id.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def db_system_id
  @db_system_id
end

#fault_domain::String

Returns the value of attribute fault_domain.

Returns:

  • (::String)


1159
1160
1161
# File 'sig/types.rbs', line 1159

def fault_domain
  @fault_domain
end

#host_ip_id::String

Returns the value of attribute host_ip_id.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def host_ip_id
  @host_ip_id
end

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def hostname
  @hostname
end

#maintenance_type"VMDB_REBOOT_MIGRATION"

Returns the value of attribute maintenance_type.

Returns:

  • ("VMDB_REBOOT_MIGRATION")


1164
1165
1166
# File 'sig/types.rbs', line 1164

def maintenance_type
  @maintenance_type
end

#memory_size_in_g_bs::Integer

Returns the value of attribute memory_size_in_g_bs.

Returns:

  • (::Integer)


1165
1166
1167
# File 'sig/types.rbs', line 1165

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.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def oci_resource_anchor_name
  @oci_resource_anchor_name
end

#ocid::String

Returns the value of attribute ocid.

Returns:

  • (::String)


1162
1163
1164
# File 'sig/types.rbs', line 1162

def ocid
  @ocid
end

#software_storage_size_in_gb::Integer

Returns the value of attribute software_storage_size_in_gb.

Returns:

  • (::Integer)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def software_storage_size_in_gb
  @software_storage_size_in_gb
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "STOPPING", "STOPPED", "STARTING")


1149
1150
1151
# File 'sig/types.rbs', line 1149

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def status_reason
  @status_reason
end

#time_maintenance_window_end::String

Returns the value of attribute time_maintenance_window_end.

Returns:

  • (::String)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def time_maintenance_window_end
  @time_maintenance_window_end
end

#time_maintenance_window_start::String

Returns the value of attribute time_maintenance_window_start.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def time_maintenance_window_start
  @time_maintenance_window_start
end

#total_cpu_core_count::Integer

Returns the value of attribute total_cpu_core_count.

Returns:

  • (::Integer)


1170
1171
1172
# File 'sig/types.rbs', line 1170

def total_cpu_core_count
  @total_cpu_core_count
end

#vnic2_id::String

Returns the value of attribute vnic2_id.

Returns:

  • (::String)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def vnic2_id
  @vnic2_id
end

#vnic_id::String

Returns the value of attribute vnic_id.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def vnic_id
  @vnic_id
end