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 @ sT e Zd ZdZdZdZdZdZdZdZ dZ d ZdZd Z dZdZd ZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZdZ dZ!dZ"d Z#d!Z$d"Z%d#d$� Z&e'd%d&� �Z(e(j)d'd&� �Z(e'd(d)� �Z*e*j)d*d)� �Z*e'd+d,� �Z+e+j)d-d,� �Z+e'd.d/� �Z,e,j)d0d/� �Z,e'd1d2� �Z-e-j)d3d2� �Z-e'd4d5� �Z.e.j)d6d5� �Z.d7d8� Z/d9d:� Z0d;d<� Z1d=S )>�SubscriptionzY Subscription information for compartmentId. Only root compartments are allowed. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�NEEDS_ATTENTION�PURGED�CANCELED�PAID_PURGED�INITIALIZED�SOFT_TERMINATED�DISABLED�BEGIN_TERMINATION�MIGRATED�PENDING_CANCELATION�ARCHIVED�NON_RECOVERABLE�BEGIN_SOFT_TERMINATION� ACTIVATED�ACCESS_DISABLED�PENDING_REGISTRATION� TERMINATED� RELOCATING� DEPROVISIONED�PROVISIONED�BEGIN_TERMINATION_PASSIVE�LOCKED�PENDING_DEPROVISIONING� REGISTERED� CANCELLED�EXPIREDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new Subscription 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 Subscription. :type id: str :param classic_subscription_id: The value to assign to the classic_subscription_id property of this Subscription. :type classic_subscription_id: str :param service_name: The value to assign to the service_name property of this Subscription. :type service_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Subscription. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Subscription. Allowed values for this property are: "ACTIVE", "PURGED", "CANCELED", "PAID_PURGED", "INITIALIZED", "SOFT_TERMINATED", "DISABLED", "BEGIN_TERMINATION", "MIGRATED", "PENDING_CANCELATION", "ARCHIVED", "NON_RECOVERABLE", "BEGIN_SOFT_TERMINATION", "ACTIVATED", "ACCESS_DISABLED", "PENDING_REGISTRATION", "TERMINATED", "RELOCATING", "DEPROVISIONED", "PROVISIONED", "BEGIN_TERMINATION_PASSIVE", "LOCKED", "PENDING_DEPROVISIONING", "REGISTERED", "CANCELLED", "EXPIRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_details: str :param skus: The value to assign to the skus property of this Subscription. :type skus: list[oci.fusion_apps.models.SubscriptionSku] �strzlist[SubscriptionSku])�id�classic_subscription_id�service_name�lifecycle_state�lifecycle_details�skusr) ZclassicSubscriptionIdZserviceNameZlifecycleStateZlifecycleDetailsr. N)Z swagger_typesZ attribute_map�_id�_classic_subscription_id� _service_name�_lifecycle_state�_lifecycle_details�_skus)�self�kwargs� r7 �G/usr/lib/python3.9/site-packages/oci/fusion_apps/models/subscription.py�__init__� s( #� � zSubscription.__init__c C s | j S )z� **[Required]** Gets the id of this Subscription. OCID of the subscription details for particular root compartment or tenancy. :return: The id of this Subscription. :rtype: str �r/ �r5 r7 r7 r8 r) � s zSubscription.idc C s || _ dS )z� Sets the id of this Subscription. OCID of the subscription details for particular root compartment or tenancy. :param id: The id of this Subscription. :type: str Nr: )r5 r) r7 r7 r8 r) � s c C s | j S )z� **[Required]** Gets the classic_subscription_id of this Subscription. Subscription id. :return: The classic_subscription_id of this Subscription. :rtype: str �r0 r; r7 r7 r8 r* � s z$Subscription.classic_subscription_idc C s || _ dS )z� Sets the classic_subscription_id of this Subscription. Subscription id. :param classic_subscription_id: The classic_subscription_id of this Subscription. :type: str Nr<