Class: Aws::Types::DbServerSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#autonomous_virtual_machine_ids::Array[::String]

Returns the value of attribute autonomous_virtual_machine_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("ECPU", "OCPU")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1209
1210
1211
# File 'sig/types.rbs', line 1209

def db_server_id
  @db_server_id
end

#db_server_patching_detailsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def ocid
  @ocid
end

#shape::String

Returns the value of attribute shape.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def shape
  @shape
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS")


1210
1211
1212
# File 'sig/types.rbs', line 1210

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1225
1226
1227
# File 'sig/types.rbs', line 1225

def vm_cluster_ids
  @vm_cluster_ids
end