📂 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_summary.cpython-39.pyc
a ���f3U � @ 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 @ sv e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zd/d0� Zd1d2� Zd3d4� Zd5S )6�SteeringPolicySummaryz� A DNS 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�CUSTOM�ACTIVE�CREATING�DELETED�DELETINGc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aG Initializes a new SteeringPolicySummary 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 SteeringPolicySummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this SteeringPolicySummary. :type display_name: str :param ttl: The value to assign to the ttl property of this SteeringPolicySummary. :type ttl: int :param health_check_monitor_id: The value to assign to the health_check_monitor_id property of this SteeringPolicySummary. :type health_check_monitor_id: str :param template: The value to assign to the template property of this SteeringPolicySummary. Allowed values for this property are: "FAILOVER", "LOAD_BALANCE", "ROUTE_BY_GEO", "ROUTE_BY_ASN", "ROUTE_BY_IP", "CUSTOM", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type template: str :param freeform_tags: The value to assign to the freeform_tags property of this SteeringPolicySummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SteeringPolicySummary. :type defined_tags: dict(str, dict(str, object)) :param _self: The value to assign to the _self property of this SteeringPolicySummary. :type _self: str :param id: The value to assign to the id property of this SteeringPolicySummary. :type id: str :param time_created: The value to assign to the time_created property of this SteeringPolicySummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SteeringPolicySummary. Allowed values for this property are: "ACTIVE", "CREATING", "DELETED", "DELETING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str �str�intzdict(str, str)zdict(str, dict(str, object))Zdatetime)�compartment_id�display_name�ttl�health_check_monitor_id�template� freeform_tags�defined_tags�_self�id�time_created�lifecycle_stateZ compartmentIdZdisplayNamer ZhealthCheckMonitorIdr ZfreeformTagsZdefinedTags�selfr ZtimeCreatedZlifecycleStateN) Z swagger_typesZ attribute_map�_compartment_id� _display_name�_ttl�_health_check_monitor_id� _template�_freeform_tags� _defined_tags�_SteeringPolicySummary__self�_id� _time_created�_lifecycle_state)r �kwargs� r+ �J/usr/lib/python3.9/site-packages/oci/dns/models/steering_policy_summary.py�__init__<