ruạṛ
a O��f?m � @ 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 d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z dBdC� Z!dDdE� Z"dFdG� Z#dHS )I�NetworkLoadBalancerSummaryzF Network load balancer object to be used for list operations. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�IPV4� IPV4_AND_IPV6c K s� ddddddddddddddddd d d �| _ ddd dddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new NetworkLoadBalancerSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this NetworkLoadBalancerSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this NetworkLoadBalancerSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this NetworkLoadBalancerSummary. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this NetworkLoadBalancerSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this NetworkLoadBalancerSummary. :type lifecycle_details: str :param nlb_ip_version: The value to assign to the nlb_ip_version property of this NetworkLoadBalancerSummary. Allowed values for this property are: "IPV4", "IPV4_AND_IPV6", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type nlb_ip_version: str :param time_created: The value to assign to the time_created property of this NetworkLoadBalancerSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this NetworkLoadBalancerSummary. :type time_updated: datetime :param ip_addresses: The value to assign to the ip_addresses property of this NetworkLoadBalancerSummary. :type ip_addresses: list[oci.network_load_balancer.models.IpAddress] :param is_private: The value to assign to the is_private property of this NetworkLoadBalancerSummary. :type is_private: bool :param is_preserve_source_destination: The value to assign to the is_preserve_source_destination property of this NetworkLoadBalancerSummary. :type is_preserve_source_destination: bool :param subnet_id: The value to assign to the subnet_id property of this NetworkLoadBalancerSummary. :type subnet_id: str :param network_security_group_ids: The value to assign to the network_security_group_ids property of this NetworkLoadBalancerSummary. :type network_security_group_ids: list[str] :param listeners: The value to assign to the listeners property of this NetworkLoadBalancerSummary. :type listeners: dict(str, Listener) :param backend_sets: The value to assign to the backend_sets property of this NetworkLoadBalancerSummary. :type backend_sets: dict(str, BackendSet) :param freeform_tags: The value to assign to the freeform_tags property of this NetworkLoadBalancerSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this NetworkLoadBalancerSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this NetworkLoadBalancerSummary. :type system_tags: dict(str, dict(str, object)) �str�datetimezlist[IpAddress]�boolz list[str]zdict(str, Listener)zdict(str, BackendSet)zdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�lifecycle_state�lifecycle_details�nlb_ip_version�time_created�time_updated�ip_addresses� is_private�is_preserve_source_destination� subnet_id�network_security_group_ids� listeners�backend_sets� freeform_tags�defined_tags�system_tagsr � compartmentId�displayName�lifecycleState�lifecycleDetails�nlbIpVersion�timeCreated�timeUpdated�ipAddresses� isPrivate�isPreserveSourceDestination�subnetId�networkSecurityGroupIdsr �backendSets�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id�_compartment_id� _display_name�_lifecycle_state�_lifecycle_details�_nlb_ip_version� _time_created� _time_updated� _ip_addresses�_is_private�_is_preserve_source_destination� _subnet_id�_network_security_group_ids� _listeners� _backend_sets�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� rJ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/network_load_balancer/models/network_load_balancer_summary.py�__init__0 sp S��z#NetworkLoadBalancerSummary.__init__c C s | j S )a( **[Required]** Gets the id of this NetworkLoadBalancerSummary. The `OCID`__ of the network load balancer. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this NetworkLoadBalancerSummary. :rtype: str �r6 �rH rJ rJ rK r � s zNetworkLoadBalancerSummary.idc C s || _ dS )a Sets the id of this NetworkLoadBalancerSummary. The `OCID`__ of the network load balancer. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this NetworkLoadBalancerSummary. :type: str NrM )rH r rJ rJ rK r � s c C s | j S )a[ **[Required]** Gets the compartment_id of this NetworkLoadBalancerSummary. The `OCID`__ of the compartment containing the network load balancer. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this NetworkLoadBalancerSummary. :rtype: str �r7 rN rJ rJ rK r � s z)NetworkLoadBalancerSummary.compartment_idc C s || _ dS )aY Sets the compartment_id of this NetworkLoadBalancerSummary. The `OCID`__ of the compartment containing the network load balancer. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this NetworkLoadBalancerSummary. :type: str NrO )rH r rJ rJ rK r � s c C s | j S )a4 **[Required]** Gets the display_name of this NetworkLoadBalancerSummary. A user-friendly name, which does not have to be unique, and can be changed. Example: `example_load_balancer` :return: The display_name of this NetworkLoadBalancerSummary. :rtype: str �r8 rN rJ rJ rK r � s z'NetworkLoadBalancerSummary.display_namec C s || _ dS )a0 Sets the display_name of this NetworkLoadBalancerSummary. A user-friendly name, which does not have to be unique, and can be changed. Example: `example_load_balancer` :param display_name: The display_name of this NetworkLoadBalancerSummary. :type: str NrP )rH r rJ rJ rK r s c C s | j S )a� **[Required]** Gets the lifecycle_state of this NetworkLoadBalancerSummary. The current state of the network load balancer. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this NetworkLoadBalancerSummary. :rtype: str )r9 rN rJ rJ rK r s z*NetworkLoadBalancerSummary.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this NetworkLoadBalancerSummary. The current state of the network load balancer. :param lifecycle_state: The lifecycle_state of this NetworkLoadBalancerSummary. :type: str )r r r r r r �UNKNOWN_ENUM_VALUEN)r r9 )rH r �allowed_valuesrJ rJ rK r " s c C s | j S )aS Gets the lifecycle_details of this NetworkLoadBalancerSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. :return: The lifecycle_details of this NetworkLoadBalancerSummary. :rtype: str �r: rN rJ rJ rK r 1 s z,NetworkLoadBalancerSummary.lifecycle_detailsc C s || _ dS )ac Sets the lifecycle_details of this NetworkLoadBalancerSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state. :param lifecycle_details: The lifecycle_details of this NetworkLoadBalancerSummary. :type: str NrS )rH r rJ rJ rK r > s c C s | j S )a� Gets the nlb_ip_version of this NetworkLoadBalancerSummary. IP version associated with the NLB. Allowed values for this property are: "IPV4", "IPV4_AND_IPV6", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The nlb_ip_version of this NetworkLoadBalancerSummary. :rtype: str )r; rN rJ rJ rK r K s z)NetworkLoadBalancerSummary.nlb_ip_versionc C s ddg}t ||�sd}|| _dS )z� Sets the nlb_ip_version of this NetworkLoadBalancerSummary. IP version associated with the NLB. :param nlb_ip_version: The nlb_ip_version of this NetworkLoadBalancerSummary. :type: str r r rQ N)r r; )rH r rR rJ rJ rK r Z s c C s | j S )aK **[Required]** Gets the time_created of this NetworkLoadBalancerSummary. The date and time the network load balancer was created, in the format defined by RFC3339. Example: `2020-05-01T21:10:29.600Z` :return: The time_created of this NetworkLoadBalancerSummary. :rtype: datetime �r<