ExadataCellConfig¶
-
class
oci.opsi.models.
ExadataCellConfig
(**kwargs)¶ Bases:
oci.opsi.models.database_configuration_metric_group.DatabaseConfigurationMetricGroup
Storage server configuration
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 cell_configs
Gets the cell_configs of this ExadataCellConfig. cell_hash
Gets the cell_hash of this ExadataCellConfig. cell_name
Gets the cell_name of this ExadataCellConfig. cell_properties
Gets the cell_properties of this ExadataCellConfig. disk_counts
Gets the disk_counts of this ExadataCellConfig. 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 ExadataCellConfig 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 ExadataCellConfig object with values from keyword arguments. The default value of the
metric_name
attribute of this class isEXADATA_CELL_CONFIG
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 ExadataCellConfig. 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 ExadataCellConfig.
- cell_name (str) – The value to assign to the cell_name property of this ExadataCellConfig.
- cell_hash (str) – The value to assign to the cell_hash property of this ExadataCellConfig.
- cell_properties (str) – The value to assign to the cell_properties property of this ExadataCellConfig.
- cell_configs (str) – The value to assign to the cell_configs property of this ExadataCellConfig.
- disk_counts (str) – The value to assign to the disk_counts property of this ExadataCellConfig.
-
cell_configs
¶ Gets the cell_configs of this ExadataCellConfig. Cell configs
Returns: The cell_configs of this ExadataCellConfig. Return type: str
-
cell_hash
¶ Gets the cell_hash of this ExadataCellConfig. Cell hash
Returns: The cell_hash of this ExadataCellConfig. Return type: str
-
cell_name
¶ Gets the cell_name of this ExadataCellConfig. Cell name
Returns: The cell_name of this ExadataCellConfig. Return type: str
-
cell_properties
¶ Gets the cell_properties of this ExadataCellConfig. Cell properties
Returns: The cell_properties of this ExadataCellConfig. Return type: str
-
disk_counts
¶ Gets the disk_counts of this ExadataCellConfig. Cell disk counts
Returns: The disk_counts of this ExadataCellConfig. Return type: str
-
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
-