Class: Aws::Types::DbServer

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])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("ECPU", "OCPU")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def db_server_id
  @db_server_id
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1185
1186
1187
# File 'sig/types.rbs', line 1185

def ocid
  @ocid
end

#shape::String

Returns the value of attribute shape.

Returns:

  • (::String)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def shape
  @shape
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


1178
1179
1180
# File 'sig/types.rbs', line 1178

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1193
1194
1195
# File 'sig/types.rbs', line 1193

def vm_cluster_ids
  @vm_cluster_ids
end