ExadataDiskgroupStatisticsSummary¶
-
class
oci.opsi.models.
ExadataDiskgroupStatisticsSummary
(**kwargs)¶ Bases:
oci.opsi.models.exadata_insight_resource_statistics_aggregation.ExadataInsightResourceStatisticsAggregation
Diskgroup details and statistics.
Attributes
EXADATA_RESOURCE_TYPE_DATABASE
str(object=’’) -> str EXADATA_RESOURCE_TYPE_DISKGROUP
str(object=’’) -> str EXADATA_RESOURCE_TYPE_HOST
str(object=’’) -> str EXADATA_RESOURCE_TYPE_STORAGE_SERVER
str(object=’’) -> str current_statistics
[Required] Gets the current_statistics of this ExadataDiskgroupStatisticsSummary. exadata_resource_type
[Required] Gets the exadata_resource_type of this ExadataInsightResourceStatisticsAggregation. resource_details
[Required] Gets the resource_details of this ExadataDiskgroupStatisticsSummary. Methods
__init__
(**kwargs)Initializes a new ExadataDiskgroupStatisticsSummary 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'¶
-
EXADATA_RESOURCE_TYPE_DISKGROUP
= 'DISKGROUP'¶
-
EXADATA_RESOURCE_TYPE_HOST
= 'HOST'¶
-
EXADATA_RESOURCE_TYPE_STORAGE_SERVER
= 'STORAGE_SERVER'¶
-
__init__
(**kwargs)¶ Initializes a new ExadataDiskgroupStatisticsSummary object with values from keyword arguments. The default value of the
exadata_resource_type
attribute of this class isDISKGROUP
and it should not be changed. 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 ExadataDiskgroupStatisticsSummary. Allowed values for this property are: “DATABASE”, “HOST”, “STORAGE_SERVER”, “DISKGROUP”
- resource_details (oci.opsi.models.DiskGroupDetails) – The value to assign to the resource_details property of this ExadataDiskgroupStatisticsSummary.
- current_statistics (oci.opsi.models.ExadataInsightResourceStatistics) – The value to assign to the current_statistics property of this ExadataDiskgroupStatisticsSummary.
-
current_statistics
¶ [Required] Gets the current_statistics of this ExadataDiskgroupStatisticsSummary.
Returns: The current_statistics of this ExadataDiskgroupStatisticsSummary. Return type: oci.opsi.models.ExadataInsightResourceStatistics
-
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.
-
resource_details
¶ [Required] Gets the resource_details of this ExadataDiskgroupStatisticsSummary.
Returns: The resource_details of this ExadataDiskgroupStatisticsSummary. Return type: oci.opsi.models.DiskGroupDetails
-