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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� MonitoredResourceAliasCredentialz5 Monitored Resource Alias Credential Details c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MonitoredResourceAliasCredential object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param source: The value to assign to the source property of this MonitoredResourceAliasCredential. :type source: str :param name: The value to assign to the name property of this MonitoredResourceAliasCredential. :type name: str :param credential: The value to assign to the credential property of this MonitoredResourceAliasCredential. :type credential: oci.stack_monitoring.models.MonitoredResourceAliasSourceCredential �str�&MonitoredResourceAliasSourceCredential)�source�name� credentialr r r N)� swagger_types� attribute_map�_source�_name�_credential)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/stack_monitoring/models/monitored_resource_alias_credential.py�__init__ s ��z)MonitoredResourceAliasCredential.__init__c C s | j S )aN **[Required]** Gets the source of this MonitoredResourceAliasCredential. The source type and source name combination,delimited with (.) separator. Ex. {source type}.{source name} and source type max char limit is 63. :return: The source of this MonitoredResourceAliasCredential. :rtype: str �r �r r r r r 2 s z'MonitoredResourceAliasCredential.sourcec C s || _ dS )aD Sets the source of this MonitoredResourceAliasCredential. The source type and source name combination,delimited with (.) separator. Ex. {source type}.{source name} and source type max char limit is 63. :param source: The source of this MonitoredResourceAliasCredential. :type: str Nr )r r r r r r >