ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DvpStackDetails� )�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 )� OracleRMStackzp Details of the Oracle Resource Manager stack, which is a subtype of the Dedicated Vantage Point stack. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) a Initializes a new OracleRMStack object with values from keyword arguments. The default value of the :py:attr:`~oci.apm_synthetics.models.OracleRMStack.dvp_stack_type` attribute of this class is ``ORACLE_RM_STACK`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param dvp_stack_type: The value to assign to the dvp_stack_type property of this OracleRMStack. Allowed values for this property are: "ORACLE_RM_STACK" :type dvp_stack_type: str :param dvp_version: The value to assign to the dvp_version property of this OracleRMStack. :type dvp_version: str :param dvp_stack_id: The value to assign to the dvp_stack_id property of this OracleRMStack. :type dvp_stack_id: str :param dvp_stream_id: The value to assign to the dvp_stream_id property of this OracleRMStack. :type dvp_stream_id: str �str)Zdvp_stack_typeZdvp_version�dvp_stack_id� dvp_stream_idZdvpStackTypeZ dvpVersionZ dvpStackIdZdvpStreamIdNZORACLE_RM_STACK)Z swagger_typesZ attribute_mapZ_dvp_stack_typeZ_dvp_version� _dvp_stack_id�_dvp_stream_id)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/apm_synthetics/models/oracle_rm_stack.py�__init__ s ��zOracleRMStack.__init__c C s | j S )aA **[Required]** Gets the dvp_stack_id of this OracleRMStack. Stack `OCID`__ of the Resource Manager stack for dedicated vantage point. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The dvp_stack_id of this OracleRMStack. :rtype: str �r �r r r r r >