ruạṛ
a N��foc � @ 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 @ s8 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>� �Zd@dA� ZdBdC� ZdDdE� ZdFS )G�"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� ddddddddddddddddddddd �| _ d ddd ddddddddddddddddd �| _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 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 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 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]�MaintenanceWindow�intz list[str]�boolzdict(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� dns_server� ntp_server�is_cps_offline_report_enabled� freeform_tags�defined_tags� compartmentId�displayNamer �timeZone�cloudControlPlaneServer1�cloudControlPlaneServer2r r �adminNetworkCIDR�infiniBandNetworkCIDR�corporateProxyr �maintenanceWindow�storageCount�computeCount� dnsServer� ntpServer�isCpsOfflineReportEnabled�freeformTags�definedTagsN)� swagger_types� 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�_dns_server�_ntp_server�_is_cps_offline_report_enabled�_freeform_tags� _defined_tags)�self�kwargs� rG ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/create_exadata_infrastructure_details.py�__init__ s| W��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 �r1 �rE rG rG rH 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 NrJ )rE r rG rG rH 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 �r2 rK rG rG rH r � s z/CreateExadataInfrastructureDetails.display_namec C s || _ dS )a& Sets the display_name of this CreateExadataInfrastructureDetails. The user-friendly name for the Exadata infrastructure. The name does not need to be unique. :param display_name: The display_name of this CreateExadataInfrastructureDetails. :type: str NrL )rE r rG rG rH r � s c C s | j S )aJ **[Required]** Gets the shape of this CreateExadataInfrastructureDetails. The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance. :return: The shape of this CreateExadataInfrastructureDetails. :rtype: str �r3 rK rG rG rH r � s z(CreateExadataInfrastructureDetails.shapec C s || _ dS )a? Sets the shape of this CreateExadataInfrastructureDetails. The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance. :param shape: The shape of this CreateExadataInfrastructureDetails. :type: str NrM )rE r rG rG rH r � s c C s | j S )a� **[Required]** Gets the time_zone of this CreateExadataInfrastructureDetails. The time zone of the Exadata infrastructure. For details, see `Exadata Infrastructure Time Zones`__. __ https://docs.cloud.oracle.com/Content/Database/References/timezones.htm :return: The time_zone of this CreateExadataInfrastructureDetails. :rtype: str �r4 rK rG rG rH r � s z,CreateExadataInfrastructureDetails.time_zonec C s || _ dS )az Sets the time_zone of this CreateExadataInfrastructureDetails. The time zone of the Exadata infrastructure. For details, see `Exadata Infrastructure Time Zones`__. __ https://docs.cloud.oracle.com/Content/Database/References/timezones.htm :param time_zone: The time_zone of this CreateExadataInfrastructureDetails. :type: str NrN )rE r rG rG rH r s c C s | j S )a **[Required]** Gets the cloud_control_plane_server1 of this CreateExadataInfrastructureDetails. The IP address for the first control plane server. :return: The cloud_control_plane_server1 of this CreateExadataInfrastructureDetails. :rtype: str �r5 rK rG rG rH r s z>CreateExadataInfrastructureDetails.cloud_control_plane_server1c C s || _ dS )a* Sets the cloud_control_plane_server1 of this CreateExadataInfrastructureDetails. The IP address for the first control plane server. :param cloud_control_plane_server1: The cloud_control_plane_server1 of this CreateExadataInfrastructureDetails. :type: str NrO )rE r rG rG rH r s c C s | j S )a **[Required]** Gets the cloud_control_plane_server2 of this CreateExadataInfrastructureDetails. The IP address for the second control plane server. :return: The cloud_control_plane_server2 of this CreateExadataInfrastructureDetails. :rtype: str �r6 rK rG rG rH r * s z>CreateExadataInfrastructureDetails.cloud_control_plane_server2c C s || _ dS )a+ Sets the cloud_control_plane_server2 of this CreateExadataInfrastructureDetails. The IP address for the second control plane server. :param cloud_control_plane_server2: The cloud_control_plane_server2 of this CreateExadataInfrastructureDetails. :type: str NrP )rE r rG rG rH r 6 s c C s | j S )z� **[Required]** Gets the netmask of this CreateExadataInfrastructureDetails. The netmask for the control plane network. :return: The netmask of this CreateExadataInfrastructureDetails. :rtype: str �r7 rK rG rG rH r B s z*CreateExadataInfrastructureDetails.netmaskc C s || _ dS )z� Sets the netmask of this CreateExadataInfrastructureDetails. The netmask for the control plane network. :param netmask: The netmask of this CreateExadataInfrastructureDetails. :type: str NrQ )rE r rG rG rH r N s c C s | j S )z� **[Required]** Gets the gateway of this CreateExadataInfrastructureDetails. The gateway for the control plane network. :return: The gateway of this CreateExadataInfrastructureDetails. :rtype: str �r8 rK rG rG rH r Z s z*CreateExadataInfrastructureDetails.gatewayc C s || _ dS )z� Sets the gateway of this CreateExadataInfrastructureDetails. The gateway for the control plane network. :param gateway: The gateway of this CreateExadataInfrastructureDetails. :type: str NrR )rE r rG rG rH r f s c C s | j S )a **[Required]** Gets the admin_network_cidr of this CreateExadataInfrastructureDetails. The CIDR block for the Exadata administration network. :return: The admin_network_cidr of this CreateExadataInfrastructureDetails. :rtype: str �r9 rK rG rG rH r r s z5CreateExadataInfrastructureDetails.admin_network_cidrc C s || _ dS )a Sets the admin_network_cidr of this CreateExadataInfrastructureDetails. The CIDR block for the Exadata administration network. :param admin_network_cidr: The admin_network_cidr of this CreateExadataInfrastructureDetails. :type: str NrS )rE r rG rG rH r ~ s c C s | j S )a **[Required]** Gets the infini_band_network_cidr of this CreateExadataInfrastructureDetails. The CIDR block for the Exadata InfiniBand interconnect. :return: The infini_band_network_cidr of this CreateExadataInfrastructureDetails. :rtype: str �r: rK rG rG rH r � s z;CreateExadataInfrastructureDetails.infini_band_network_cidrc C s || _ dS )a& Sets the infini_band_network_cidr of this CreateExadataInfrastructureDetails. The CIDR block for the Exadata InfiniBand interconnect. :param infini_band_network_cidr: The infini_band_network_cidr of this CreateExadataInfrastructureDetails. :type: str NrT )rE r rG rG rH r � s c C s | j S )a^ Gets the corporate_proxy of this CreateExadataInfrastructureDetails. The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security. :return: The corporate_proxy of this CreateExadataInfrastructureDetails. :rtype: str �r; rK rG rG rH r � s z2CreateExadataInfrastructureDetails.corporate_proxyc C s || _ dS )al Sets the corporate_proxy of this CreateExadataInfrastructureDetails. The corporate network proxy for access to the control plane network. Oracle recommends using an HTTPS proxy when possible for enhanced security. :param corporate_proxy: The corporate_proxy of this CreateExadataInfrastructureDetails. :type: str NrU )rE r rG rG rH r � s c C s | j S )a Gets the contacts of this CreateExadataInfrastructureDetails. The list of contacts for the Exadata infrastructure. :return: The contacts of this CreateExadataInfrastructureDetails. :rtype: list[oci.database.models.ExadataInfrastructureContact] �r<