ruạṛ
a O��f$U � @ 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 dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z ed>d?� �Z!e!jd@d?� �Z!edAdB� �Z"e"jdCdB� �Z"dDdE� Z#dFdG� Z$dHdI� Z%dJS )K� VbInstancez% Description of Vb Instance. �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILED�UCM�GOV�VB4SAASc K s� ddddddddddddddddd d d�| _ dd ddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _dS )a� Initializes a new VbInstance 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 VbInstance. :type id: str :param display_name: The value to assign to the display_name property of this VbInstance. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this VbInstance. :type compartment_id: str :param time_created: The value to assign to the time_created property of this VbInstance. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this VbInstance. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this VbInstance. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "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 state_message: The value to assign to the state_message property of this VbInstance. :type state_message: str :param freeform_tags: The value to assign to the freeform_tags property of this VbInstance. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this VbInstance. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this VbInstance. :type system_tags: dict(str, dict(str, object)) :param instance_url: The value to assign to the instance_url property of this VbInstance. :type instance_url: str :param node_count: The value to assign to the node_count property of this VbInstance. :type node_count: int :param is_visual_builder_enabled: The value to assign to the is_visual_builder_enabled property of this VbInstance. :type is_visual_builder_enabled: bool :param custom_endpoint: The value to assign to the custom_endpoint property of this VbInstance. :type custom_endpoint: oci.visual_builder.models.CustomEndpointDetails :param alternate_custom_endpoints: The value to assign to the alternate_custom_endpoints property of this VbInstance. :type alternate_custom_endpoints: list[oci.visual_builder.models.CustomEndpointDetails] :param consumption_model: The value to assign to the consumption_model property of this VbInstance. Allowed values for this property are: "UCM", "GOV", "VB4SAAS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type consumption_model: str :param idcs_info: The value to assign to the idcs_info property of this VbInstance. :type idcs_info: oci.visual_builder.models.IdcsInfoDetails :param attachments: The value to assign to the attachments property of this VbInstance. :type attachments: list[oci.visual_builder.models.AttachmentDetails] �str�datetimezdict(str, str)zdict(str, dict(str, object))�int�bool�CustomEndpointDetailszlist[CustomEndpointDetails]�IdcsInfoDetailszlist[AttachmentDetails])�id�display_name�compartment_id�time_created�time_updated�lifecycle_state� state_message� freeform_tags�defined_tags�system_tags�instance_url� node_count�is_visual_builder_enabled�custom_endpoint�alternate_custom_endpoints�consumption_model� idcs_info�attachmentsr �displayName� compartmentId�timeCreated�timeUpdated�lifecycleState�stateMessage�freeformTags�definedTags� systemTags�instanceUrl� nodeCount�isVisualBuilderEnabled�customEndpoint�alternateCustomEndpoints�consumptionModel�idcsInfor( N)� swagger_types� attribute_map�_id� _display_name�_compartment_id� _time_created� _time_updated�_lifecycle_state�_state_message�_freeform_tags� _defined_tags�_system_tags� _instance_url�_node_count�_is_visual_builder_enabled�_custom_endpoint�_alternate_custom_endpoints�_consumption_model� _idcs_info�_attachments)�self�kwargs� rO ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/visual_builder/models/vb_instance.py�__init__8 sp S��zVbInstance.__init__c C s | j S )z� **[Required]** Gets the id of this VbInstance. Unique identifier that is immutable on creation. :return: The id of this VbInstance. :rtype: str �r; �rM rO rO rP r � s z VbInstance.idc C s || _ dS )z� Sets the id of this VbInstance. Unique identifier that is immutable on creation. :param id: The id of this VbInstance. :type: str NrR )rM r rO rO rP r � s c C s | j S )z� **[Required]** Gets the display_name of this VbInstance. Vb Instance Identifier, can be renamed. :return: The display_name of this VbInstance. :rtype: str �r<