ruạṛ
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 )#�CreateFleetDetailsz' Attributes to create a Fleet. c K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new CreateFleetDetails 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 CreateFleetDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateFleetDetails. :type compartment_id: str :param description: The value to assign to the description property of this CreateFleetDetails. :type description: str :param inventory_log: The value to assign to the inventory_log property of this CreateFleetDetails. :type inventory_log: oci.jms.models.CustomLog :param operation_log: The value to assign to the operation_log property of this CreateFleetDetails. :type operation_log: oci.jms.models.CustomLog :param is_advanced_features_enabled: The value to assign to the is_advanced_features_enabled property of this CreateFleetDetails. :type is_advanced_features_enabled: bool :param defined_tags: The value to assign to the defined_tags property of this CreateFleetDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this CreateFleetDetails. :type freeform_tags: dict(str, str) �strZ CustomLog�boolzdict(str, dict(str, object))zdict(str, str))�display_name�compartment_id�description� inventory_log� operation_log�is_advanced_features_enabled�defined_tags� freeform_tagsZdisplayNameZ compartmentIdr ZinventoryLogZoperationLogZisAdvancedFeaturesEnabledZdefinedTagsZfreeformTagsN) Z swagger_typesZ attribute_map� _display_name�_compartment_id�_description�_inventory_log�_operation_log�_is_advanced_features_enabled� _defined_tags�_freeform_tags)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/jms/models/create_fleet_details.py�__init__ s4 '��zCreateFleetDetails.__init__c C s | j S )a **[Required]** Gets the display_name of this CreateFleetDetails. The name of the Fleet. The displayName must be unique for Fleets in the same compartment. :return: The display_name of this CreateFleetDetails. :rtype: str �r �r r r r r W s zCreateFleetDetails.display_namec C s || _ dS )a Sets the display_name of this CreateFleetDetails. The name of the Fleet. The displayName must be unique for Fleets in the same compartment. :param display_name: The display_name of this CreateFleetDetails. :type: str Nr )r r r r r r c s c C s | j S )a3 **[Required]** Gets the compartment_id of this CreateFleetDetails. The `OCID`__ of the compartment of the Fleet. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateFleetDetails. :rtype: str �r r r r r r o s z!CreateFleetDetails.compartment_idc C s || _ dS )a1 Sets the compartment_id of this CreateFleetDetails. The `OCID`__ of the compartment of the Fleet. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateFleetDetails. :type: str Nr )r r r r r r } s c C s | j S )z� Gets the description of this CreateFleetDetails. The Fleet's description. If nothing is provided, the Fleet description will be null. :return: The description of this CreateFleetDetails. :rtype: str �r r r r r r � s zCreateFleetDetails.descriptionc C s || _ dS )z� Sets the description of this CreateFleetDetails. The Fleet's description. If nothing is provided, the Fleet description will be null. :param description: The description of this CreateFleetDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the inventory_log of this CreateFleetDetails. :return: The inventory_log of this CreateFleetDetails. :rtype: oci.jms.models.CustomLog �r r r r r r � s z CreateFleetDetails.inventory_logc C s || _ dS )z� Sets the inventory_log of this CreateFleetDetails. :param inventory_log: The inventory_log of this CreateFleetDetails. :type: oci.jms.models.CustomLog Nr"