ruạṛ
a ���f�r � @ 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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Zejd?d>� �Zed@dA� �ZejdBdA� �ZedCdD� �ZejdEdD� �ZedFdG� �ZejdHdG� �ZdIdJ� ZdKdL� ZdMdN� Z dOS )P�"CreateExadataInfrastructureDetailsa Request to create Exadata infrastructure resource. Applies to Exadata Cloud@Customer instances only. See :func:`create_cloud_exadata_infrastructure_details` for information on creating a cloud Exadata infrastructure resource in an Exadata Cloud Service instance. c K s� ddddddddddddddddddddddd d �| _ ddd ddddddddddddddddddd d!d �| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _ d"| _ d"| _d"| _d"| _ d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"| _d"S )#a� Initializes a new CreateExadataInfrastructureDetails 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 CreateExadataInfrastructureDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateExadataInfrastructureDetails. :type display_name: str :param shape: The value to assign to the shape property of this CreateExadataInfrastructureDetails. :type shape: str :param time_zone: The value to assign to the time_zone property of this CreateExadataInfrastructureDetails. :type time_zone: str :param cloud_control_plane_server1: The value to assign to the cloud_control_plane_server1 property of this CreateExadataInfrastructureDetails. :type cloud_control_plane_server1: str :param cloud_control_plane_server2: The value to assign to the cloud_control_plane_server2 property of this CreateExadataInfrastructureDetails. :type cloud_control_plane_server2: str :param netmask: The value to assign to the netmask property of this CreateExadataInfrastructureDetails. :type netmask: str :param gateway: The value to assign to the gateway property of this CreateExadataInfrastructureDetails. :type gateway: str :param admin_network_cidr: The value to assign to the admin_network_cidr property of this CreateExadataInfrastructureDetails. :type admin_network_cidr: str :param infini_band_network_cidr: The value to assign to the infini_band_network_cidr property of this CreateExadataInfrastructureDetails. :type infini_band_network_cidr: str :param corporate_proxy: The value to assign to the corporate_proxy property of this CreateExadataInfrastructureDetails. :type corporate_proxy: str :param contacts: The value to assign to the contacts property of this CreateExadataInfrastructureDetails. :type contacts: list[oci.database.models.ExadataInfrastructureContact] :param maintenance_window: The value to assign to the maintenance_window property of this CreateExadataInfrastructureDetails. :type maintenance_window: oci.database.models.MaintenanceWindow :param storage_count: The value to assign to the storage_count property of this CreateExadataInfrastructureDetails. :type storage_count: int :param compute_count: The value to assign to the compute_count property of this CreateExadataInfrastructureDetails. :type compute_count: int :param is_multi_rack_deployment: The value to assign to the is_multi_rack_deployment property of this CreateExadataInfrastructureDetails. :type is_multi_rack_deployment: bool :param multi_rack_configuration_file: The value to assign to the multi_rack_configuration_file property of this CreateExadataInfrastructureDetails. :type multi_rack_configuration_file: str :param dns_server: The value to assign to the dns_server property of this CreateExadataInfrastructureDetails. :type dns_server: list[str] :param ntp_server: The value to assign to the ntp_server property of this CreateExadataInfrastructureDetails. :type ntp_server: list[str] :param is_cps_offline_report_enabled: The value to assign to the is_cps_offline_report_enabled property of this CreateExadataInfrastructureDetails. :type is_cps_offline_report_enabled: bool :param network_bonding_mode_details: The value to assign to the network_bonding_mode_details property of this CreateExadataInfrastructureDetails. :type network_bonding_mode_details: oci.database.models.NetworkBondingModeDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateExadataInfrastructureDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateExadataInfrastructureDetails. :type defined_tags: dict(str, dict(str, object)) �strz"list[ExadataInfrastructureContact]ZMaintenanceWindow�int�boolz list[str]ZNetworkBondingModeDetailszdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�shape� time_zone�cloud_control_plane_server1�cloud_control_plane_server2�netmask�gateway�admin_network_cidr�infini_band_network_cidr�corporate_proxy�contacts�maintenance_window� storage_count� compute_count�is_multi_rack_deployment�multi_rack_configuration_file� dns_server� ntp_server�is_cps_offline_report_enabled�network_bonding_mode_details� freeform_tags�defined_tagsZ compartmentIdZdisplayNamer ZtimeZoneZcloudControlPlaneServer1ZcloudControlPlaneServer2r r ZadminNetworkCIDRZinfiniBandNetworkCIDRZcorporateProxyr ZmaintenanceWindowZstorageCountZcomputeCountZisMultiRackDeploymentZmultiRackConfigurationFileZ dnsServerZ ntpServerZisCpsOfflineReportEnabledZnetworkBondingModeDetailsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_shape� _time_zone�_cloud_control_plane_server1�_cloud_control_plane_server2�_netmask�_gateway�_admin_network_cidr�_infini_band_network_cidr�_corporate_proxy� _contacts�_maintenance_window�_storage_count�_compute_count�_is_multi_rack_deployment�_multi_rack_configuration_file�_dns_server�_ntp_server�_is_cps_offline_report_enabled�_network_bonding_mode_details�_freeform_tags� _defined_tags)�self�kwargs� r: �]/usr/lib/python3.9/site-packages/oci/database/models/create_exadata_infrastructure_details.py�__init__ s� c��z+CreateExadataInfrastructureDetails.__init__c C s | j S )aF **[Required]** Gets the compartment_id of this CreateExadataInfrastructureDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateExadataInfrastructureDetails. :rtype: str �r! �r8 r: r: r; r � s z1CreateExadataInfrastructureDetails.compartment_idc C s || _ dS )aD Sets the compartment_id of this CreateExadataInfrastructureDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateExadataInfrastructureDetails. :type: str Nr= )r8 r r: r: r; r � s c C s | j S )a* **[Required]** Gets the display_name of this CreateExadataInfrastructureDetails. The user-friendly name for the Exadata infrastructure. The name does not need to be unique. :return: The display_name of this CreateExadataInfrastructureDetails. :rtype: str �r"