📂 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
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: add_subnet_ipv6_cidr_details.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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�AddSubnetIpv6CidrDetailszB Details used when adding an IPv6 CIDR block to a subnet. c K s ddi| _ ddi| _d| _dS )az Initializes a new AddSubnetIpv6CidrDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ipv6_cidr_block: The value to assign to the ipv6_cidr_block property of this AddSubnetIpv6CidrDetails. :type ipv6_cidr_block: str �ipv6_cidr_block�strZ ipv6CidrBlockN)Z swagger_typesZ attribute_map�_ipv6_cidr_block)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/add_subnet_ipv6_cidr_details.py�__init__ s ��z!AddSubnetIpv6CidrDetails.__init__c C s | j S )a� **[Required]** Gets the ipv6_cidr_block of this AddSubnetIpv6CidrDetails. This field is not required and should only be specified when adding an IPv6 CIDR to a subnet's IPv6 address space. See`IPv6 Addresses`__. Example: `2001:0db8:0123::/64` __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm :return: The ipv6_cidr_block of this AddSubnetIpv6CidrDetails. :rtype: str �r �r r r r r &