📂 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: security_zone_target_details.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� TargetDetails� )�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 d d� Z dd� Zdd� ZdS )�SecurityZoneTargetDetailsz4 Target details for a security zone target. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a Initializes a new SecurityZoneTargetDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_guard.models.SecurityZoneTargetDetails.target_resource_type` attribute of this class is ``SECURITY_ZONE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param target_resource_type: The value to assign to the target_resource_type property of this SecurityZoneTargetDetails. Allowed values for this property are: "COMPARTMENT", "ERPCLOUD", "HCMCLOUD", "SECURITY_ZONE" :type target_resource_type: str :param security_zone_id: The value to assign to the security_zone_id property of this SecurityZoneTargetDetails. :type security_zone_id: str :param security_zone_display_name: The value to assign to the security_zone_display_name property of this SecurityZoneTargetDetails. :type security_zone_display_name: str :param target_security_zone_recipes: The value to assign to the target_security_zone_recipes property of this SecurityZoneTargetDetails. :type target_security_zone_recipes: list[oci.cloud_guard.models.SecurityRecipe] �strzlist[SecurityRecipe])Ztarget_resource_type�security_zone_id�security_zone_display_name�target_security_zone_recipesZtargetResourceTypeZsecurityZoneIdZsecurityZoneDisplayNameZtargetSecurityZoneRecipesNZ SECURITY_ZONE)Z swagger_typesZ attribute_mapZ_target_resource_type�_security_zone_id�_security_zone_display_name�_target_security_zone_recipes)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/cloud_guard/models/security_zone_target_details.py�__init__ s ��z"SecurityZoneTargetDetails.__init__c C s | j S )z� Gets the security_zone_id of this SecurityZoneTargetDetails. The OCID of the security zone to associate with this compartment :return: The security_zone_id of this SecurityZoneTargetDetails. :rtype: str �r �r r r r r >