📂 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_source_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 )�&MonitoredResourceAliasSourceCredentialz? Monitored Resource Alias Reference Source Credential. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new MonitoredResourceAliasSourceCredential 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 MonitoredResourceAliasSourceCredential. :type source: str :param name: The value to assign to the name property of this MonitoredResourceAliasSourceCredential. :type name: str :param service: The value to assign to the service property of this MonitoredResourceAliasSourceCredential. :type service: str �str)�source�name�servicer r r N)Z swagger_typesZ attribute_map�_source�_name�_service)�self�kwargs� r �j/usr/lib/python3.9/site-packages/oci/stack_monitoring/models/monitored_resource_alias_source_credential.py�__init__ s ��z/MonitoredResourceAliasSourceCredential.__init__c C s | j S )a� **[Required]** Gets the source of this MonitoredResourceAliasSourceCredential. The source type and source name combination,delimited with (.) separator. This refers to the pre-existing source which alias cred should point to. Ex. {source type}.{source name} and source type max char limit is 63. :return: The source of this MonitoredResourceAliasSourceCredential. :rtype: str �r �r r r r r 4 s z-MonitoredResourceAliasSourceCredential.sourcec C s || _ dS )a� Sets the source of this MonitoredResourceAliasSourceCredential. The source type and source name combination,delimited with (.) separator. This refers to the pre-existing source which alias cred should point to. Ex. {source type}.{source name} and source type max char limit is 63. :param source: The source of this MonitoredResourceAliasSourceCredential. :type: str Nr )r r r r r r B s c C s | j S )ay **[Required]** Gets the name of this MonitoredResourceAliasSourceCredential. The name of the pre-existing source credential which alias cred should point to. This should refer to the pre-existing source attribute which is bound to credential name. :return: The name of this MonitoredResourceAliasSourceCredential. :rtype: str �r r r r r r P s z+MonitoredResourceAliasSourceCredential.namec C s || _ dS )am Sets the name of this MonitoredResourceAliasSourceCredential. The name of the pre-existing source credential which alias cred should point to. This should refer to the pre-existing source attribute which is bound to credential name. :param name: The name of this MonitoredResourceAliasSourceCredential. :type: str Nr )r r r r r r ] s c C s | j S )a' **[Required]** Gets the service of this MonitoredResourceAliasSourceCredential. The name of the service owning the credential. Example: stack-monitoring or dbmgmt :return: The service of this MonitoredResourceAliasSourceCredential. :rtype: str �r r r r r r j s z.MonitoredResourceAliasSourceCredential.servicec C s || _ dS )a Sets the service of this MonitoredResourceAliasSourceCredential. The name of the service owning the credential. Example: stack-monitoring or dbmgmt :param service: The service of this MonitoredResourceAliasSourceCredential. :type: str Nr )r r r r r r w s c C s t | �S �N)r r r r r �__repr__� s z/MonitoredResourceAliasSourceCredential.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z-MonitoredResourceAliasSourceCredential.__eq__c C s | |k S r r r r r r �__ne__� s z-MonitoredResourceAliasSourceCredential.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"