ruạṛ
a N��fU � @ 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 )�ShapeNetworkingBandwidthOptionsz� For a flexible shape, the amount of networking bandwidth available for instances that use this shape. If this field is null, then this shape has a fixed amount of bandwidth equivalent to `networkingBandwidthInGbps`. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ShapeNetworkingBandwidthOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param min_in_gbps: The value to assign to the min_in_gbps property of this ShapeNetworkingBandwidthOptions. :type min_in_gbps: float :param max_in_gbps: The value to assign to the max_in_gbps property of this ShapeNetworkingBandwidthOptions. :type max_in_gbps: float :param default_per_ocpu_in_gbps: The value to assign to the default_per_ocpu_in_gbps property of this ShapeNetworkingBandwidthOptions. :type default_per_ocpu_in_gbps: float �float)�min_in_gbps�max_in_gbps�default_per_ocpu_in_gbps� minInGbps� maxInGbps�defaultPerOcpuInGbpsN)� swagger_types� attribute_map�_min_in_gbps�_max_in_gbps�_default_per_ocpu_in_gbps)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/shape_networking_bandwidth_options.py�__init__ s ��z(ShapeNetworkingBandwidthOptions.__init__c C s | j S )z� Gets the min_in_gbps of this ShapeNetworkingBandwidthOptions. The minimum amount of networking bandwidth, in gigabits per second. :return: The min_in_gbps of this ShapeNetworkingBandwidthOptions. :rtype: float �r �r r r r r 4 s z+ShapeNetworkingBandwidthOptions.min_in_gbpsc C s || _ dS )a Sets the min_in_gbps of this ShapeNetworkingBandwidthOptions. The minimum amount of networking bandwidth, in gigabits per second. :param min_in_gbps: The min_in_gbps of this ShapeNetworkingBandwidthOptions. :type: float Nr )r r r r r r @ s c C s | j S )z� Gets the max_in_gbps of this ShapeNetworkingBandwidthOptions. The maximum amount of networking bandwidth, in gigabits per second. :return: The max_in_gbps of this ShapeNetworkingBandwidthOptions. :rtype: float �r r r r r r L s z+ShapeNetworkingBandwidthOptions.max_in_gbpsc C s || _ dS )a Sets the max_in_gbps of this ShapeNetworkingBandwidthOptions. The maximum amount of networking bandwidth, in gigabits per second. :param max_in_gbps: The max_in_gbps of this ShapeNetworkingBandwidthOptions. :type: float Nr )r r r r r r X s c C s | j S )a Gets the default_per_ocpu_in_gbps of this ShapeNetworkingBandwidthOptions. The default amount of networking bandwidth per OCPU, in gigabits per second. :return: The default_per_ocpu_in_gbps of this ShapeNetworkingBandwidthOptions. :rtype: float �r r r r r r d s z8ShapeNetworkingBandwidthOptions.default_per_ocpu_in_gbpsc C s || _ dS )a7 Sets the default_per_ocpu_in_gbps of this ShapeNetworkingBandwidthOptions. The default amount of networking bandwidth per OCPU, in gigabits per second. :param default_per_ocpu_in_gbps: The default_per_ocpu_in_gbps of this ShapeNetworkingBandwidthOptions. :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(ShapeNetworkingBandwidthOptions.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z&ShapeNetworkingBandwidthOptions.__eq__c C s | |k S r r r r r r �__ne__� s z&ShapeNetworkingBandwidthOptions.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r! r"