ruạṛ
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 )�ShapeNetworkingBandwidthOptionszo For a flexible shape, the amount of networking bandwidth available for instances that use this shape. 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/container_instances/models/shape_networking_bandwidth_options.py�__init__ s ��z(ShapeNetworkingBandwidthOptions.__init__c C s | j S )a **[Required]** 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 2 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 >