📂 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
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: shape_max_vnic_attachment_options.pyc
a N��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 )�ShapeMaxVnicAttachmentOptionsz� For a flexible shape, the number of VNIC attachments that are available for instances that use this shape. If this field is null, then this shape has a fixed maximum number of VNIC attachments equal to `maxVnicAttachments`. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ShapeMaxVnicAttachmentOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param min: The value to assign to the min property of this ShapeMaxVnicAttachmentOptions. :type min: int :param max: The value to assign to the max property of this ShapeMaxVnicAttachmentOptions. :type max: float :param default_per_ocpu: The value to assign to the default_per_ocpu property of this ShapeMaxVnicAttachmentOptions. :type default_per_ocpu: float �int�float)�min�max�default_per_ocpur r �defaultPerOcpuN)� swagger_types� attribute_map�_min�_max�_default_per_ocpu)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/shape_max_vnic_attachment_options.py�__init__ s ��z&ShapeMaxVnicAttachmentOptions.__init__c C s | j S )z� Gets the min of this ShapeMaxVnicAttachmentOptions. The lowest maximum value of VNIC attachments. :return: The min of this ShapeMaxVnicAttachmentOptions. :rtype: int �r �r r r r r 4 s z!ShapeMaxVnicAttachmentOptions.minc C s || _ dS )z� Sets the min of this ShapeMaxVnicAttachmentOptions. The lowest maximum value of VNIC attachments. :param min: The min of this ShapeMaxVnicAttachmentOptions. :type: int Nr )r r r r r r @ s c C s | j S )z� Gets the max of this ShapeMaxVnicAttachmentOptions. The highest maximum value of VNIC attachments. :return: The max of this ShapeMaxVnicAttachmentOptions. :rtype: float �r r r r r r L s z!ShapeMaxVnicAttachmentOptions.maxc C s || _ dS )z� Sets the max of this ShapeMaxVnicAttachmentOptions. The highest maximum value of VNIC attachments. :param max: The max of this ShapeMaxVnicAttachmentOptions. :type: float Nr )r r r r r r X s c C s | j S )z� Gets the default_per_ocpu of this ShapeMaxVnicAttachmentOptions. The default number of VNIC attachments allowed per OCPU. :return: The default_per_ocpu of this ShapeMaxVnicAttachmentOptions. :rtype: float �r r r r r r d s z.ShapeMaxVnicAttachmentOptions.default_per_ocpuc C s || _ dS )a Sets the default_per_ocpu of this ShapeMaxVnicAttachmentOptions. The default number of VNIC attachments allowed per OCPU. :param default_per_ocpu: The default_per_ocpu of this ShapeMaxVnicAttachmentOptions. :type: float Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z&ShapeMaxVnicAttachmentOptions.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z$ShapeMaxVnicAttachmentOptions.__eq__c C s | |k S r r r r r r �__ne__� s z$ShapeMaxVnicAttachmentOptions.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r r r r r s"