📂 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
›
waf
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/waf/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_network_address_list_addresses_details.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateNetworkAddressListDetails� )�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 )�(UpdateNetworkAddressListAddressesDetailszH The information to be updated for NetworkAddressListAddresses. c K sV ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _d | _dS )a Initializes a new UpdateNetworkAddressListAddressesDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.waf.models.UpdateNetworkAddressListAddressesDetails.type` attribute of this class is ``ADDRESSES`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateNetworkAddressListAddressesDetails. :type display_name: str :param type: The value to assign to the type property of this UpdateNetworkAddressListAddressesDetails. Allowed values for this property are: "ADDRESSES", "VCN_ADDRESSES" :type type: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateNetworkAddressListAddressesDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateNetworkAddressListAddressesDetails. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this UpdateNetworkAddressListAddressesDetails. :type system_tags: dict(str, dict(str, object)) :param addresses: The value to assign to the addresses property of this UpdateNetworkAddressListAddressesDetails. :type addresses: list[str] �strzdict(str, str)zdict(str, dict(str, object))z list[str])�display_name�type� freeform_tags�defined_tags�system_tags� addresses�displayNamer �freeformTags�definedTags� systemTagsr N� ADDRESSES)� swagger_types� attribute_map� _display_name�_type�_freeform_tags� _defined_tags�_system_tags� _addresses)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/waf/models/update_network_address_list_addresses_details.py�__init__ s* !� � z1UpdateNetworkAddressListAddressesDetails.__init__c C s | j S )aK Gets the addresses of this UpdateNetworkAddressListAddressesDetails. A list of IP address prefixes in CIDR notation. To specify all addresses, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6. :return: The addresses of this UpdateNetworkAddressListAddressesDetails. :rtype: list[str] �r �r r r r r J s z2UpdateNetworkAddressListAddressesDetails.addressesc C s || _ dS )aS Sets the addresses of this UpdateNetworkAddressListAddressesDetails. A list of IP address prefixes in CIDR notation. To specify all addresses, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6. :param addresses: The addresses of this UpdateNetworkAddressListAddressesDetails. :type: list[str] Nr"