📂 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
›
tenant_manager_control_plane
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/tenant_manager_control_plane/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: subscription_mapping_summary.pyc
a O��fG$ � @ 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�bool�datetime)�id�subscription_id�compartment_id�is_explicitly_assigned�lifecycle_state�time_terminated�time_created�time_updatedr �subscriptionId� compartmentId�isExplicitlyAssigned�lifecycleState�timeTerminated�timeCreated�timeUpdatedN) � swagger_types� attribute_map�_id�_subscription_id�_compartment_id�_is_explicitly_assigned�_lifecycle_state�_time_terminated� _time_created� _time_updated)�self�kwargs� r% ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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&