MySqlFleetByCategory

class oci.database_management.models.MySqlFleetByCategory(**kwargs)

Bases: object

The number of MySQL Databases in the fleet, grouped by database type and sub type.

Methods

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

Attributes

database_type [Required] Gets the database_type of this MySqlFleetByCategory.
inventory_count [Required] Gets the inventory_count of this MySqlFleetByCategory.
mds_deployment_type [Required] Gets the mds_deployment_type of this MySqlFleetByCategory.
__init__(**kwargs)

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

Parameters:
  • database_type (str) – The value to assign to the database_type property of this MySqlFleetByCategory.
  • mds_deployment_type (str) – The value to assign to the mds_deployment_type property of this MySqlFleetByCategory.
  • inventory_count (int) – The value to assign to the inventory_count property of this MySqlFleetByCategory.
database_type

[Required] Gets the database_type of this MySqlFleetByCategory. The type of the MySQL Database. Indicates whether the database is on premises or Oracle Cloud. Allowed values are: MDS and ONPREMISE

Returns:The database_type of this MySqlFleetByCategory.
Return type:str
inventory_count

[Required] Gets the inventory_count of this MySqlFleetByCategory. The number of MySQL Databases.

Returns:The inventory_count of this MySqlFleetByCategory.
Return type:int
mds_deployment_type

[Required] Gets the mds_deployment_type of this MySqlFleetByCategory. The type of MySQL Database installation. Allowed values are: STANDALONE, HEATWAVE and HA

Returns:The mds_deployment_type of this MySqlFleetByCategory.
Return type:str