📂 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
›
os_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/os_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: managed_instance_summary.pyc
a O��f-1 � @ 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 @ sP e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�ManagedInstanceSummaryz7 An OCI Compute instance that is being managed �NORMAL�UNREACHABLE�ERROR�WARNING�LINUX�WINDOWS�ALLc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a_ Initializes a new ManagedInstanceSummary 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 ManagedInstanceSummary. :type display_name: str :param id: The value to assign to the id property of this ManagedInstanceSummary. :type id: str :param last_checkin: The value to assign to the last_checkin property of this ManagedInstanceSummary. :type last_checkin: str :param last_boot: The value to assign to the last_boot property of this ManagedInstanceSummary. :type last_boot: str :param updates_available: The value to assign to the updates_available property of this ManagedInstanceSummary. :type updates_available: int :param compartment_id: The value to assign to the compartment_id property of this ManagedInstanceSummary. :type compartment_id: str :param description: The value to assign to the description property of this ManagedInstanceSummary. :type description: str :param status: The value to assign to the status property of this ManagedInstanceSummary. Allowed values for this property are: "NORMAL", "UNREACHABLE", "ERROR", "WARNING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param os_family: The value to assign to the os_family property of this ManagedInstanceSummary. Allowed values for this property are: "LINUX", "WINDOWS", "ALL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type os_family: str :param is_reboot_required: The value to assign to the is_reboot_required property of this ManagedInstanceSummary. :type is_reboot_required: bool �str�int�bool) �display_name�id�last_checkin� last_boot�updates_available�compartment_id�description�status� os_family�is_reboot_required�displayNamer �lastCheckin�lastBoot�updatesAvailable� compartmentIdr r �osFamily�isRebootRequiredN)� swagger_types� attribute_map� _display_name�_id� _last_checkin� _last_boot�_updates_available�_compartment_id�_description�_status� _os_family�_is_reboot_required)�self�kwargs� r0 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/os_management/models/managed_instance_summary.py�__init__, s@ 3�� zManagedInstanceSummary.__init__c C s | j S )z� **[Required]** Gets the display_name of this ManagedInstanceSummary. user settable name :return: The display_name of this ManagedInstanceSummary. :rtype: str �r$ �r. r0 r0 r1 r � s z#ManagedInstanceSummary.display_namec C s || _ dS )z� Sets the display_name of this ManagedInstanceSummary. user settable name :param display_name: The display_name of this ManagedInstanceSummary. :type: str Nr3 )r. r r0 r0 r1 r � s c C s | j S )z� **[Required]** Gets the id of this ManagedInstanceSummary. OCID for the managed instance :return: The id of this ManagedInstanceSummary. :rtype: str �r% r4 r0 r0 r1 r � s zManagedInstanceSummary.idc C s || _ dS )z� Sets the id of this ManagedInstanceSummary. OCID for the managed instance :param id: The id of this ManagedInstanceSummary. :type: str Nr5 )r. r r0 r0 r1 r � s c C s | j S )z� Gets the last_checkin of this ManagedInstanceSummary. Time at which the instance last checked in :return: The last_checkin of this ManagedInstanceSummary. :rtype: str �r&