📂 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
›
cloud_guard
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_guard/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: security_zone_target_details.pyc
a N��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 )�SecurityZoneTargetDetailsz- Details about 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])�target_resource_type�security_zone_id�security_zone_display_name�target_security_zone_recipes�targetResourceType�securityZoneId�securityZoneDisplayName�targetSecurityZoneRecipesN� SECURITY_ZONE)� swagger_types� attribute_map�_target_resource_type�_security_zone_id�_security_zone_display_name�_target_security_zone_recipes)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 this compartment with. :return: The security_zone_id of this SecurityZoneTargetDetails. :rtype: str �r �r r r r r <