📂 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
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: info_for_network_gen_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 @ s� e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zd d!� Zd"S )#�InfoForNetworkGenDetailsz� Parameters for generation of the client or backup network in a VM cluster network in an Exadata Cloud@Customer system. �CLIENT�BACKUP�DISASTER_RECOVERYc K sZ dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d S )a Initializes a new InfoForNetworkGenDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param network_type: The value to assign to the network_type property of this InfoForNetworkGenDetails. Allowed values for this property are: "CLIENT", "BACKUP", "DISASTER_RECOVERY" :type network_type: str :param vlan_id: The value to assign to the vlan_id property of this InfoForNetworkGenDetails. :type vlan_id: str :param cidr: The value to assign to the cidr property of this InfoForNetworkGenDetails. :type cidr: str :param gateway: The value to assign to the gateway property of this InfoForNetworkGenDetails. :type gateway: str :param netmask: The value to assign to the netmask property of this InfoForNetworkGenDetails. :type netmask: str :param domain: The value to assign to the domain property of this InfoForNetworkGenDetails. :type domain: str :param prefix: The value to assign to the prefix property of this InfoForNetworkGenDetails. :type prefix: str �str)�network_type�vlan_id�cidr�gateway�netmask�domain�prefixZnetworkTypeZvlanIdr r r r r N) Z swagger_typesZ attribute_map� _network_type�_vlan_id�_cidr�_gateway�_netmask�_domain�_prefix)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/database/models/info_for_network_gen_details.py�__init__ s. $�� z!InfoForNetworkGenDetails.__init__c C s | j S )a# **[Required]** Gets the network_type of this InfoForNetworkGenDetails. The network type. Allowed values for this property are: "CLIENT", "BACKUP", "DISASTER_RECOVERY" :return: The network_type of this InfoForNetworkGenDetails. :rtype: str )r �r r r r r ] s z%InfoForNetworkGenDetails.network_typec C s* g d�}t ||�s td|� ���|| _dS )z� Sets the network_type of this InfoForNetworkGenDetails. The network type. :param network_type: The network_type of this InfoForNetworkGenDetails. :type: str )r r r z9Invalid value for `network_type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r k s �c C s | j S )z� **[Required]** Gets the vlan_id of this InfoForNetworkGenDetails. The network VLAN ID. :return: The vlan_id of this InfoForNetworkGenDetails. :rtype: str �r r r r r r | s z InfoForNetworkGenDetails.vlan_idc C s || _ dS )z� Sets the vlan_id of this InfoForNetworkGenDetails. The network VLAN ID. :param vlan_id: The vlan_id of this InfoForNetworkGenDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the cidr of this InfoForNetworkGenDetails. The cidr for the network. :return: The cidr of this InfoForNetworkGenDetails. :rtype: str �r r r r r r � s zInfoForNetworkGenDetails.cidrc C s || _ dS )z� Sets the cidr of this InfoForNetworkGenDetails. The cidr for the network. :param cidr: The cidr of this InfoForNetworkGenDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the gateway of this InfoForNetworkGenDetails. The network gateway. :return: The gateway of this InfoForNetworkGenDetails. :rtype: str �r r r r r r � s z InfoForNetworkGenDetails.gatewayc C s || _ dS )z� Sets the gateway of this InfoForNetworkGenDetails. The network gateway. :param gateway: The gateway of this InfoForNetworkGenDetails. :type: str Nr"