📂 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: cloud_subscription.cpython-39.pyc
a ���f]! � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Subscription� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�CloudSubscriptionzZ Subscription information for compartment ID. Only root compartments are allowed. �NEEDS_ATTENTION�ACTIVE�INACTIVE�FAILED�CREATINGc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )a� Initializes a new CloudSubscription object with values from keyword arguments. The default value of the :py:attr:`~oci.tenant_manager_control_plane.models.CloudSubscription.entity_version` attribute of this class is ``V2`` 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 CloudSubscription. 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 CloudSubscription. :type id: str :param compartment_id: The value to assign to the compartment_id property of this CloudSubscription. :type compartment_id: str :param service_name: The value to assign to the service_name property of this CloudSubscription. :type service_name: str :param time_created: The value to assign to the time_created property of this CloudSubscription. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this CloudSubscription. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this CloudSubscription. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CloudSubscription. :type defined_tags: dict(str, dict(str, object)) :param subscription_number: The value to assign to the subscription_number property of this CloudSubscription. :type subscription_number: str :param currency_code: The value to assign to the currency_code property of this CloudSubscription. :type currency_code: str :param lifecycle_state: The value to assign to the lifecycle_state property of this CloudSubscription. Allowed values for this property are: "NEEDS_ATTENTION", "ACTIVE", "INACTIVE", "FAILED", "CREATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �strZdatetimezdict(str, str)zdict(str, dict(str, object)))Zentity_version�idZcompartment_idZservice_nameZtime_createdZtime_updatedZ freeform_tagsZdefined_tags�subscription_number� currency_code�lifecycle_stateZ entityVersionr Z compartmentIdZserviceNameZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZsubscriptionNumberZcurrencyCodeZlifecycleStateNZV2) Z swagger_typesZ attribute_mapZ_entity_versionZ_idZ_compartment_idZ _service_nameZ _time_createdZ _time_updatedZ_freeform_tagsZ _defined_tags�_subscription_number�_currency_code�_lifecycle_state)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/tenant_manager_control_plane/models/cloud_subscription.py�__init__&