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 @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateOpaInstanceDetailsz0 The information about new OpaInstance. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a9 Initializes a new CreateOpaInstanceDetails 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 CreateOpaInstanceDetails. :type display_name: str :param description: The value to assign to the description property of this CreateOpaInstanceDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateOpaInstanceDetails. :type compartment_id: str :param consumption_model: The value to assign to the consumption_model property of this CreateOpaInstanceDetails. :type consumption_model: str :param shape_name: The value to assign to the shape_name property of this CreateOpaInstanceDetails. :type shape_name: str :param metering_type: The value to assign to the metering_type property of this CreateOpaInstanceDetails. :type metering_type: str :param idcs_at: The value to assign to the idcs_at property of this CreateOpaInstanceDetails. :type idcs_at: str :param is_breakglass_enabled: The value to assign to the is_breakglass_enabled property of this CreateOpaInstanceDetails. :type is_breakglass_enabled: bool :param freeform_tags: The value to assign to the freeform_tags property of this CreateOpaInstanceDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateOpaInstanceDetails. :type defined_tags: dict(str, dict(str, object)) �str�boolzdict(str, str)zdict(str, dict(str, object))) �display_name�description�compartment_id�consumption_model� shape_name� metering_type�idcs_at�is_breakglass_enabled� freeform_tags�defined_tagsZdisplayNamer Z compartmentIdZconsumptionModelZ shapeNameZmeteringTypeZidcsAtZisBreakglassEnabledZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_description�_compartment_id�_consumption_model�_shape_name�_metering_type�_idcs_at�_is_breakglass_enabled�_freeform_tags� _defined_tags)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/opa/models/create_opa_instance_details.py�__init__ s@ /�� z!CreateOpaInstanceDetails.__init__c C s | j S )aC **[Required]** Gets the display_name of this CreateOpaInstanceDetails. OpaInstance Identifier. User-friendly name for the instance. Avoid entering confidential information. You can change this value anytime. :return: The display_name of this CreateOpaInstanceDetails. :rtype: str �r �r r r r r e s z%CreateOpaInstanceDetails.display_namec C s || _ dS )a? Sets the display_name of this CreateOpaInstanceDetails. OpaInstance Identifier. User-friendly name for the instance. Avoid entering confidential information. You can change this value anytime. :param display_name: The display_name of this CreateOpaInstanceDetails. :type: str Nr"