📂 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: create_steering_policy_details.cpython-39.pyc
a ���f1L � @ 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 @ s2 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 � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CreateSteeringPolicyDetailsz� The body for defining a new steering 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 sn dddddddddd� | _ dd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )aJ Initializes a new CreateSteeringPolicyDetails 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 CreateSteeringPolicyDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateSteeringPolicyDetails. :type display_name: str :param ttl: The value to assign to the ttl property of this CreateSteeringPolicyDetails. :type ttl: int :param health_check_monitor_id: The value to assign to the health_check_monitor_id property of this CreateSteeringPolicyDetails. :type health_check_monitor_id: str :param template: The value to assign to the template property of this CreateSteeringPolicyDetails. 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 CreateSteeringPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSteeringPolicyDetails. :type defined_tags: dict(str, dict(str, object)) :param answers: The value to assign to the answers property of this CreateSteeringPolicyDetails. :type answers: list[oci.dns.models.SteeringPolicyAnswer] :param rules: The value to assign to the rules property of this CreateSteeringPolicyDetails. :type rules: list[oci.dns.models.SteeringPolicyRule] �str�intzdict(str, str)zdict(str, dict(str, object))zlist[SteeringPolicyAnswer]zlist[SteeringPolicyRule]) �compartment_id�display_name�ttl�health_check_monitor_id�template� freeform_tags�defined_tags�answers�rulesZ compartmentIdZdisplayNamer ZhealthCheckMonitorIdr ZfreeformTagsZdefinedTagsr r N)Z swagger_typesZ attribute_map�_compartment_id� _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/create_steering_policy_details.py�__init__, s: ,� �z$CreateSteeringPolicyDetails.__init__c C s | j S )a **[Required]** Gets the compartment_id of this CreateSteeringPolicyDetails. The OCID of the compartment containing the steering policy. :return: The compartment_id of this CreateSteeringPolicyDetails. :rtype: str �r �r! r# r# r$ r y s z*CreateSteeringPolicyDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateSteeringPolicyDetails. The OCID of the compartment containing the steering policy. :param compartment_id: The compartment_id of this CreateSteeringPolicyDetails. :type: str Nr&