📂 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
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_details.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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�HostDetailszI Partial information about a host which includes id, name, type. �LINUX�SOLARIS�SUNOS�ZLINUXc K sP ddddddd�| _ ddddddd�| _d | _d | _d | _d | _d | _d | _d S ) a� Initializes a new HostDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this HostDetails. :type id: str :param compartment_id: The value to assign to the compartment_id property of this HostDetails. :type compartment_id: str :param host_name: The value to assign to the host_name property of this HostDetails. :type host_name: str :param host_display_name: The value to assign to the host_display_name property of this HostDetails. :type host_display_name: str :param platform_type: The value to assign to the platform_type property of this HostDetails. Allowed values for this property are: "LINUX", "SOLARIS", "SUNOS", "ZLINUX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type platform_type: str :param agent_identifier: The value to assign to the agent_identifier property of this HostDetails. :type agent_identifier: str �str)�id�compartment_id� host_name�host_display_name� platform_type�agent_identifierr � compartmentId�hostName�hostDisplayName�platformType�agentIdentifierN)� swagger_types� attribute_map�_id�_compartment_id� _host_name�_host_display_name�_platform_type�_agent_identifier)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/host_details.py�__init__ s( !� � zHostDetails.__init__c C s | j S )z� **[Required]** Gets the id of this HostDetails. The `OCID`__ of the host. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this HostDetails. :rtype: str �r �r r! r! r"