ruạṛ
a ���f�J � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DbmResource� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s2 e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�ExternalExadataInfrastructurez4 The details of the Exadata infrastructure. �FULL�HALF�QUARTER�EIGHTH�LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSEc K s� ddddddddddddddddddddd�| _ d d ddd dddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a] Initializes a new ExternalExadataInfrastructure object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.ExternalExadataInfrastructure.resource_type` attribute of this class is ``INFRASTRUCTURE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ExternalExadataInfrastructure. :type id: str :param display_name: The value to assign to the display_name property of this ExternalExadataInfrastructure. :type display_name: str :param version: The value to assign to the version property of this ExternalExadataInfrastructure. :type version: str :param internal_id: The value to assign to the internal_id property of this ExternalExadataInfrastructure. :type internal_id: str :param status: The value to assign to the status property of this ExternalExadataInfrastructure. :type status: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalExadataInfrastructure. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this ExternalExadataInfrastructure. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ExternalExadataInfrastructure. :type time_updated: datetime :param lifecycle_details: The value to assign to the lifecycle_details property of this ExternalExadataInfrastructure. :type lifecycle_details: str :param additional_details: The value to assign to the additional_details property of this ExternalExadataInfrastructure. :type additional_details: dict(str, str) :param resource_type: The value to assign to the resource_type property of this ExternalExadataInfrastructure. Allowed values for this property are: "INFRASTRUCTURE_SUMMARY", "INFRASTRUCTURE", "STORAGE_SERVER_SUMMARY", "STORAGE_SERVER", "STORAGE_GRID_SUMMARY", "STORAGE_GRID", "STORAGE_CONNECTOR_SUMMARY", "STORAGE_CONNECTOR", "DATABASE_SYSTEM_SUMMARY", "DATABASE_SUMMARY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_type: str :param rack_size: The value to assign to the rack_size property of this ExternalExadataInfrastructure. Allowed values for this property are: "FULL", "HALF", "QUARTER", "EIGHTH", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type rack_size: str :param compartment_id: The value to assign to the compartment_id property of this ExternalExadataInfrastructure. :type compartment_id: str :param license_model: The value to assign to the license_model property of this ExternalExadataInfrastructure. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type license_model: str :param storage_grid: The value to assign to the storage_grid property of this ExternalExadataInfrastructure. :type storage_grid: oci.database_management.models.ExternalExadataStorageGridSummary :param database_systems: The value to assign to the database_systems property of this ExternalExadataInfrastructure. :type database_systems: list[oci.database_management.models.ExternalExadataDatabaseSystemSummary] :param database_compartments: The value to assign to the database_compartments property of this ExternalExadataInfrastructure. :type database_compartments: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this ExternalExadataInfrastructure. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalExadataInfrastructure. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ExternalExadataInfrastructure. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)Z!ExternalExadataStorageGridSummaryz*list[ExternalExadataDatabaseSystemSummary]z list[str]zdict(str, dict(str, object)))�idZdisplay_name�versionZinternal_id�statusZlifecycle_stateZtime_createdZtime_updatedZlifecycle_detailsZadditional_detailsZ resource_type� rack_size�compartment_id� license_model�storage_grid�database_systems�database_compartments� freeform_tags�defined_tags�system_tagsr ZdisplayNamer Z internalIdr ZlifecycleStateZtimeCreatedZtimeUpdatedZlifecycleDetailsZadditionalDetailsZresourceTypeZrackSizeZ compartmentIdZlicenseModelZstorageGridZdatabaseSystemsZdatabaseCompartmentsZfreeformTagsZdefinedTagsZ systemTagsNZINFRASTRUCTURE)Z swagger_typesZ attribute_mapZ_idZ _display_nameZ_versionZ_internal_idZ_statusZ_lifecycle_stateZ _time_createdZ _time_updatedZ_lifecycle_detailsZ_additional_detailsZ_resource_type� _rack_size�_compartment_id�_license_model� _storage_grid�_database_systems�_database_compartments�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r'