📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
cloud_bridge
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_asset_source_details.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 ZdZdZdd� Zedd� �Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �UpdateAssetSourceDetailsz5 The information about the new asset source. �VMWAREc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateAssetSourceDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.cloud_bridge.models.UpdateVmWareAssetSourceDetails` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this UpdateAssetSourceDetails. Allowed values for this property are: "VMWARE" :type type: str :param display_name: The value to assign to the display_name property of this UpdateAssetSourceDetails. :type display_name: str :param assets_compartment_id: The value to assign to the assets_compartment_id property of this UpdateAssetSourceDetails. :type assets_compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateAssetSourceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateAssetSourceDetails. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this UpdateAssetSourceDetails. :type system_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�type�display_name�assets_compartment_id� freeform_tags�defined_tags�system_tagsr ZdisplayNameZassetsCompartmentIdZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_type� _display_name�_assets_compartment_id�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/update_asset_source_details.py�__init__ s( $� � z!UpdateAssetSourceDetails.__init__c C s | d }|dkrdS dS dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r ZUpdateVmWareAssetSourceDetailsr Nr )Zobject_dictionaryr r r r �get_subtypeR s z$UpdateAssetSourceDetails.get_subtypec C s | j S )z� **[Required]** Gets the type of this UpdateAssetSourceDetails. Source type. Allowed values for this property are: "VMWARE" :return: The type of this UpdateAssetSourceDetails. :rtype: str )r �r r r r r _ s zUpdateAssetSourceDetails.typec C s( dg}t ||�std|� ���|| _dS )z� Sets the type of this UpdateAssetSourceDetails. Source type. :param type: The type of this UpdateAssetSourceDetails. :type: str r z1Invalid value for `type`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r m s �c C s | j S )a5 Gets the display_name of this UpdateAssetSourceDetails. A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information. :return: The display_name of this UpdateAssetSourceDetails. :rtype: str �r r r r r r ~ s z%UpdateAssetSourceDetails.display_namec C s || _ dS )a@ Sets the display_name of this UpdateAssetSourceDetails. A user-friendly name for the asset source. Does not have to be unique, and it's mutable. Avoid entering confidential information. :param display_name: The display_name of this UpdateAssetSourceDetails. :type: str Nr )r r r r r r � s c C s | j S )a[ Gets the assets_compartment_id of this UpdateAssetSourceDetails. The `OCID`__ of the compartment that is going to be used to create assets. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The assets_compartment_id of this UpdateAssetSourceDetails. :rtype: str �r r r r r r � s z.UpdateAssetSourceDetails.assets_compartment_idc C s || _ dS )ao Sets the assets_compartment_id of this UpdateAssetSourceDetails. The `OCID`__ of the compartment that is going to be used to create assets. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param assets_compartment_id: The assets_compartment_id of this UpdateAssetSourceDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the freeform_tags of this UpdateAssetSourceDetails. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdateAssetSourceDetails. :rtype: dict(str, str) �r r r r r r � s z&UpdateAssetSourceDetails.freeform_tagsc C s || _ dS )a Sets the freeform_tags of this UpdateAssetSourceDetails. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace/scope. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdateAssetSourceDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the defined_tags of this UpdateAssetSourceDetails. The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdateAssetSourceDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z%UpdateAssetSourceDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdateAssetSourceDetails. The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdateAssetSourceDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r � s c C s | j S )a3 Gets the system_tags of this UpdateAssetSourceDetails. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see `Resource Tags`__. Example: `{orcl-cloud: {free-tier-retain: true}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The system_tags of this UpdateAssetSourceDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z$UpdateAssetSourceDetails.system_tagsc C s || _ dS )a= Sets the system_tags of this UpdateAssetSourceDetails. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see `Resource Tags`__. Example: `{orcl-cloud: {free-tier-retain: true}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param system_tags: The system_tags of this UpdateAssetSourceDetails. :type: dict(str, dict(str, object)) Nr! )r r r r r r s c C s t | �S �N)r r r r r �__repr__ s z!UpdateAssetSourceDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zUpdateAssetSourceDetails.__eq__c C s | |k S r"