ruạṛ
a ���f7 � @ 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 @ sD e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�Ipv6a An *IPv6* is a conceptual term that refers to an IPv6 address and related properties. The `IPv6` object is the API representation of an IPv6. You can create and assign an IPv6 to any VNIC that is in an IPv6-enabled subnet in an IPv6-enabled VCN. **Note:** IPv6 addressing is supported for all commercial and government regions. For important details about IPv6 addressing in a VCN, see `IPv6 Addresses`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/ipv6.htm �PROVISIONING� AVAILABLE�TERMINATING� TERMINATEDc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new Ipv6 object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this Ipv6. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this Ipv6. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this Ipv6. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this Ipv6. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this Ipv6. :type id: str :param ip_address: The value to assign to the ip_address property of this Ipv6. :type ip_address: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Ipv6. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "TERMINATING", "TERMINATED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param subnet_id: The value to assign to the subnet_id property of this Ipv6. :type subnet_id: str :param time_created: The value to assign to the time_created property of this Ipv6. :type time_created: datetime :param vnic_id: The value to assign to the vnic_id property of this Ipv6. :type vnic_id: str �strzdict(str, dict(str, object))zdict(str, str)Zdatetime) �compartment_id�defined_tags�display_name� freeform_tags�id� ip_address�lifecycle_state� subnet_id�time_created�vnic_idZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr Z ipAddressZlifecycleStateZsubnetIdZtimeCreatedZvnicIdN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_ip_address�_lifecycle_state� _subnet_id� _time_created�_vnic_id)�self�kwargs� r"