DatabaseInformation

class oci.database_migration.models.DatabaseInformation(**kwargs)

Bases: object

Database Information.

Methods

__init__(**kwargs) Initializes a new DatabaseInformation object with values from keyword arguments.

Attributes

data_size_in_mbs Gets the data_size_in_mbs of this DatabaseInformation.
database_name Gets the database_name of this DatabaseInformation.
database_version Gets the database_version of this DatabaseInformation.
__init__(**kwargs)

Initializes a new DatabaseInformation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • database_name (str) – The value to assign to the database_name property of this DatabaseInformation.
  • database_version (str) – The value to assign to the database_version property of this DatabaseInformation.
  • data_size_in_mbs (int) – The value to assign to the data_size_in_mbs property of this DatabaseInformation.
data_size_in_mbs

Gets the data_size_in_mbs of this DatabaseInformation. The total size of the database in megabytes.

Returns:The data_size_in_mbs of this DatabaseInformation.
Return type:int
database_name

Gets the database_name of this DatabaseInformation. The database name.

Returns:The database_name of this DatabaseInformation.
Return type:str
database_version

Gets the database_version of this DatabaseInformation. The database version.

Returns:The database_version of this DatabaseInformation.
Return type:str