ruạṛ
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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZdZdZdZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Z e jd2d1� �Z ed3d4� �Z!e!jd5d4� �Z!ed6d7� �Z"e"jd8d7� �Z"ed9d:� �Z#e#jd;d:� �Z#d<d=� Z$d>d?� Z%d@dA� Z&dBS )C� ByoipRangea� Oracle offers the ability to Bring Your Own IP (BYOIP), importing public IP addresses or IPv6 addresses that you currently own to Oracle Cloud Infrastructure. A `ByoipRange` resource is a record of the imported address block (a BYOIP CIDR block) and also some associated metadata. The process used to `Bring Your Own IP`__ is explained in the documentation. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/BYOIP.htm �CREATING� VALIDATING�PROVISIONED�ACTIVE�FAILED�DELETING�DELETED�ADVERTISING�WITHDRAWING�INACTIVE�UPDATINGc K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new ByoipRange object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param byoip_range_vcn_ipv6_allocations: The value to assign to the byoip_range_vcn_ipv6_allocations property of this ByoipRange. :type byoip_range_vcn_ipv6_allocations: list[oci.core.models.ByoipRangeVcnIpv6AllocationSummary] :param cidr_block: The value to assign to the cidr_block property of this ByoipRange. :type cidr_block: str :param compartment_id: The value to assign to the compartment_id property of this ByoipRange. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this ByoipRange. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this ByoipRange. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this ByoipRange. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this ByoipRange. :type id: str :param ipv6_cidr_block: The value to assign to the ipv6_cidr_block property of this ByoipRange. :type ipv6_cidr_block: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ByoipRange. Allowed values for this property are: "CREATING", "VALIDATING", "PROVISIONED", "ACTIVE", "FAILED", "DELETING", "DELETED", "ADVERTISING", "WITHDRAWING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_details: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ByoipRange. Allowed values for this property are: "INACTIVE", "UPDATING", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this ByoipRange. :type time_created: datetime :param time_validated: The value to assign to the time_validated property of this ByoipRange. :type time_validated: datetime :param time_advertised: The value to assign to the time_advertised property of this ByoipRange. :type time_advertised: datetime :param time_withdrawn: The value to assign to the time_withdrawn property of this ByoipRange. :type time_withdrawn: datetime :param validation_token: The value to assign to the validation_token property of this ByoipRange. :type validation_token: str z(list[ByoipRangeVcnIpv6AllocationSummary]�strzdict(str, dict(str, object))zdict(str, str)Zdatetime)� byoip_range_vcn_ipv6_allocations� cidr_block�compartment_id�defined_tags�display_name� freeform_tags�id�ipv6_cidr_block�lifecycle_details�lifecycle_state�time_created�time_validated�time_advertised�time_withdrawn�validation_tokenZbyoipRangeVcnIpv6AllocationsZ cidrBlockZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr Z ipv6CidrBlockZlifecycleDetailsZlifecycleStateZtimeCreatedZ timeValidatedZtimeAdvertisedZ timeWithdrawnZvalidationTokenN)Z swagger_typesZ attribute_map�!_byoip_range_vcn_ipv6_allocations�_cidr_block�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_ipv6_cidr_block�_lifecycle_details�_lifecycle_state� _time_created�_time_validated�_time_advertised�_time_withdrawn�_validation_token)�self�kwargs� r3 �?/usr/lib/python3.9/site-packages/oci/core/models/byoip_range.py�__init__M s^ G��zByoipRange.__init__c C s | j S )a$ Gets the byoip_range_vcn_ipv6_allocations of this ByoipRange. A list of `ByoipRangeVcnIpv6AllocationSummary` objects. :return: The byoip_range_vcn_ipv6_allocations of this ByoipRange. :rtype: list[oci.core.models.ByoipRangeVcnIpv6AllocationSummary] �r"