ruạṛ
a O��f�P � @ 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 d>d?� Z!d@dA� Z"dBdC� Z#dDS )E�VbInstanceSummaryz% Summary of the Vb Instance. �CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILED�UCM�GOV�VB4SAASc K s� ddddddddddddddddd �| _ d ddd ddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new VbInstanceSummary 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 VbInstanceSummary. :type id: str :param display_name: The value to assign to the display_name property of this VbInstanceSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this VbInstanceSummary. :type compartment_id: str :param time_created: The value to assign to the time_created property of this VbInstanceSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this VbInstanceSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this VbInstanceSummary. 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 VbInstanceSummary. :type state_message: str :param instance_url: The value to assign to the instance_url property of this VbInstanceSummary. :type instance_url: str :param node_count: The value to assign to the node_count property of this VbInstanceSummary. :type node_count: int :param is_visual_builder_enabled: The value to assign to the is_visual_builder_enabled property of this VbInstanceSummary. :type is_visual_builder_enabled: bool :param custom_endpoint: The value to assign to the custom_endpoint property of this VbInstanceSummary. :type custom_endpoint: oci.visual_builder.models.CustomEndpointDetails :param alternate_custom_endpoints: The value to assign to the alternate_custom_endpoints property of this VbInstanceSummary. :type alternate_custom_endpoints: list[oci.visual_builder.models.CustomEndpointDetails] :param consumption_model: The value to assign to the consumption_model property of this VbInstanceSummary. 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 freeform_tags: The value to assign to the freeform_tags property of this VbInstanceSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this VbInstanceSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this VbInstanceSummary. :type system_tags: dict(str, dict(str, object)) �str�datetime�int�bool�CustomEndpointDetailszlist[CustomEndpointDetails]zdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�time_created�time_updated�lifecycle_state� state_message�instance_url� node_count�is_visual_builder_enabled�custom_endpoint�alternate_custom_endpoints�consumption_model� freeform_tags�defined_tags�system_tagsr �displayName� compartmentId�timeCreated�timeUpdated�lifecycleState�stateMessage�instanceUrl� nodeCount�isVisualBuilderEnabled�customEndpoint�alternateCustomEndpoints�consumptionModel�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id� _display_name�_compartment_id� _time_created� _time_updated�_lifecycle_state�_state_message� _instance_url�_node_count�_is_visual_builder_enabled�_custom_endpoint�_alternate_custom_endpoints�_consumption_model�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� rI ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/visual_builder/models/vb_instance_summary.py�__init__8 sd K��zVbInstanceSummary.__init__c C s | j S )z� **[Required]** Gets the id of this VbInstanceSummary. Unique identifier that is immutable on creation. :return: The id of this VbInstanceSummary. :rtype: str �r7 �rG rI rI rJ r � s zVbInstanceSummary.idc C s || _ dS )z� Sets the id of this VbInstanceSummary. Unique identifier that is immutable on creation. :param id: The id of this VbInstanceSummary. :type: str NrL )rG r rI rI rJ r � s c C s | j S )z� **[Required]** Gets the display_name of this VbInstanceSummary. Vb Instance Identifier, can be renamed. :return: The display_name of this VbInstanceSummary. :rtype: str �r8 rM rI rI rJ r � s zVbInstanceSummary.display_namec C s || _ dS )z� Sets the display_name of this VbInstanceSummary. Vb Instance Identifier, can be renamed. :param display_name: The display_name of this VbInstanceSummary. :type: str NrN )rG r rI rI rJ r � s c C s | j S )z� **[Required]** Gets the compartment_id of this VbInstanceSummary. Compartment Identifier. :return: The compartment_id of this VbInstanceSummary. :rtype: str �r9 rM rI rI rJ r � s z VbInstanceSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this VbInstanceSummary. Compartment Identifier. :param compartment_id: The compartment_id of this VbInstanceSummary. :type: str NrO )rG r rI rI rJ r � s c C s | j S )z� Gets the time_created of this VbInstanceSummary. The time the the Vb Instance was created. An RFC3339 formatted datetime string. :return: The time_created of this VbInstanceSummary. :rtype: datetime �r: rM rI rI rJ r s zVbInstanceSummary.time_createdc C s || _ dS )z� Sets the time_created of this VbInstanceSummary. The time the the Vb Instance was created. An RFC3339 formatted datetime string. :param time_created: The time_created of this VbInstanceSummary. :type: datetime NrP )rG r rI rI rJ r s c C s | j S )z� Gets the time_updated of this VbInstanceSummary. The time the VbInstance was updated. An RFC3339 formatted datetime string. :return: The time_updated of this VbInstanceSummary. :rtype: datetime �r; rM rI rI rJ r s zVbInstanceSummary.time_updatedc C s || _ dS )z� Sets the time_updated of this VbInstanceSummary. The time the VbInstance was updated. An RFC3339 formatted datetime string. :param time_updated: The time_updated of this VbInstanceSummary. :type: datetime NrQ )rG r rI rI rJ r % s c C s | j S )a� **[Required]** Gets the lifecycle_state of this VbInstanceSummary. The current state of the Vb Instance. 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'. :return: The lifecycle_state of this VbInstanceSummary. :rtype: str )r<