📂 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
›
rover
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/rover/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_rover_entitlement_details.cpython-39.opt-1.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 @ sL e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�UpdateRoverEntitlementDetailsz< Information required to update a RoverEntitlement. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a# Initializes a new UpdateRoverEntitlementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateRoverEntitlementDetails. :type display_name: str :param tenant_id: The value to assign to the tenant_id property of this UpdateRoverEntitlementDetails. :type tenant_id: str :param requestor_name: The value to assign to the requestor_name property of this UpdateRoverEntitlementDetails. :type requestor_name: str :param requestor_email: The value to assign to the requestor_email property of this UpdateRoverEntitlementDetails. :type requestor_email: str :param entitlement_details: The value to assign to the entitlement_details property of this UpdateRoverEntitlementDetails. :type entitlement_details: str :param lifecycle_state: The value to assign to the lifecycle_state property of this UpdateRoverEntitlementDetails. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param lifecycle_state_details: The value to assign to the lifecycle_state_details property of this UpdateRoverEntitlementDetails. :type lifecycle_state_details: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateRoverEntitlementDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateRoverEntitlementDetails. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this UpdateRoverEntitlementDetails. :type system_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object))) �display_name� tenant_id�requestor_name�requestor_email�entitlement_details�lifecycle_state�lifecycle_state_details� freeform_tags�defined_tags�system_tagsZdisplayNameZtenantIdZ requestorNameZrequestorEmailZentitlementDetailsZlifecycleStateZlifecycleStateDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map� _display_name� _tenant_id�_requestor_name�_requestor_email�_entitlement_details�_lifecycle_state�_lifecycle_state_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r$ �U/usr/lib/python3.9/site-packages/oci/rover/models/update_rover_entitlement_details.py�__init__* s@ 0�� z&UpdateRoverEntitlementDetails.__init__c C s | j S )a% Gets the display_name of this UpdateRoverEntitlementDetails. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this UpdateRoverEntitlementDetails. :rtype: str �r �r"