ruạṛ
a N��fA � @ 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 @ sp e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zd d� Zdd� Z dd� ZdS )�VirtualCircuitPublicPrefixa= A public IP prefix and its details. With a public virtual circuit, the customer specifies the customer-owned public IP prefixes to advertise across the connection. For more information, see `FastConnect Overview`__. __ https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm �IN_PROGRESS� COMPLETED�FAILEDc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new VirtualCircuitPublicPrefix object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cidr_block: The value to assign to the cidr_block property of this VirtualCircuitPublicPrefix. :type cidr_block: str :param verification_state: The value to assign to the verification_state property of this VirtualCircuitPublicPrefix. Allowed values for this property are: "IN_PROGRESS", "COMPLETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type verification_state: str �str)� cidr_block�verification_state� cidrBlock�verificationStateN)� swagger_types� attribute_map�_cidr_block�_verification_state)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/core/models/virtual_circuit_public_prefix.py�__init__ s ��z#VirtualCircuitPublicPrefix.__init__c C s | j S )z� **[Required]** Gets the cidr_block of this VirtualCircuitPublicPrefix. Publix IP prefix (CIDR) that the customer specified. :return: The cidr_block of this VirtualCircuitPublicPrefix. :rtype: str �r �r r r r r = s z%VirtualCircuitPublicPrefix.cidr_blockc C s || _ dS )z� Sets the cidr_block of this VirtualCircuitPublicPrefix. Publix IP prefix (CIDR) that the customer specified. :param cidr_block: The cidr_block of this VirtualCircuitPublicPrefix. :type: str Nr )r r r r r r I s c C s | j S )a# **[Required]** Gets the verification_state of this VirtualCircuitPublicPrefix. Oracle must verify that the customer owns the public IP prefix before traffic for that prefix can flow across the virtual circuit. Verification can take a few business days. `IN_PROGRESS` means Oracle is verifying the prefix. `COMPLETED` means verification succeeded. `FAILED` means verification failed and traffic for this prefix will not flow across the connection. Allowed values for this property are: "IN_PROGRESS", "COMPLETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The verification_state of this VirtualCircuitPublicPrefix. :rtype: str )r r r r r r U s z-VirtualCircuitPublicPrefix.verification_statec C s g d�}t ||�sd}|| _dS )a\ Sets the verification_state of this VirtualCircuitPublicPrefix. Oracle must verify that the customer owns the public IP prefix before traffic for that prefix can flow across the virtual circuit. Verification can take a few business days. `IN_PROGRESS` means Oracle is verifying the prefix. `COMPLETED` means verification succeeded. `FAILED` means verification failed and traffic for this prefix will not flow across the connection. :param verification_state: The verification_state of this VirtualCircuitPublicPrefix. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r h s c C s t | �S �N)r r r r r �__repr__{ s z#VirtualCircuitPublicPrefix.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__~ s z!VirtualCircuitPublicPrefix.__eq__c C s | |k S r r r r r r �__ne__� s z!VirtualCircuitPublicPrefix.__ne__N)�__name__� __module__�__qualname__�__doc__�VERIFICATION_STATE_IN_PROGRESS�VERIFICATION_STATE_COMPLETED�VERIFICATION_STATE_FAILEDr �propertyr �setterr r r! r"