📂 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: subscription_mapping_summary.cpython-39.pyc
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 @ 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 edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�SubscriptionMappingSummaryz+ Subscription mapping information. c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new SubscriptionMappingSummary 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 SubscriptionMappingSummary. :type id: str :param subscription_id: The value to assign to the subscription_id property of this SubscriptionMappingSummary. :type subscription_id: str :param compartment_id: The value to assign to the compartment_id property of this SubscriptionMappingSummary. :type compartment_id: str :param is_explicitly_assigned: The value to assign to the is_explicitly_assigned property of this SubscriptionMappingSummary. :type is_explicitly_assigned: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this SubscriptionMappingSummary. :type lifecycle_state: str :param time_terminated: The value to assign to the time_terminated property of this SubscriptionMappingSummary. :type time_terminated: datetime :param time_created: The value to assign to the time_created property of this SubscriptionMappingSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this SubscriptionMappingSummary. :type time_updated: datetime �str�boolZdatetime)�id�subscription_id�compartment_id�is_explicitly_assigned�lifecycle_state�time_terminated�time_created�time_updatedr ZsubscriptionIdZ compartmentIdZisExplicitlyAssignedZlifecycleStateZtimeTerminatedZtimeCreatedZtimeUpdatedN) Z swagger_typesZ attribute_map�_id�_subscription_id�_compartment_id�_is_explicitly_assigned�_lifecycle_state�_time_terminated� _time_created� _time_updated)�self�kwargs� r �h/usr/lib/python3.9/site-packages/oci/tenant_manager_control_plane/models/subscription_mapping_summary.py�__init__ s4 '��z#SubscriptionMappingSummary.__init__c C s | j S )z� **[Required]** Gets the id of this SubscriptionMappingSummary. OCID of the mapping between subscription and compartment identified by the tenancy. :return: The id of this SubscriptionMappingSummary. :rtype: str �r �r r r r r W s zSubscriptionMappingSummary.idc C s || _ dS )z� Sets the id of this SubscriptionMappingSummary. OCID of the mapping between subscription and compartment identified by the tenancy. :param id: The id of this SubscriptionMappingSummary. :type: str Nr )r r r r r r c s c C s | j S )z� **[Required]** Gets the subscription_id of this SubscriptionMappingSummary. OCID of the subscription. :return: The subscription_id of this SubscriptionMappingSummary. :rtype: str �r r r r r r o s z*SubscriptionMappingSummary.subscription_idc C s || _ dS )z� Sets the subscription_id of this SubscriptionMappingSummary. OCID of the subscription. :param subscription_id: The subscription_id of this SubscriptionMappingSummary. :type: str Nr )r r r r r r { s c C s | j S )z� **[Required]** Gets the compartment_id of this SubscriptionMappingSummary. OCID of the compartment. Always a tenancy OCID. :return: The compartment_id of this SubscriptionMappingSummary. :rtype: str �r r r r r r � s z)SubscriptionMappingSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this SubscriptionMappingSummary. OCID of the compartment. Always a tenancy OCID. :param compartment_id: The compartment_id of this SubscriptionMappingSummary. :type: str Nr! )r r r r r r � s c C s | j S )a) **[Required]** Gets the is_explicitly_assigned of this SubscriptionMappingSummary. Denotes if the subscription is explicity assigned to the root compartment or tenancy. :return: The is_explicitly_assigned of this SubscriptionMappingSummary. :rtype: bool �r r r r r r � s z1SubscriptionMappingSummary.is_explicitly_assignedc C s || _ dS )a/ Sets the is_explicitly_assigned of this SubscriptionMappingSummary. Denotes if the subscription is explicity assigned to the root compartment or tenancy. :param is_explicitly_assigned: The is_explicitly_assigned of this SubscriptionMappingSummary. :type: bool Nr"