HEX
Server: Apache
System: Linux box5936.bluehost.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64
User: aviatjd3 (1318)
PHP: 8.3.32
Disabled: NONE
Upload Files
File: //usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models/function_deploy_environment.pyc
a

N��f��@sDddlmZddlmZmZmZddlmZeGdd�de��ZdS)�)�DeployEnvironment�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sJeZdZdZdd�Zedd��Zejdd��Zdd�Zd	d
�Z	dd�Z
d
S)�FunctionDeployEnvironmentz-
    Specifies the Function environment.
    cKs�ddddddddddddddd�|_dddd	d
ddd
ddddddd�|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_d|_d|_
d|_d|_d|_dS)ay
        Initializes a new FunctionDeployEnvironment object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.FunctionDeployEnvironment.deploy_environment_type` attribute
        of this class is ``FUNCTION`` and it should not be changed.
        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 FunctionDeployEnvironment.
        :type id: str

        :param description:
            The value to assign to the description property of this FunctionDeployEnvironment.
        :type description: str

        :param display_name:
            The value to assign to the display_name property of this FunctionDeployEnvironment.
        :type display_name: str

        :param project_id:
            The value to assign to the project_id property of this FunctionDeployEnvironment.
        :type project_id: str

        :param compartment_id:
            The value to assign to the compartment_id property of this FunctionDeployEnvironment.
        :type compartment_id: str

        :param deploy_environment_type:
            The value to assign to the deploy_environment_type property of this FunctionDeployEnvironment.
            Allowed values for this property are: "OKE_CLUSTER", "COMPUTE_INSTANCE_GROUP", "FUNCTION"
        :type deploy_environment_type: str

        :param time_created:
            The value to assign to the time_created property of this FunctionDeployEnvironment.
        :type time_created: datetime

        :param time_updated:
            The value to assign to the time_updated property of this FunctionDeployEnvironment.
        :type time_updated: datetime

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this FunctionDeployEnvironment.
            Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "NEEDS_ATTENTION"
        :type lifecycle_state: str

        :param lifecycle_details:
            The value to assign to the lifecycle_details property of this FunctionDeployEnvironment.
        :type lifecycle_details: str

        :param freeform_tags:
            The value to assign to the freeform_tags property of this FunctionDeployEnvironment.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this FunctionDeployEnvironment.
        :type defined_tags: dict(str, dict(str, object))

        :param system_tags:
            The value to assign to the system_tags property of this FunctionDeployEnvironment.
        :type system_tags: dict(str, dict(str, object))

        :param function_id:
            The value to assign to the function_id property of this FunctionDeployEnvironment.
        :type function_id: str

        �str�datetimezdict(str, str)zdict(str, dict(str, object)))�id�description�display_name�
project_id�compartment_id�deploy_environment_type�time_created�time_updated�lifecycle_state�lifecycle_details�
freeform_tags�defined_tags�system_tags�function_idrr�displayName�	projectId�
compartmentId�deployEnvironmentType�timeCreated�timeUpdated�lifecycleState�lifecycleDetails�freeformTags�definedTags�
systemTags�
functionIdN�FUNCTION)�
swagger_types�
attribute_map�_id�_description�
_display_name�_project_id�_compartment_id�_deploy_environment_type�
_time_created�
_time_updated�_lifecycle_state�_lifecycle_details�_freeform_tags�
_defined_tags�_system_tags�_function_id)�self�kwargs�r8��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/function_deploy_environment.py�__init__sZB��z"FunctionDeployEnvironment.__init__cCs|jS)z�
        **[Required]** Gets the function_id of this FunctionDeployEnvironment.
        The OCID of the Function.


        :return: The function_id of this FunctionDeployEnvironment.
        :rtype: str
        �r5�r6r8r8r9r�s
z%FunctionDeployEnvironment.function_idcCs
||_dS)z�
        Sets the function_id of this FunctionDeployEnvironment.
        The OCID of the Function.


        :param function_id: The function_id of this FunctionDeployEnvironment.
        :type: str
        Nr;)r6rr8r8r9r�s
cCst|�S�N)rr<r8r8r9�__repr__�sz"FunctionDeployEnvironment.__repr__cCs|durdS|j|jkS)NF)�__dict__�r6�otherr8r8r9�__eq__�sz FunctionDeployEnvironment.__eq__cCs
||kSr=r8r@r8r8r9�__ne__�sz FunctionDeployEnvironment.__ne__N)�__name__�
__module__�__qualname__�__doc__r:�propertyr�setterr>rBrCr8r8r8r9r
ss

rN)	�deploy_environmentr�oci.utilrrr�oci.decoratorsrrr8r8r8r9�<module>s