ruạṛ
a N��f�O � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zed:d;� �Zej d<d;� �Zd=d>� Zd?d@� ZdAdB� Z dCS )D�AgentDependencyzb Description of the AgentDependency, which is a sub-resource of the external environment. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddddddd�| _ dddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new AgentDependency 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 AgentDependency. :type id: str :param display_name: The value to assign to the display_name property of this AgentDependency. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this AgentDependency. :type compartment_id: str :param dependency_name: The value to assign to the dependency_name property of this AgentDependency. :type dependency_name: str :param dependency_version: The value to assign to the dependency_version property of this AgentDependency. :type dependency_version: str :param description: The value to assign to the description property of this AgentDependency. :type description: str :param namespace: The value to assign to the namespace property of this AgentDependency. :type namespace: str :param bucket: The value to assign to the bucket property of this AgentDependency. :type bucket: str :param object_name: The value to assign to the object_name property of this AgentDependency. :type object_name: str :param time_created: The value to assign to the time_created property of this AgentDependency. :type time_created: datetime :param e_tag: The value to assign to the e_tag property of this AgentDependency. :type e_tag: str :param checksum: The value to assign to the checksum property of this AgentDependency. :type checksum: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AgentDependency. 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 AgentDependency. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this AgentDependency. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AgentDependency. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this AgentDependency. :type system_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�dependency_name�dependency_version�description� namespace�bucket�object_name�time_created�e_tag�checksum�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr �displayName� compartmentId�dependencyName�dependencyVersionr r r � objectName�timeCreated�eTagr �lifecycleState�lifecycleDetails�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id� _display_name�_compartment_id�_dependency_name�_dependency_version�_description� _namespace�_bucket�_object_name� _time_created�_e_tag� _checksum�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� rA ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_bridge/models/agent_dependency.py�__init__( sj M��zAgentDependency.__init__c C s | j S )z� **[Required]** Gets the id of this AgentDependency. Unique identifier that is immutable on creation. :return: The id of this AgentDependency. :rtype: str �r. �r? rA rA rB r � s zAgentDependency.idc C s || _ dS )z� Sets the id of this AgentDependency. Unique identifier that is immutable on creation. :param id: The id of this AgentDependency. :type: str NrD )r? r rA rA rB r � s c C s | j S )z� **[Required]** Gets the display_name of this AgentDependency. Display name of the Agent dependency. :return: The display_name of this AgentDependency. :rtype: str �r/ rE rA rA rB r � s zAgentDependency.display_namec C s || _ dS )z� Sets the display_name of this AgentDependency. Display name of the Agent dependency. :param display_name: The display_name of this AgentDependency. :type: str NrF )r? r rA rA rB r � s c C s | j S )z� **[Required]** Gets the compartment_id of this AgentDependency. Compartment identifier :return: The compartment_id of this AgentDependency. :rtype: str �r0 rE rA rA rB r � s zAgentDependency.compartment_idc C s || _ dS )z� Sets the compartment_id of this AgentDependency. Compartment identifier :param compartment_id: The compartment_id of this AgentDependency. :type: str NrG )r? r rA rA rB r � s c C s | j S )a **[Required]** Gets the dependency_name of this AgentDependency. Name of the dependency type. This should match the whitelisted enum of dependency names. :return: The dependency_name of this AgentDependency. :rtype: str �r1 rE rA rA rB r � s zAgentDependency.dependency_namec C s || _ dS )a Sets the dependency_name of this AgentDependency. Name of the dependency type. This should match the whitelisted enum of dependency names. :param dependency_name: The dependency_name of this AgentDependency. :type: str NrH )r? r rA rA rB r s c C s | j S )z� Gets the dependency_version of this AgentDependency. Version of the Agent dependency. :return: The dependency_version of this AgentDependency. :rtype: str �r2 rE rA rA rB r s z"AgentDependency.dependency_versionc C s || _ dS )z� Sets the dependency_version of this AgentDependency. Version of the Agent dependency. :param dependency_version: The dependency_version of this AgentDependency. :type: str NrI )r? r rA rA rB r s c C s | j S )z� Gets the description of this AgentDependency. Description about the Agent dependency. :return: The description of this AgentDependency. :rtype: str �r3 rE rA rA rB r & s zAgentDependency.descriptionc C s || _ dS )z� Sets the description of this AgentDependency. Description about the Agent dependency. :param description: The description of this AgentDependency. :type: str NrJ )r? r rA rA rB r 2 s c C s | j S )z� **[Required]** Gets the namespace of this AgentDependency. Object storage namespace associated with the customer's tenancy. :return: The namespace of this AgentDependency. :rtype: str �r4 rE rA rA rB r > s zAgentDependency.namespacec C s || _ dS )z� Sets the namespace of this AgentDependency. Object storage namespace associated with the customer's tenancy. :param namespace: The namespace of this AgentDependency. :type: str NrK )r? r rA rA rB r J s c C s | j S )z� **[Required]** Gets the bucket of this AgentDependency. Object storage bucket where the Agent dependency is uploaded. :return: The bucket of this AgentDependency. :rtype: str �r5 rE rA rA rB r V s zAgentDependency.bucketc C s || _ dS )z� Sets the bucket of this AgentDependency. Object storage bucket where the Agent dependency is uploaded. :param bucket: The bucket of this AgentDependency. :type: str NrL )r? r rA rA rB r b s c C s | j S )z� **[Required]** Gets the object_name of this AgentDependency. Name of the dependency object uploaded by the customer. :return: The object_name of this AgentDependency. :rtype: str �r6 rE rA rA rB r n s zAgentDependency.object_namec C s || _ dS )z� Sets the object_name of this AgentDependency. Name of the dependency object uploaded by the customer. :param object_name: The object_name of this AgentDependency. :type: str NrM )r? r rA rA rB r z s c C s | j S )z� Gets the time_created of this AgentDependency. The time when the AgentDependency was created. An RFC3339 formatted datetime string. :return: The time_created of this AgentDependency. :rtype: datetime �r7 rE rA rA rB r � s zAgentDependency.time_createdc C s || _ dS )z� Sets the time_created of this AgentDependency. The time when the AgentDependency was created. An RFC3339 formatted datetime string. :param time_created: The time_created of this AgentDependency. :type: datetime NrN )r? r rA rA rB r � s c C s | j S )z� Gets the e_tag of this AgentDependency. The eTag associated with the dependency object returned by Object Storage. :return: The e_tag of this AgentDependency. :rtype: str �r8 rE rA rA rB r � s zAgentDependency.e_tagc C s || _ dS )z� Sets the e_tag of this AgentDependency. The eTag associated with the dependency object returned by Object Storage. :param e_tag: The e_tag of this AgentDependency. :type: str NrO )r? r rA rA rB r � s c C s | j S )z� Gets the checksum of this AgentDependency. The checksum associated with the dependency object returned by Object Storage. :return: The checksum of this AgentDependency. :rtype: str �r9 rE rA rA rB r � s zAgentDependency.checksumc C s || _ dS )z� Sets the checksum of this AgentDependency. The checksum associated with the dependency object returned by Object Storage. :param checksum: The checksum of this AgentDependency. :type: str NrP )r? r rA rA rB r � s c C s | j S )a� Gets the lifecycle_state of this AgentDependency. The current state of AgentDependency. 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 AgentDependency. :rtype: str )r: rE rA rA rB r � s zAgentDependency.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this AgentDependency. The current state of AgentDependency. :param lifecycle_state: The lifecycle_state of this AgentDependency. :type: str )r r r r r r �UNKNOWN_ENUM_VALUEN)r r: )r? r �allowed_valuesrA rA rB r � s c C s | j S )a8 Gets the lifecycle_details of this AgentDependency. A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state. :return: The lifecycle_details of this AgentDependency. :rtype: str �r; rE rA rA rB r � s z!AgentDependency.lifecycle_detailsc C s || _ dS )aH Sets the lifecycle_details of this AgentDependency. A message describing the current state in more detail. For example, it can be used to provide actionable information for a resource in Failed state. :param lifecycle_details: The lifecycle_details of this AgentDependency. :type: str NrS )r? r rA rA rB r � s c C s | j S )a� Gets the freeform_tags of this AgentDependency. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this AgentDependency. :rtype: dict(str, str) �r<