FleetStatusByCategory¶
-
class
oci.database_management.models.
FleetStatusByCategory
(**kwargs)¶ Bases:
object
The number of databases in the fleet, grouped by database type and sub type.
Attributes
DATABASE_SUB_TYPE_ACD
A constant which can be used with the database_sub_type property of a FleetStatusByCategory. DATABASE_SUB_TYPE_ADB
A constant which can be used with the database_sub_type property of a FleetStatusByCategory. DATABASE_SUB_TYPE_CDB
A constant which can be used with the database_sub_type property of a FleetStatusByCategory. DATABASE_SUB_TYPE_NON_CDB
A constant which can be used with the database_sub_type property of a FleetStatusByCategory. DATABASE_SUB_TYPE_PDB
A constant which can be used with the database_sub_type property of a FleetStatusByCategory. DATABASE_TYPE_CLOUD_RAC
A constant which can be used with the database_type property of a FleetStatusByCategory. DATABASE_TYPE_CLOUD_SIDB
A constant which can be used with the database_type property of a FleetStatusByCategory. DATABASE_TYPE_DEDICATED
A constant which can be used with the database_type property of a FleetStatusByCategory. DATABASE_TYPE_EXTERNAL_RAC
A constant which can be used with the database_type property of a FleetStatusByCategory. DATABASE_TYPE_EXTERNAL_SIDB
A constant which can be used with the database_type property of a FleetStatusByCategory. DATABASE_TYPE_SHARED
A constant which can be used with the database_type property of a FleetStatusByCategory. DEPLOYMENT_TYPE_AUTONOMOUS
A constant which can be used with the deployment_type property of a FleetStatusByCategory. DEPLOYMENT_TYPE_BM
A constant which can be used with the deployment_type property of a FleetStatusByCategory. DEPLOYMENT_TYPE_EXADATA
A constant which can be used with the deployment_type property of a FleetStatusByCategory. DEPLOYMENT_TYPE_EXADATA_CC
A constant which can be used with the deployment_type property of a FleetStatusByCategory. DEPLOYMENT_TYPE_EXADATA_XS
A constant which can be used with the deployment_type property of a FleetStatusByCategory. DEPLOYMENT_TYPE_ONPREMISE
A constant which can be used with the deployment_type property of a FleetStatusByCategory. DEPLOYMENT_TYPE_VM
A constant which can be used with the deployment_type property of a FleetStatusByCategory. database_sub_type
Gets the database_sub_type of this FleetStatusByCategory. database_type
Gets the database_type of this FleetStatusByCategory. deployment_type
Gets the deployment_type of this FleetStatusByCategory. inventory_count
Gets the inventory_count of this FleetStatusByCategory. Methods
__init__
(**kwargs)Initializes a new FleetStatusByCategory object with values from keyword arguments. -
DATABASE_SUB_TYPE_ACD
= 'ACD'¶ A constant which can be used with the database_sub_type property of a FleetStatusByCategory. This constant has a value of “ACD”
-
DATABASE_SUB_TYPE_ADB
= 'ADB'¶ A constant which can be used with the database_sub_type property of a FleetStatusByCategory. This constant has a value of “ADB”
-
DATABASE_SUB_TYPE_CDB
= 'CDB'¶ A constant which can be used with the database_sub_type property of a FleetStatusByCategory. This constant has a value of “CDB”
-
DATABASE_SUB_TYPE_NON_CDB
= 'NON_CDB'¶ A constant which can be used with the database_sub_type property of a FleetStatusByCategory. This constant has a value of “NON_CDB”
-
DATABASE_SUB_TYPE_PDB
= 'PDB'¶ A constant which can be used with the database_sub_type property of a FleetStatusByCategory. This constant has a value of “PDB”
-
DATABASE_TYPE_CLOUD_RAC
= 'CLOUD_RAC'¶ A constant which can be used with the database_type property of a FleetStatusByCategory. This constant has a value of “CLOUD_RAC”
-
DATABASE_TYPE_CLOUD_SIDB
= 'CLOUD_SIDB'¶ A constant which can be used with the database_type property of a FleetStatusByCategory. This constant has a value of “CLOUD_SIDB”
-
DATABASE_TYPE_DEDICATED
= 'DEDICATED'¶ A constant which can be used with the database_type property of a FleetStatusByCategory. This constant has a value of “DEDICATED”
-
DATABASE_TYPE_EXTERNAL_RAC
= 'EXTERNAL_RAC'¶ A constant which can be used with the database_type property of a FleetStatusByCategory. This constant has a value of “EXTERNAL_RAC”
-
DATABASE_TYPE_EXTERNAL_SIDB
= 'EXTERNAL_SIDB'¶ A constant which can be used with the database_type property of a FleetStatusByCategory. This constant has a value of “EXTERNAL_SIDB”
-
DATABASE_TYPE_SHARED
= 'SHARED'¶ A constant which can be used with the database_type property of a FleetStatusByCategory. This constant has a value of “SHARED”
-
DEPLOYMENT_TYPE_AUTONOMOUS
= 'AUTONOMOUS'¶ A constant which can be used with the deployment_type property of a FleetStatusByCategory. This constant has a value of “AUTONOMOUS”
-
DEPLOYMENT_TYPE_BM
= 'BM'¶ A constant which can be used with the deployment_type property of a FleetStatusByCategory. This constant has a value of “BM”
-
DEPLOYMENT_TYPE_EXADATA
= 'EXADATA'¶ A constant which can be used with the deployment_type property of a FleetStatusByCategory. This constant has a value of “EXADATA”
-
DEPLOYMENT_TYPE_EXADATA_CC
= 'EXADATA_CC'¶ A constant which can be used with the deployment_type property of a FleetStatusByCategory. This constant has a value of “EXADATA_CC”
-
DEPLOYMENT_TYPE_EXADATA_XS
= 'EXADATA_XS'¶ A constant which can be used with the deployment_type property of a FleetStatusByCategory. This constant has a value of “EXADATA_XS”
-
DEPLOYMENT_TYPE_ONPREMISE
= 'ONPREMISE'¶ A constant which can be used with the deployment_type property of a FleetStatusByCategory. This constant has a value of “ONPREMISE”
-
DEPLOYMENT_TYPE_VM
= 'VM'¶ A constant which can be used with the deployment_type property of a FleetStatusByCategory. This constant has a value of “VM”
-
__init__
(**kwargs)¶ Initializes a new FleetStatusByCategory 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 FleetStatusByCategory. Allowed values for this property are: “EXTERNAL_SIDB”, “EXTERNAL_RAC”, “CLOUD_SIDB”, “CLOUD_RAC”, “SHARED”, “DEDICATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- database_sub_type (str) – The value to assign to the database_sub_type property of this FleetStatusByCategory. Allowed values for this property are: “CDB”, “PDB”, “NON_CDB”, “ACD”, “ADB”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- deployment_type (str) – The value to assign to the deployment_type property of this FleetStatusByCategory. Allowed values for this property are: “ONPREMISE”, “BM”, “VM”, “EXADATA”, “EXADATA_CC”, “AUTONOMOUS”, “EXADATA_XS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- inventory_count (int) – The value to assign to the inventory_count property of this FleetStatusByCategory.
-
database_sub_type
¶ Gets the database_sub_type of this FleetStatusByCategory. The subtype of the Oracle Database. Indicates whether the database is a Container Database, Pluggable Database, Non-container Database, Autonomous Database, or Autonomous Container Database.
Allowed values for this property are: “CDB”, “PDB”, “NON_CDB”, “ACD”, “ADB”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The database_sub_type of this FleetStatusByCategory. Return type: str
-
database_type
¶ Gets the database_type of this FleetStatusByCategory. The type of Oracle Database installation.
Allowed values for this property are: “EXTERNAL_SIDB”, “EXTERNAL_RAC”, “CLOUD_SIDB”, “CLOUD_RAC”, “SHARED”, “DEDICATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The database_type of this FleetStatusByCategory. Return type: str
-
deployment_type
¶ Gets the deployment_type of this FleetStatusByCategory. The infrastructure used to deploy the Oracle Database.
Allowed values for this property are: “ONPREMISE”, “BM”, “VM”, “EXADATA”, “EXADATA_CC”, “AUTONOMOUS”, “EXADATA_XS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The deployment_type of this FleetStatusByCategory. Return type: str
-
inventory_count
¶ Gets the inventory_count of this FleetStatusByCategory. The number of databases in the fleet.
Returns: The inventory_count of this FleetStatusByCategory. Return type: int
-