ruạṛ
a O��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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�UpdateVbInstanceDetailsz2 Information about updating a VbInstance. c K sd ddddddddd�| _ d d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new UpdateVbInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateVbInstanceDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateVbInstanceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateVbInstanceDetails. :type defined_tags: dict(str, dict(str, object)) :param idcs_open_id: The value to assign to the idcs_open_id property of this UpdateVbInstanceDetails. :type idcs_open_id: str :param node_count: The value to assign to the node_count property of this UpdateVbInstanceDetails. :type node_count: int :param is_visual_builder_enabled: The value to assign to the is_visual_builder_enabled property of this UpdateVbInstanceDetails. :type is_visual_builder_enabled: bool :param custom_endpoint: The value to assign to the custom_endpoint property of this UpdateVbInstanceDetails. :type custom_endpoint: oci.visual_builder.models.UpdateCustomEndpointDetails :param alternate_custom_endpoints: The value to assign to the alternate_custom_endpoints property of this UpdateVbInstanceDetails. :type alternate_custom_endpoints: list[oci.visual_builder.models.UpdateCustomEndpointDetails] �strzdict(str, str)zdict(str, dict(str, object))�int�bool�UpdateCustomEndpointDetailsz!list[UpdateCustomEndpointDetails])�display_name� freeform_tags�defined_tags�idcs_open_id� node_count�is_visual_builder_enabled�custom_endpoint�alternate_custom_endpoints�displayName�freeformTags�definedTags� idcsOpenId� nodeCount�isVisualBuilderEnabled�customEndpoint�alternateCustomEndpointsN) � swagger_types� attribute_map� _display_name�_freeform_tags� _defined_tags� _idcs_open_id�_node_count�_is_visual_builder_enabled�_custom_endpoint�_alternate_custom_endpoints)�self�kwargs� r'