ExadataInsightResourceStatisticsAggregation

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

Bases: object

Contains resource details and current statistics

Attributes

EXADATA_RESOURCE_TYPE_DATABASE A constant which can be used with the exadata_resource_type property of a ExadataInsightResourceStatisticsAggregation.
EXADATA_RESOURCE_TYPE_DISKGROUP A constant which can be used with the exadata_resource_type property of a ExadataInsightResourceStatisticsAggregation.
EXADATA_RESOURCE_TYPE_HOST A constant which can be used with the exadata_resource_type property of a ExadataInsightResourceStatisticsAggregation.
EXADATA_RESOURCE_TYPE_STORAGE_SERVER A constant which can be used with the exadata_resource_type property of a ExadataInsightResourceStatisticsAggregation.
exadata_resource_type [Required] Gets the exadata_resource_type of this ExadataInsightResourceStatisticsAggregation.

Methods

__init__(**kwargs) Initializes a new ExadataInsightResourceStatisticsAggregation 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.
EXADATA_RESOURCE_TYPE_DATABASE = 'DATABASE'

A constant which can be used with the exadata_resource_type property of a ExadataInsightResourceStatisticsAggregation. This constant has a value of “DATABASE”

EXADATA_RESOURCE_TYPE_DISKGROUP = 'DISKGROUP'

A constant which can be used with the exadata_resource_type property of a ExadataInsightResourceStatisticsAggregation. This constant has a value of “DISKGROUP”

EXADATA_RESOURCE_TYPE_HOST = 'HOST'

A constant which can be used with the exadata_resource_type property of a ExadataInsightResourceStatisticsAggregation. This constant has a value of “HOST”

EXADATA_RESOURCE_TYPE_STORAGE_SERVER = 'STORAGE_SERVER'

A constant which can be used with the exadata_resource_type property of a ExadataInsightResourceStatisticsAggregation. This constant has a value of “STORAGE_SERVER”

__init__(**kwargs)

Initializes a new ExadataInsightResourceStatisticsAggregation object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:exadata_resource_type (str) – The value to assign to the exadata_resource_type property of this ExadataInsightResourceStatisticsAggregation. Allowed values for this property are: “DATABASE”, “HOST”, “STORAGE_SERVER”, “DISKGROUP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
exadata_resource_type

[Required] Gets the exadata_resource_type of this ExadataInsightResourceStatisticsAggregation. Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)

Allowed values for this property are: “DATABASE”, “HOST”, “STORAGE_SERVER”, “DISKGROUP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The exadata_resource_type of this ExadataInsightResourceStatisticsAggregation.
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.