📂 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
›
adm
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/adm/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: oci_resource_vulnerability_audit_source.pyc
a M��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�VulnerabilityAuditSource� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�#OciResourceVulnerabilityAuditSourcez: OCI resource source for the Vulnerability Audit. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a0 Initializes a new OciResourceVulnerabilityAuditSource object with values from keyword arguments. The default value of the :py:attr:`~oci.adm.models.OciResourceVulnerabilityAuditSource.type` attribute of this class is ``OCI_RESOURCE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this OciResourceVulnerabilityAuditSource. Allowed values for this property are: "EXTERNAL_RESOURCE", "OCI_RESOURCE", "UNKNOWN" :type type: str :param oci_resource_id: The value to assign to the oci_resource_id property of this OciResourceVulnerabilityAuditSource. :type oci_resource_id: str �str)�type�oci_resource_idr � ociResourceIdN�OCI_RESOURCE)� swagger_types� attribute_map�_type�_oci_resource_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/adm/models/oci_resource_vulnerability_audit_source.py�__init__ s ��z,OciResourceVulnerabilityAuditSource.__init__c C s | j S )a� **[Required]** Gets the oci_resource_id of this OciResourceVulnerabilityAuditSource. The Oracle Cloud identifier (`OCID`__) of the OCI resource that triggered the Vulnerability Audit. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The oci_resource_id of this OciResourceVulnerabilityAuditSource. :rtype: str �r �r r r r r . s z3OciResourceVulnerabilityAuditSource.oci_resource_idc C s || _ dS )a� Sets the oci_resource_id of this OciResourceVulnerabilityAuditSource. The Oracle Cloud identifier (`OCID`__) of the OCI resource that triggered the Vulnerability Audit. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param oci_resource_id: The oci_resource_id of this OciResourceVulnerabilityAuditSource. :type: str Nr )r r r r r r <