📂 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
›
vbs_inst
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vbs_inst/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_vbs_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 dd� Zdd� Zdd� ZdS ) �CreateVbsInstanceDetailsz0 The information about new VbsInstance. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new CreateVbsInstanceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateVbsInstanceDetails. :type compartment_id: str :param name: The value to assign to the name property of this CreateVbsInstanceDetails. :type name: str :param display_name: The value to assign to the display_name property of this CreateVbsInstanceDetails. :type display_name: str :param is_resource_usage_agreement_granted: The value to assign to the is_resource_usage_agreement_granted property of this CreateVbsInstanceDetails. :type is_resource_usage_agreement_granted: bool :param resource_compartment_id: The value to assign to the resource_compartment_id property of this CreateVbsInstanceDetails. :type resource_compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateVbsInstanceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateVbsInstanceDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolzdict(str, str)zdict(str, dict(str, object)))�compartment_id�name�display_name�#is_resource_usage_agreement_granted�resource_compartment_id� freeform_tags�defined_tagsZ compartmentIdr ZdisplayNameZisResourceUsageAgreementGrantedZresourceCompartmentIdZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_compartment_id�_name� _display_name�$_is_resource_usage_agreement_granted�_resource_compartment_id�_freeform_tags� _defined_tags)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/vbs_inst/models/create_vbs_instance_details.py�__init__ s. #�� z!CreateVbsInstanceDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateVbsInstanceDetails. Compartment Identifier :return: The compartment_id of this CreateVbsInstanceDetails. :rtype: str �r �r r r r r P s z'CreateVbsInstanceDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateVbsInstanceDetails. Compartment Identifier :param compartment_id: The compartment_id of this CreateVbsInstanceDetails. :type: str Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the name of this CreateVbsInstanceDetails. Service Instance Name :return: The name of this CreateVbsInstanceDetails. :rtype: str �r r r r r r h s zCreateVbsInstanceDetails.namec C s || _ dS )z� Sets the name of this CreateVbsInstanceDetails. Service Instance Name :param name: The name of this CreateVbsInstanceDetails. :type: str Nr )r r r r r r t s c C s | j S )z� **[Required]** Gets the display_name of this CreateVbsInstanceDetails. Display Name :return: The display_name of this CreateVbsInstanceDetails. :rtype: str �r r r r r r � s z%CreateVbsInstanceDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateVbsInstanceDetails. Display Name :param display_name: The display_name of this CreateVbsInstanceDetails. :type: str Nr )r r r r r r � s c C s | j S )a( Gets the is_resource_usage_agreement_granted of this CreateVbsInstanceDetails. Whether VBS is authorized to create and use resources in the customer tenancy :return: The is_resource_usage_agreement_granted of this CreateVbsInstanceDetails. :rtype: bool �r r r r r r � s z<CreateVbsInstanceDetails.is_resource_usage_agreement_grantedc C s || _ dS )aJ Sets the is_resource_usage_agreement_granted of this CreateVbsInstanceDetails. Whether VBS is authorized to create and use resources in the customer tenancy :param is_resource_usage_agreement_granted: The is_resource_usage_agreement_granted of this CreateVbsInstanceDetails. :type: bool Nr )r r r r r r � s c C s | j S )a Gets the resource_compartment_id of this CreateVbsInstanceDetails. Compartment where VBS may create additional resources for the service instance :return: The resource_compartment_id of this CreateVbsInstanceDetails. :rtype: str �r r r r r r � s z0CreateVbsInstanceDetails.resource_compartment_idc C s || _ dS )a& Sets the resource_compartment_id of this CreateVbsInstanceDetails. Compartment where VBS may create additional resources for the service instance :param resource_compartment_id: The resource_compartment_id of this CreateVbsInstanceDetails. :type: str Nr! )r r r r r r � s c C s | j S )aW Gets the freeform_tags of this CreateVbsInstanceDetails. 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 CreateVbsInstanceDetails. :rtype: dict(str, str) �r r r r r r � s z&CreateVbsInstanceDetails.freeform_tagsc C s || _ dS )ac Sets the freeform_tags of this CreateVbsInstanceDetails. 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 CreateVbsInstanceDetails. :type: dict(str, str) Nr"