📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
osub_subscription
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/osub_subscription/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: commitment_summary.pyc
a O��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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �CommitmentSummaryz/ Subscribed Service commitment summary c K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CommitmentSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this CommitmentSummary. :type id: str :param time_start: The value to assign to the time_start property of this CommitmentSummary. :type time_start: datetime :param time_end: The value to assign to the time_end property of this CommitmentSummary. :type time_end: datetime :param quantity: The value to assign to the quantity property of this CommitmentSummary. :type quantity: str :param used_amount: The value to assign to the used_amount property of this CommitmentSummary. :type used_amount: str :param available_amount: The value to assign to the available_amount property of this CommitmentSummary. :type available_amount: str :param funded_allocation_value: The value to assign to the funded_allocation_value property of this CommitmentSummary. :type funded_allocation_value: str �str�datetime)�id� time_start�time_end�quantity�used_amount�available_amount�funded_allocation_valuer � timeStart�timeEndr � usedAmount�availableAmount�fundedAllocationValueN) � swagger_types� attribute_map�_id�_time_start� _time_end� _quantity�_used_amount�_available_amount�_funded_allocation_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/osub_subscription/models/commitment_summary.py�__init__ s. #�� zCommitmentSummary.__init__c C s | j S )z� **[Required]** Gets the id of this CommitmentSummary. SPM internal Commitment ID :return: The id of this CommitmentSummary. :rtype: str �r �r r r r! r N s zCommitmentSummary.idc C s || _ dS )z� Sets the id of this CommitmentSummary. SPM internal Commitment ID :param id: The id of this CommitmentSummary. :type: str Nr# )r r r r r! r Z s c C s | j S )z� Gets the time_start of this CommitmentSummary. Commitment start date :return: The time_start of this CommitmentSummary. :rtype: datetime �r r$ r r r! r f s zCommitmentSummary.time_startc C s || _ dS )z� Sets the time_start of this CommitmentSummary. Commitment start date :param time_start: The time_start of this CommitmentSummary. :type: datetime Nr% )r r r r r! r r s c C s | j S )z� Gets the time_end of this CommitmentSummary. Commitment end date :return: The time_end of this CommitmentSummary. :rtype: datetime �r r$ r r r! r ~ s zCommitmentSummary.time_endc C s || _ dS )z� Sets the time_end of this CommitmentSummary. Commitment end date :param time_end: The time_end of this CommitmentSummary. :type: datetime Nr&