📂 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: update_steering_policy_details.cpython-39.pyc
a ���fzH � @ 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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�UpdateSteeringPolicyDetailsa# The body for updating a steering policy. New rules and answers provided in the request will replace the existing rules and answers in the policy. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �FAILOVER�LOAD_BALANCE�ROUTE_BY_GEO�ROUTE_BY_ASN�ROUTE_BY_IP�CUSTOMc K sd ddddddddd�| _ dd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new UpdateSteeringPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateSteeringPolicyDetails. :type display_name: str :param ttl: The value to assign to the ttl property of this UpdateSteeringPolicyDetails. :type ttl: int :param health_check_monitor_id: The value to assign to the health_check_monitor_id property of this UpdateSteeringPolicyDetails. :type health_check_monitor_id: str :param template: The value to assign to the template property of this UpdateSteeringPolicyDetails. Allowed values for this property are: "FAILOVER", "LOAD_BALANCE", "ROUTE_BY_GEO", "ROUTE_BY_ASN", "ROUTE_BY_IP", "CUSTOM" :type template: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateSteeringPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateSteeringPolicyDetails. :type defined_tags: dict(str, dict(str, object)) :param answers: The value to assign to the answers property of this UpdateSteeringPolicyDetails. :type answers: list[oci.dns.models.SteeringPolicyAnswer] :param rules: The value to assign to the rules property of this UpdateSteeringPolicyDetails. :type rules: list[oci.dns.models.SteeringPolicyRule] �str�intzdict(str, str)zdict(str, dict(str, object))zlist[SteeringPolicyAnswer]zlist[SteeringPolicyRule])�display_name�ttl�health_check_monitor_id�template� freeform_tags�defined_tags�answers�rulesZdisplayNamer ZhealthCheckMonitorIdr ZfreeformTagsZdefinedTagsr r N) Z swagger_typesZ attribute_map� _display_name�_ttl�_health_check_monitor_id� _template�_freeform_tags� _defined_tags�_answers�_rules)�self�kwargs� r! �Q/usr/lib/python3.9/site-packages/oci/dns/models/update_steering_policy_details.py�__init__. s4 (��z$UpdateSteeringPolicyDetails.__init__c C s | j S )a? Gets the display_name of this UpdateSteeringPolicyDetails. A user-friendly name for the steering policy. Does not have to be unique and can be changed. Avoid entering confidential information. :return: The display_name of this UpdateSteeringPolicyDetails. :rtype: str �r �r r! r! r"