📂 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
›
waas
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/waas/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: edge_subnet.cpython-39.pyc
a ���f � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�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 )� EdgeSubnetz0 The details about an edge node subnet. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aQ Initializes a new EdgeSubnet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cidr: The value to assign to the cidr property of this EdgeSubnet. :type cidr: str :param time_modified: The value to assign to the time_modified property of this EdgeSubnet. :type time_modified: datetime :param region: The value to assign to the region property of this EdgeSubnet. :type region: str �strZdatetime)�cidr� time_modified�regionr ZtimeModifiedr N)Z swagger_typesZ attribute_map�_cidr�_time_modified�_region)�self�kwargs� r �?/usr/lib/python3.9/site-packages/oci/waas/models/edge_subnet.py�__init__ s ��zEdgeSubnet.__init__c C s | j S )z� Gets the cidr of this EdgeSubnet. An edge node subnet. This can include /24 or /8 addresses. :return: The cidr of this EdgeSubnet. :rtype: str �r �r r r r r 4 s zEdgeSubnet.cidrc C s || _ dS )z� Sets the cidr of this EdgeSubnet. An edge node subnet. This can include /24 or /8 addresses. :param cidr: The cidr of this EdgeSubnet. :type: str Nr )r r r r r r @ s c C s | j S )a Gets the time_modified of this EdgeSubnet. The date and time the last change was made to the indicated edge node subnet, expressed in RFC 3339 timestamp format. :return: The time_modified of this EdgeSubnet. :rtype: datetime �r r r r r r L s zEdgeSubnet.time_modifiedc C s || _ dS )a Sets the time_modified of this EdgeSubnet. The date and time the last change was made to the indicated edge node subnet, expressed in RFC 3339 timestamp format. :param time_modified: The time_modified of this EdgeSubnet. :type: datetime Nr )r r r r r r X s c C s | j S )z� Gets the region of this EdgeSubnet. The name of the region containing the indicated subnet. :return: The region of this EdgeSubnet. :rtype: str �r r r r r r d s zEdgeSubnet.regionc C s || _ dS )z� Sets the region of this EdgeSubnet. The name of the region containing the indicated subnet. :param region: The region of this EdgeSubnet. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zEdgeSubnet.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zEdgeSubnet.__eq__c C s | |k S r r r r r r �__ne__� s zEdgeSubnet.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"