📂 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
›
compute_cloud_at_customer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/compute_cloud_at_customer/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ccc_infrastructure_summary.cpython-39.pyc
a ���f8 � @ 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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CccInfrastructureSummaryzL Summary information about a Compute Cloud@Customer infrastructure. c K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CccInfrastructureSummary 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 CccInfrastructureSummary. :type id: str :param short_name: The value to assign to the short_name property of this CccInfrastructureSummary. :type short_name: str :param display_name: The value to assign to the display_name property of this CccInfrastructureSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CccInfrastructureSummary. :type compartment_id: str :param subnet_id: The value to assign to the subnet_id property of this CccInfrastructureSummary. :type subnet_id: str :param time_created: The value to assign to the time_created property of this CccInfrastructureSummary. :type time_created: datetime :param connection_state: The value to assign to the connection_state property of this CccInfrastructureSummary. :type connection_state: str :param lifecycle_state: The value to assign to the lifecycle_state property of this CccInfrastructureSummary. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this CccInfrastructureSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CccInfrastructureSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this CccInfrastructureSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�id� short_name�display_name�compartment_id� subnet_id�time_created�connection_state�lifecycle_state� freeform_tags�defined_tags�system_tagsr Z shortNameZdisplayNameZ compartmentIdZsubnetIdZtimeCreatedZconnectionStateZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN) Z swagger_typesZ attribute_map�_id�_short_name� _display_name�_compartment_id� _subnet_id� _time_created�_connection_state�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/compute_cloud_at_customer/models/ccc_infrastructure_summary.py�__init__ sF 3��z!CccInfrastructureSummary.__init__c C s | j S )ag **[Required]** Gets the id of this CccInfrastructureSummary. The Compute Cloud@Customer infrastructure `OCID`__. This cannot be changed once created. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this CccInfrastructureSummary. :rtype: str �r �r r r r! r l s zCccInfrastructureSummary.idc C s || _ dS )aY Sets the id of this CccInfrastructureSummary. The Compute Cloud@Customer infrastructure `OCID`__. This cannot be changed once created. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this CccInfrastructureSummary. :type: str Nr# )r r r r r! r | s c C s | j S )a� Gets the short_name of this CccInfrastructureSummary. The Compute Cloud@Customer infrastructure short name. This is generated at the time the resource is created and cannot be changed. The short name can be used when communicating with Oracle Service and may be used during the configuration of the data center network. :return: The short_name of this CccInfrastructureSummary. :rtype: str �r r$ r r r! r � s z#CccInfrastructureSummary.short_namec C s || _ dS )a� Sets the short_name of this CccInfrastructureSummary. The Compute Cloud@Customer infrastructure short name. This is generated at the time the resource is created and cannot be changed. The short name can be used when communicating with Oracle Service and may be used during the configuration of the data center network. :param short_name: The short_name of this CccInfrastructureSummary. :type: str Nr% )r r r r r! r � s c C s | j S )a� **[Required]** Gets the display_name of this CccInfrastructureSummary. The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information. :return: The display_name of this CccInfrastructureSummary. :rtype: str �r r$ r r r! r � s z%CccInfrastructureSummary.display_namec C s || _ dS )a� Sets the display_name of this CccInfrastructureSummary. The name that will be used to display the Compute Cloud@Customer infrastructure in the Oracle Cloud Infrastructure console. Does not have to be unique and can be changed. Avoid entering confidential information. :param display_name: The display_name of this CccInfrastructureSummary. :type: str Nr&