📂 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
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_security_policy_details.cpython-39.pyc
a ���f�$ � @ 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 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� �Zdd� Zdd� Zd d!� Zd"S )#�CreateSecurityPolicyDetailsz@ Parameters to be used to create a new security policy. c K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new CreateSecurityPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param friendly_name: The value to assign to the friendly_name property of this CreateSecurityPolicyDetails. :type friendly_name: str :param display_name: The value to assign to the display_name property of this CreateSecurityPolicyDetails. :type display_name: str :param description: The value to assign to the description property of this CreateSecurityPolicyDetails. :type description: str :param category: The value to assign to the category property of this CreateSecurityPolicyDetails. :type category: str :param services: The value to assign to the services property of this CreateSecurityPolicyDetails. :type services: list[str] :param compartment_id: The value to assign to the compartment_id property of this CreateSecurityPolicyDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateSecurityPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateSecurityPolicyDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]zdict(str, str)zdict(str, dict(str, object)))� friendly_name�display_name�description�category�services�compartment_id� freeform_tags�defined_tagsZfriendlyNameZdisplayNamer r r Z compartmentIdZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_friendly_name� _display_name�_description� _category� _services�_compartment_id�_freeform_tags� _defined_tags)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/cloud_guard/models/create_security_policy_details.py�__init__ s4 '��z$CreateSecurityPolicyDetails.__init__c C s | j S )z� Gets the friendly_name of this CreateSecurityPolicyDetails. Short version of security policy name :return: The friendly_name of this CreateSecurityPolicyDetails. :rtype: str �r �r r r r r W s z)CreateSecurityPolicyDetails.friendly_namec C s || _ dS )z� Sets the friendly_name of this CreateSecurityPolicyDetails. Short version of security policy name :param friendly_name: The friendly_name of this CreateSecurityPolicyDetails. :type: str Nr )r r r r r r c s c C s | j S )z� **[Required]** Gets the display_name of this CreateSecurityPolicyDetails. Security policy display name :return: The display_name of this CreateSecurityPolicyDetails. :rtype: str �r r r r r r o s z(CreateSecurityPolicyDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateSecurityPolicyDetails. Security policy display name :param display_name: The display_name of this CreateSecurityPolicyDetails. :type: str Nr )r r r r r r { s c C s | j S )z� Gets the description of this CreateSecurityPolicyDetails. Security policy description :return: The description of this CreateSecurityPolicyDetails. :rtype: str �r r r r r r � s z'CreateSecurityPolicyDetails.descriptionc C s || _ dS )z� Sets the description of this CreateSecurityPolicyDetails. Security policy description :param description: The description of this CreateSecurityPolicyDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the category of this CreateSecurityPolicyDetails. The category of the security policy :return: The category of this CreateSecurityPolicyDetails. :rtype: str �r r r r r r � s z$CreateSecurityPolicyDetails.categoryc C s || _ dS )z� Sets the category of this CreateSecurityPolicyDetails. The category of the security policy :param category: The category of this CreateSecurityPolicyDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the services of this CreateSecurityPolicyDetails. The list of services for the security policy :return: The services of this CreateSecurityPolicyDetails. :rtype: list[str] �r r r r r r � s z$CreateSecurityPolicyDetails.servicesc C s || _ dS )z� Sets the services of this CreateSecurityPolicyDetails. The list of services for the security policy :param services: The services of this CreateSecurityPolicyDetails. :type: list[str] Nr"