📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
visual_builder
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/visual_builder/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_vb_instance_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 @ s 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� �Zdd� Zdd� Zd d!� Zd"S )#�UpdateVbInstanceDetailsz2 Information about updating a VbInstance. c K sd ddddddddd�| _ d d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new UpdateVbInstanceDetails 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 UpdateVbInstanceDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateVbInstanceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateVbInstanceDetails. :type defined_tags: dict(str, dict(str, object)) :param idcs_open_id: The value to assign to the idcs_open_id property of this UpdateVbInstanceDetails. :type idcs_open_id: str :param node_count: The value to assign to the node_count property of this UpdateVbInstanceDetails. :type node_count: int :param is_visual_builder_enabled: The value to assign to the is_visual_builder_enabled property of this UpdateVbInstanceDetails. :type is_visual_builder_enabled: bool :param custom_endpoint: The value to assign to the custom_endpoint property of this UpdateVbInstanceDetails. :type custom_endpoint: oci.visual_builder.models.UpdateCustomEndpointDetails :param alternate_custom_endpoints: The value to assign to the alternate_custom_endpoints property of this UpdateVbInstanceDetails. :type alternate_custom_endpoints: list[oci.visual_builder.models.UpdateCustomEndpointDetails] �strzdict(str, str)zdict(str, dict(str, object))�int�boolZUpdateCustomEndpointDetailsz!list[UpdateCustomEndpointDetails])�display_name� freeform_tags�defined_tags�idcs_open_id� node_count�is_visual_builder_enabled�custom_endpoint�alternate_custom_endpointsZdisplayNameZfreeformTagsZdefinedTagsZ idcsOpenIdZ nodeCountZisVisualBuilderEnabledZcustomEndpointZalternateCustomEndpointsN) Z swagger_typesZ attribute_map� _display_name�_freeform_tags� _defined_tags� _idcs_open_id�_node_count�_is_visual_builder_enabled�_custom_endpoint�_alternate_custom_endpoints)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/visual_builder/models/update_vb_instance_details.py�__init__ s4 '��z UpdateVbInstanceDetails.__init__c C s | j S )z� Gets the display_name of this UpdateVbInstanceDetails. Vb Instance Identifier. :return: The display_name of this UpdateVbInstanceDetails. :rtype: str �r �r r r r r W s z$UpdateVbInstanceDetails.display_namec C s || _ dS )z� Sets the display_name of this UpdateVbInstanceDetails. Vb Instance Identifier. :param display_name: The display_name of this UpdateVbInstanceDetails. :type: str Nr )r r r r r r c s c C s | j S )a] Gets the freeform_tags of this UpdateVbInstanceDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this UpdateVbInstanceDetails. :rtype: dict(str, str) �r r r r r r o s z%UpdateVbInstanceDetails.freeform_tagsc C s || _ dS )ai Sets the freeform_tags of this UpdateVbInstanceDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this UpdateVbInstanceDetails. :type: dict(str, str) Nr! )r r r r r r } s c C s | j S )aS Gets the defined_tags of this UpdateVbInstanceDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this UpdateVbInstanceDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s z$UpdateVbInstanceDetails.defined_tagsc C s || _ dS )a^ Sets the defined_tags of this UpdateVbInstanceDetails. Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this UpdateVbInstanceDetails. :type: dict(str, dict(str, object)) Nr"