📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
stack_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: monitored_resource_alias_credential.cpython-39.pyc
a ���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 �strZ&MonitoredResourceAliasSourceCredential)�source�name� credentialr r r N)Z swagger_typesZ attribute_map�_source�_name�_credential)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/monitored_resource_alias_credential.py�__init__ s ��z)MonitoredResourceAliasCredential.__init__c C s | j S )a[ **[Required]** Gets the source of this MonitoredResourceAliasCredential. The source type and source name combination,delimited with (.) separator. Example: {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 4 s z'MonitoredResourceAliasCredential.sourcec C s || _ dS )aQ Sets the source of this MonitoredResourceAliasCredential. The source type and source name combination,delimited with (.) separator. Example: {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 A s c C s | j S )z� **[Required]** Gets the name of this MonitoredResourceAliasCredential. The name of the alias, within the context of the source. :return: The name of this MonitoredResourceAliasCredential. :rtype: str �r r r r r r N s z%MonitoredResourceAliasCredential.namec C s || _ dS )z� Sets the name of this MonitoredResourceAliasCredential. The name of the alias, within the context of the source. :param name: The name of this MonitoredResourceAliasCredential. :type: str Nr )r r r r r r Z s c C s | j S )z� **[Required]** Gets the credential of this MonitoredResourceAliasCredential. :return: The credential of this MonitoredResourceAliasCredential. :rtype: oci.stack_monitoring.models.MonitoredResourceAliasSourceCredential �r r r r r r f s z+MonitoredResourceAliasCredential.credentialc C s || _ dS )z� Sets the credential of this MonitoredResourceAliasCredential. :param credential: The credential of this MonitoredResourceAliasCredential. :type: oci.stack_monitoring.models.MonitoredResourceAliasSourceCredential Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__z s z)MonitoredResourceAliasCredential.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__} s z'MonitoredResourceAliasCredential.__eq__c C s | |k S r r r r r r �__ne__� s z'MonitoredResourceAliasCredential.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"