📂 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
›
dns
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/dns/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: steering_policy_attachment.cpython-39.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 ),�SteeringPolicyAttachmenta� An attachment between a steering policy and a domain. An attachment constructs DNS responses using its steering policy instead of the records at its defined domain. Only records of the policy's covered rtype are blocked at the domain. A domain can have a maximum of one attachment covering any given rtype. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �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 SteeringPolicyAttachment 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 SteeringPolicyAttachment. :type steering_policy_id: str :param zone_id: The value to assign to the zone_id property of this SteeringPolicyAttachment. :type zone_id: str :param domain_name: The value to assign to the domain_name property of this SteeringPolicyAttachment. :type domain_name: str :param display_name: The value to assign to the display_name property of this SteeringPolicyAttachment. :type display_name: str :param rtypes: The value to assign to the rtypes property of this SteeringPolicyAttachment. :type rtypes: list[str] :param compartment_id: The value to assign to the compartment_id property of this SteeringPolicyAttachment. :type compartment_id: str :param _self: The value to assign to the _self property of this SteeringPolicyAttachment. :type _self: str :param id: The value to assign to the id property of this SteeringPolicyAttachment. :type id: str :param time_created: The value to assign to the time_created property of this SteeringPolicyAttachment. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SteeringPolicyAttachment. 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�_SteeringPolicyAttachment__self�_id� _time_created�_lifecycle_state)r �kwargs� r! �M/usr/lib/python3.9/site-packages/oci/dns/models/steering_policy_attachment.py�__init__# s@ 1�� z!SteeringPolicyAttachment.__init__c C s | j S )z� **[Required]** Gets the steering_policy_id of this SteeringPolicyAttachment. The OCID of the attached steering policy. :return: The steering_policy_id of this SteeringPolicyAttachment. :rtype: str �r �r r! r! r"