📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: tag_default.pyc
a O��f�3 � @ 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 @ s8 e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*� TagDefaultaf Tag defaults let you specify a default tag (tagnamespace.tag="value") to apply to all resource types in a specified compartment. The tag default is applied at the time the resource is created. Resources that exist in the compartment before you create the tag default are not tagged. The `TagDefault` object specifies the tag and compartment details. Tag defaults are inherited by child compartments. This means that if you set a tag default on the root compartment for a tenancy, all resources that are created in the tenancy are tagged. For more information about using tag defaults, see `Managing Tag Defaults`__. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. __ https://docs.cloud.oracle.com/Content/Tagging/Tasks/managingtagdefaults.htm �ACTIVEc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a- Initializes a new TagDefault 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 TagDefault. :type id: str :param compartment_id: The value to assign to the compartment_id property of this TagDefault. :type compartment_id: str :param tag_namespace_id: The value to assign to the tag_namespace_id property of this TagDefault. :type tag_namespace_id: str :param tag_definition_id: The value to assign to the tag_definition_id property of this TagDefault. :type tag_definition_id: str :param tag_definition_name: The value to assign to the tag_definition_name property of this TagDefault. :type tag_definition_name: str :param value: The value to assign to the value property of this TagDefault. :type value: str :param time_created: The value to assign to the time_created property of this TagDefault. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this TagDefault. Allowed values for this property are: "ACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param is_required: The value to assign to the is_required property of this TagDefault. :type is_required: bool :param locks: The value to assign to the locks property of this TagDefault. :type locks: list[oci.identity.models.ResourceLock] �str�datetime�boolzlist[ResourceLock]) �id�compartment_id�tag_namespace_id�tag_definition_id�tag_definition_name�value�time_created�lifecycle_state�is_required�locksr � compartmentId�tagNamespaceId�tagDefinitionId�tagDefinitionNamer �timeCreated�lifecycleState� isRequiredr N)� swagger_types� attribute_map�_id�_compartment_id�_tag_namespace_id�_tag_definition_id�_tag_definition_name�_value� _time_created�_lifecycle_state�_is_required�_locks)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/tag_default.py�__init__ s@ 1�� zTagDefault.__init__c C s | j S )z� **[Required]** Gets the id of this TagDefault. The OCID of the tag default. :return: The id of this TagDefault. :rtype: str �r �r( r* r* r+ r u s z TagDefault.idc C s || _ dS )z� Sets the id of this TagDefault. The OCID of the tag default. :param id: The id of this TagDefault. :type: str Nr- )r( r r* r* r+ r � s c C s | j S )ac **[Required]** Gets the compartment_id of this TagDefault. The OCID of the compartment. The tag default applies to all new resources that get created in the compartment. Resources that existed before the tag default was created are not tagged. :return: The compartment_id of this TagDefault. :rtype: str �r r. r* r* r+ r � s zTagDefault.compartment_idc C s || _ dS )aa Sets the compartment_id of this TagDefault. The OCID of the compartment. The tag default applies to all new resources that get created in the compartment. Resources that existed before the tag default was created are not tagged. :param compartment_id: The compartment_id of this TagDefault. :type: str Nr/ )r( r r* r* r+ r � s c C s | j S )z� **[Required]** Gets the tag_namespace_id of this TagDefault. The OCID of the tag namespace that contains the tag definition. :return: The tag_namespace_id of this TagDefault. :rtype: str �r r. r* r* r+ r � s zTagDefault.tag_namespace_idc C s || _ dS )z� Sets the tag_namespace_id of this TagDefault. The OCID of the tag namespace that contains the tag definition. :param tag_namespace_id: The tag_namespace_id of this TagDefault. :type: str Nr0 )r( r r* r* r+ r � s c C s | j S )a **[Required]** Gets the tag_definition_id of this TagDefault. The OCID of the tag definition. The tag default will always assign a default value for this tag definition. :return: The tag_definition_id of this TagDefault. :rtype: str �r! r. r* r* r+ r � s zTagDefault.tag_definition_idc C s || _ dS )a Sets the tag_definition_id of this TagDefault. The OCID of the tag definition. The tag default will always assign a default value for this tag definition. :param tag_definition_id: The tag_definition_id of this TagDefault. :type: str Nr1 )r( r r* r* r+ r � s c C s | j S )a **[Required]** Gets the tag_definition_name of this TagDefault. The name used in the tag definition. This field is informational in the context of the tag default. :return: The tag_definition_name of this TagDefault. :rtype: str �r"