DBConnectionStatus

class oci.opsi.models.DBConnectionStatus(**kwargs)

Bases: oci.opsi.models.database_configuration_metric_group.DatabaseConfigurationMetricGroup

Database connection status.

Attributes

METRIC_NAME_ASM_ENTITY str(object=’’) -> str
METRIC_NAME_DB_CONNECTION_STATUS str(object=’’) -> str
METRIC_NAME_DB_EXTERNAL_INSTANCE str(object=’’) -> str
METRIC_NAME_DB_EXTERNAL_PROPERTIES str(object=’’) -> str
METRIC_NAME_DB_OS_CONFIG_INSTANCE str(object=’’) -> str
METRIC_NAME_DB_PARAMETERS str(object=’’) -> str
METRIC_NAME_EXADATA_CELL_CONFIG str(object=’’) -> str
METRIC_NAME_HOST_RESOURCE_ALLOCATION str(object=’’) -> str
metric_name [Required] Gets the metric_name of this DatabaseConfigurationMetricGroup.
time_collected Gets the time_collected of this DatabaseConfigurationMetricGroup.

Methods

__init__(**kwargs) Initializes a new DBConnectionStatus object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
METRIC_NAME_ASM_ENTITY = 'ASM_ENTITY'
METRIC_NAME_DB_CONNECTION_STATUS = 'DB_CONNECTION_STATUS'
METRIC_NAME_DB_EXTERNAL_INSTANCE = 'DB_EXTERNAL_INSTANCE'
METRIC_NAME_DB_EXTERNAL_PROPERTIES = 'DB_EXTERNAL_PROPERTIES'
METRIC_NAME_DB_OS_CONFIG_INSTANCE = 'DB_OS_CONFIG_INSTANCE'
METRIC_NAME_DB_PARAMETERS = 'DB_PARAMETERS'
METRIC_NAME_EXADATA_CELL_CONFIG = 'EXADATA_CELL_CONFIG'
METRIC_NAME_HOST_RESOURCE_ALLOCATION = 'HOST_RESOURCE_ALLOCATION'
__init__(**kwargs)

Initializes a new DBConnectionStatus object with values from keyword arguments. The default value of the metric_name attribute of this class is DB_CONNECTION_STATUS and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • metric_name (str) – The value to assign to the metric_name property of this DBConnectionStatus. Allowed values for this property are: “DB_EXTERNAL_PROPERTIES”, “DB_EXTERNAL_INSTANCE”, “DB_OS_CONFIG_INSTANCE”, “DB_PARAMETERS”, “DB_CONNECTION_STATUS”, “HOST_RESOURCE_ALLOCATION”, “ASM_ENTITY”, “EXADATA_CELL_CONFIG”
  • time_collected (datetime) – The value to assign to the time_collected property of this DBConnectionStatus.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

metric_name

[Required] Gets the metric_name of this DatabaseConfigurationMetricGroup. Name of the metric group.

Allowed values for this property are: “DB_EXTERNAL_PROPERTIES”, “DB_EXTERNAL_INSTANCE”, “DB_OS_CONFIG_INSTANCE”, “DB_PARAMETERS”, “DB_CONNECTION_STATUS”, “HOST_RESOURCE_ALLOCATION”, “ASM_ENTITY”, “EXADATA_CELL_CONFIG”

Returns:The metric_name of this DatabaseConfigurationMetricGroup.
Return type:str
time_collected

Gets the time_collected of this DatabaseConfigurationMetricGroup. Collection timestamp Example: “2020-05-06T00:00:00.000Z”

Returns:The time_collected of this DatabaseConfigurationMetricGroup.
Return type:datetime