📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
stack_monitoring
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/stack_monitoring/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: monitored_resource_alias_source_credential.pyc
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 )�&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)� swagger_types� attribute_map�_source�_name�_service)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >