📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
tenant_manager_control_plane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/tenant_manager_control_plane/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: classic_subscription_summary.cpython-39.pyc
a ���fH3 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�SubscriptionSummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zd d!� Zd"d#� Zd$d%� Zd&S )'�ClassicSubscriptionSummaryz" Summary of subscription. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a Initializes a new ClassicSubscriptionSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.tenant_manager_control_plane.models.ClassicSubscriptionSummary.entity_version` attribute of this class is ``V1`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_version: The value to assign to the entity_version property of this ClassicSubscriptionSummary. Allowed values for this property are: "V1", "V2", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type entity_version: str :param id: The value to assign to the id property of this ClassicSubscriptionSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this ClassicSubscriptionSummary. :type compartment_id: str :param service_name: The value to assign to the service_name property of this ClassicSubscriptionSummary. :type service_name: str :param time_created: The value to assign to the time_created property of this ClassicSubscriptionSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ClassicSubscriptionSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ClassicSubscriptionSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ClassicSubscriptionSummary. :type defined_tags: dict(str, dict(str, object)) :param classic_subscription_id: The value to assign to the classic_subscription_id property of this ClassicSubscriptionSummary. :type classic_subscription_id: str :param is_classic_subscription: The value to assign to the is_classic_subscription property of this ClassicSubscriptionSummary. :type is_classic_subscription: bool :param payment_model: The value to assign to the payment_model property of this ClassicSubscriptionSummary. :type payment_model: str :param region_assignment: The value to assign to the region_assignment property of this ClassicSubscriptionSummary. :type region_assignment: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ClassicSubscriptionSummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param start_date: The value to assign to the start_date property of this ClassicSubscriptionSummary. :type start_date: datetime :param end_date: The value to assign to the end_date property of this ClassicSubscriptionSummary. :type end_date: datetime �strZdatetimezdict(str, str)zdict(str, dict(str, object))�bool)Zentity_version�idZcompartment_idZservice_nameZtime_createdZtime_updatedZ freeform_tagsZdefined_tags�classic_subscription_id�is_classic_subscription� payment_model�region_assignment�lifecycle_state� start_date�end_dateZ entityVersionr Z compartmentIdZserviceNameZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZclassicSubscriptionIdZisClassicSubscriptionZpaymentModelZregionAssignmentZlifecycleStateZ startDateZendDateNZV1)Z swagger_typesZ attribute_mapZ_entity_versionZ_idZ_compartment_idZ _service_nameZ _time_createdZ _time_updatedZ_freeform_tagsZ _defined_tags�_classic_subscription_id�_is_classic_subscription�_payment_model�_region_assignment�_lifecycle_state�_start_date� _end_date)�self�kwargs� r# �h/usr/lib/python3.9/site-packages/oci/tenant_manager_control_plane/models/classic_subscription_summary.py�__init__. s` H��z#ClassicSubscriptionSummary.__init__c C s | j S )z� **[Required]** Gets the classic_subscription_id of this ClassicSubscriptionSummary. Classic subscription ID. :return: The classic_subscription_id of this ClassicSubscriptionSummary. :rtype: str �r �r! r# r# r$ r � s z2ClassicSubscriptionSummary.classic_subscription_idc C s || _ dS )z� Sets the classic_subscription_id of this ClassicSubscriptionSummary. Classic subscription ID. :param classic_subscription_id: The classic_subscription_id of this ClassicSubscriptionSummary. :type: str Nr&