📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
dns
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/dns/models/__pycache__
💾
Free:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: steering_policy_attachment_summary.cpython-39.opt-1.pyc
a ���f�1 � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�SteeringPolicyAttachmentSummaryz? An attachment between a steering policy and a domain. �CREATING�ACTIVE�DELETINGc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new SteeringPolicyAttachmentSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param steering_policy_id: The value to assign to the steering_policy_id property of this SteeringPolicyAttachmentSummary. :type steering_policy_id: str :param zone_id: The value to assign to the zone_id property of this SteeringPolicyAttachmentSummary. :type zone_id: str :param domain_name: The value to assign to the domain_name property of this SteeringPolicyAttachmentSummary. :type domain_name: str :param display_name: The value to assign to the display_name property of this SteeringPolicyAttachmentSummary. :type display_name: str :param rtypes: The value to assign to the rtypes property of this SteeringPolicyAttachmentSummary. :type rtypes: list[str] :param compartment_id: The value to assign to the compartment_id property of this SteeringPolicyAttachmentSummary. :type compartment_id: str :param _self: The value to assign to the _self property of this SteeringPolicyAttachmentSummary. :type _self: str :param id: The value to assign to the id property of this SteeringPolicyAttachmentSummary. :type id: str :param time_created: The value to assign to the time_created property of this SteeringPolicyAttachmentSummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SteeringPolicyAttachmentSummary. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �strz list[str]Zdatetime) �steering_policy_id�zone_id�domain_name�display_name�rtypes�compartment_id�_self�id�time_created�lifecycle_stateZsteeringPolicyIdZzoneIdZ domainNameZdisplayNamer Z compartmentId�selfr ZtimeCreatedZlifecycleStateN)Z swagger_typesZ attribute_map�_steering_policy_id�_zone_id�_domain_name� _display_name�_rtypes�_compartment_id�&_SteeringPolicyAttachmentSummary__self�_id� _time_created�_lifecycle_state)r �kwargs� r! �U/usr/lib/python3.9/site-packages/oci/dns/models/steering_policy_attachment_summary.py�__init__ s@ 1�� z(SteeringPolicyAttachmentSummary.__init__c C s | j S )z� **[Required]** Gets the steering_policy_id of this SteeringPolicyAttachmentSummary. The OCID of the attached steering policy. :return: The steering_policy_id of this SteeringPolicyAttachmentSummary. :rtype: str �r �r r! r! r"