ruạṛ
a ���f�/ � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sV e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�ResourceSummaryz4 The details of a resource under a service. �INTERVAL� POINT_DATAc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aP Initializes a new ResourceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param daily_unit_display_name: The value to assign to the daily_unit_display_name property of this ResourceSummary. :type daily_unit_display_name: str :param hourly_unit_display_name: The value to assign to the hourly_unit_display_name property of this ResourceSummary. :type hourly_unit_display_name: str :param raw_unit_display_name: The value to assign to the raw_unit_display_name property of this ResourceSummary. :type raw_unit_display_name: str :param usage_data_type: The value to assign to the usage_data_type property of this ResourceSummary. Allowed values for this property are: "INTERVAL", "POINT_DATA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type usage_data_type: str :param name: The value to assign to the name property of this ResourceSummary. :type name: str :param servicename: The value to assign to the servicename property of this ResourceSummary. :type servicename: str :param description: The value to assign to the description property of this ResourceSummary. :type description: str :param instance_type: The value to assign to the instance_type property of this ResourceSummary. :type instance_type: str :param is_purchased: The value to assign to the is_purchased property of this ResourceSummary. :type is_purchased: bool :param child_resources: The value to assign to the child_resources property of this ResourceSummary. :type child_resources: list[str] :param skus: The value to assign to the skus property of this ResourceSummary. :type skus: list[oci.usage.models.SkuProducts] �str�boolz list[str]zlist[SkuProducts])�daily_unit_display_name�hourly_unit_display_name�raw_unit_display_name�usage_data_type�name�servicename�description� instance_type�is_purchased�child_resources�skusZdailyUnitDisplayNameZhourlyUnitDisplayNameZrawUnitDisplayNameZ usageDataTyper r r ZinstanceTypeZisPurchasedZchildResourcesr N) Z swagger_typesZ attribute_map�_daily_unit_display_name�_hourly_unit_display_name�_raw_unit_display_name�_usage_data_type�_name�_servicename�_description�_instance_type� _is_purchased�_child_resources�_skus)�self�kwargs� r# �E/usr/lib/python3.9/site-packages/oci/usage/models/resource_summary.py�__init__ sF 5��zResourceSummary.__init__c C s | j S )z� Gets the daily_unit_display_name of this ResourceSummary. Units to be used for daily aggregated data. :return: The daily_unit_display_name of this ResourceSummary. :rtype: str �r �r! r# r# r$ r v s z'ResourceSummary.daily_unit_display_namec C s || _ dS )z� Sets the daily_unit_display_name of this ResourceSummary. Units to be used for daily aggregated data. :param daily_unit_display_name: The daily_unit_display_name of this ResourceSummary. :type: str Nr&