📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
waas
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/waas/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_waas_policy_details.pyc
a O��f3 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateWaasPolicyDetailsz� The required data to create a WAAS policy. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. c K sx ddddddddddd � | _ d ddd ddddddd � | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )af Initializes a new CreateWaasPolicyDetails 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 CreateWaasPolicyDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateWaasPolicyDetails. :type display_name: str :param domain: The value to assign to the domain property of this CreateWaasPolicyDetails. :type domain: str :param additional_domains: The value to assign to the additional_domains property of this CreateWaasPolicyDetails. :type additional_domains: list[str] :param origins: The value to assign to the origins property of this CreateWaasPolicyDetails. :type origins: dict(str, Origin) :param origin_groups: The value to assign to the origin_groups property of this CreateWaasPolicyDetails. :type origin_groups: dict(str, OriginGroup) :param policy_config: The value to assign to the policy_config property of this CreateWaasPolicyDetails. :type policy_config: oci.waas.models.PolicyConfig :param waf_config: The value to assign to the waf_config property of this CreateWaasPolicyDetails. :type waf_config: oci.waas.models.WafConfigDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateWaasPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateWaasPolicyDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]zdict(str, Origin)zdict(str, OriginGroup)�PolicyConfig�WafConfigDetailszdict(str, str)zdict(str, dict(str, object))) �compartment_id�display_name�domain�additional_domains�origins� origin_groups� policy_config� waf_config� freeform_tags�defined_tags� compartmentId�displayNamer �additionalDomainsr �originGroups�policyConfig� wafConfig�freeformTags�definedTagsN)� swagger_types� attribute_map�_compartment_id� _display_name�_domain�_additional_domains�_origins�_origin_groups�_policy_config�_waf_config�_freeform_tags� _defined_tags)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/waas/models/create_waas_policy_details.py�__init__ s@ /�� z CreateWaasPolicyDetails.__init__c C s | j S )aS **[Required]** Gets the compartment_id of this CreateWaasPolicyDetails. The `OCID`__ of the compartment in which to create the WAAS policy. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateWaasPolicyDetails. :rtype: str �r �r( r* r* r+ r e s z&CreateWaasPolicyDetails.compartment_idc C s || _ dS )aQ Sets the compartment_id of this CreateWaasPolicyDetails. The `OCID`__ of the compartment in which to create the WAAS policy. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateWaasPolicyDetails. :type: str Nr- )r( r r* r* r+ r s s c C s | j S )a Gets the display_name of this CreateWaasPolicyDetails. A user-friendly name for the WAAS policy. The name can be changed and does not need to be unique. :return: The display_name of this CreateWaasPolicyDetails. :rtype: str �r r. r* r* r+ r � s z$CreateWaasPolicyDetails.display_namec C s || _ dS )a Sets the display_name of this CreateWaasPolicyDetails. A user-friendly name for the WAAS policy. The name can be changed and does not need to be unique. :param display_name: The display_name of this CreateWaasPolicyDetails. :type: str Nr/ )r( r r* r* r+ r � s c C s | j S )z� **[Required]** Gets the domain of this CreateWaasPolicyDetails. The web application domain that the WAAS policy protects. :return: The domain of this CreateWaasPolicyDetails. :rtype: str �r r. r* r* r+ r � s zCreateWaasPolicyDetails.domainc C s || _ dS )z� Sets the domain of this CreateWaasPolicyDetails. The web application domain that the WAAS policy protects. :param domain: The domain of this CreateWaasPolicyDetails. :type: str Nr0 )r( r r* r* r+ r � s c C s | j S )z� Gets the additional_domains of this CreateWaasPolicyDetails. An array of additional domains for the specified web application. :return: The additional_domains of this CreateWaasPolicyDetails. :rtype: list[str] �r! r. r* r* r+ r � s z*CreateWaasPolicyDetails.additional_domainsc C s || _ dS )a Sets the additional_domains of this CreateWaasPolicyDetails. An array of additional domains for the specified web application. :param additional_domains: The additional_domains of this CreateWaasPolicyDetails. :type: list[str] Nr1 )r( r r* r* r+ r � s c C s | j S )a4 Gets the origins of this CreateWaasPolicyDetails. A map of host to origin for the web application. The key should be a customer friendly name for the host, ex. primary, secondary, etc. :return: The origins of this CreateWaasPolicyDetails. :rtype: dict(str, Origin) �r"