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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�DetectStackDriftDetailsz1 Details for detecting drift in a stack. c K s( ddd�| _ ddd�| _d| _d| _dS )aT Initializes a new DetectStackDriftDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param resource_addresses: The value to assign to the resource_addresses property of this DetectStackDriftDetails. :type resource_addresses: list[str] :param is_provider_upgrade_required: The value to assign to the is_provider_upgrade_required property of this DetectStackDriftDetails. :type is_provider_upgrade_required: bool z list[str]�bool)�resource_addresses�is_provider_upgrade_required�resourceAddresses�isProviderUpgradeRequiredN)� swagger_types� attribute_map�_resource_addresses�_is_provider_upgrade_required)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/resource_manager/models/detect_stack_drift_details.py�__init__ s ��z DetectStackDriftDetails.__init__c C s | j S )a Gets the resource_addresses of this DetectStackDriftDetails. The list of resources in the specified stack to detect drift for. Each resource is identified by a resource address, which is a string derived from the resource type and name specified in the stack's Terraform configuration plus an optional index. For example, the resource address for the fourth Compute instance with the name "test_instance" is oci_core_instance.test_instance`3]. For more details and examples of resource addresses, see the Terraform documentation at [Resource spec`__. __ https://www.terraform.io/docs/internals/resource-addressing.html#examples :return: The resource_addresses of this DetectStackDriftDetails. :rtype: list[str] �r �r r r r r + s z*DetectStackDriftDetails.resource_addressesc C s || _ dS )a$ Sets the resource_addresses of this DetectStackDriftDetails. The list of resources in the specified stack to detect drift for. Each resource is identified by a resource address, which is a string derived from the resource type and name specified in the stack's Terraform configuration plus an optional index. For example, the resource address for the fourth Compute instance with the name "test_instance" is oci_core_instance.test_instance`3]. For more details and examples of resource addresses, see the Terraform documentation at [Resource spec`__. __ https://www.terraform.io/docs/internals/resource-addressing.html#examples :param resource_addresses: The resource_addresses of this DetectStackDriftDetails. :type: list[str] Nr )r r r r r r <