📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
capacity_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/capacity_management/models/__pycache__
💾
Free:
47.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_occ_customer_group_details.cpython-39.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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�CreateOccCustomerGroupDetailszB Details about the create request for the customer group. �ENABLED�DISABLEDc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new CreateOccCustomerGroupDetails 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 CreateOccCustomerGroupDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateOccCustomerGroupDetails. :type display_name: str :param description: The value to assign to the description property of this CreateOccCustomerGroupDetails. :type description: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateOccCustomerGroupDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOccCustomerGroupDetails. :type defined_tags: dict(str, dict(str, object)) :param lifecycle_details: The value to assign to the lifecycle_details property of this CreateOccCustomerGroupDetails. :type lifecycle_details: str :param status: The value to assign to the status property of this CreateOccCustomerGroupDetails. Allowed values for this property are: "ENABLED", "DISABLED" :type status: str :param customers_list: The value to assign to the customers_list property of this CreateOccCustomerGroupDetails. :type customers_list: list[oci.capacity_management.models.CreateOccCustomerDetails] �strzdict(str, str)zdict(str, dict(str, object))zlist[CreateOccCustomerDetails])�compartment_id�display_name�description� freeform_tags�defined_tags�lifecycle_details�status�customers_listZ compartmentIdZdisplayNamer ZfreeformTagsZdefinedTagsZlifecycleDetailsr Z customersListN) Z swagger_typesZ attribute_map�_compartment_id� _display_name�_description�_freeform_tags� _defined_tags�_lifecycle_details�_status�_customers_list)�self�kwargs� r �d/usr/lib/python3.9/site-packages/oci/capacity_management/models/create_occ_customer_group_details.py�__init__ s4 (��z&CreateOccCustomerGroupDetails.__init__c C s | j S )a@ **[Required]** Gets the compartment_id of this CreateOccCustomerGroupDetails. Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed. :return: The compartment_id of this CreateOccCustomerGroupDetails. :rtype: str �r �r r r r r ` s z,CreateOccCustomerGroupDetails.compartment_idc C s || _ dS )a> Sets the compartment_id of this CreateOccCustomerGroupDetails. Since all resources are at tenancy level hence this will be the ocid of the tenancy where operation is to be performed. :param compartment_id: The compartment_id of this CreateOccCustomerGroupDetails. :type: str Nr )r r r r r r l s c C s | j S )z� **[Required]** Gets the display_name of this CreateOccCustomerGroupDetails. The name of the customer group. :return: The display_name of this CreateOccCustomerGroupDetails. :rtype: str �r r r r r r x s z*CreateOccCustomerGroupDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateOccCustomerGroupDetails. The name of the customer group. :param display_name: The display_name of this CreateOccCustomerGroupDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the description of this CreateOccCustomerGroupDetails. A description about the customer group. :return: The description of this CreateOccCustomerGroupDetails. :rtype: str �r r r r r r � s z)CreateOccCustomerGroupDetails.descriptionc C s || _ dS )z� Sets the description of this CreateOccCustomerGroupDetails. A description about the customer group. :param description: The description of this CreateOccCustomerGroupDetails. :type: str Nr"