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� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�VmClusterNetworkDetailszf Details for an Exadata VM cluster network. Applies to Exadata Cloud@Customer instances only. c K sn dddddddddd� | _ d d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new VmClusterNetworkDetails 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 VmClusterNetworkDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this VmClusterNetworkDetails. :type display_name: str :param scans: The value to assign to the scans property of this VmClusterNetworkDetails. :type scans: list[oci.database.models.ScanDetails] :param dns: The value to assign to the dns property of this VmClusterNetworkDetails. :type dns: list[str] :param ntp: The value to assign to the ntp property of this VmClusterNetworkDetails. :type ntp: list[str] :param vm_networks: The value to assign to the vm_networks property of this VmClusterNetworkDetails. :type vm_networks: list[oci.database.models.VmNetworkDetails] :param dr_scans: The value to assign to the dr_scans property of this VmClusterNetworkDetails. :type dr_scans: list[oci.database.models.DrScanDetails] :param freeform_tags: The value to assign to the freeform_tags property of this VmClusterNetworkDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this VmClusterNetworkDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[ScanDetails]z list[str]zlist[VmNetworkDetails]zlist[DrScanDetails]zdict(str, str)zdict(str, dict(str, object))) �compartment_id�display_name�scans�dns�ntp�vm_networks�dr_scans� freeform_tags�defined_tagsZ compartmentIdZdisplayNamer r r Z vmNetworksZdrScansZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_compartment_id� _display_name�_scans�_dns�_ntp�_vm_networks� _dr_scans�_freeform_tags� _defined_tags)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/database/models/vm_cluster_network_details.py�__init__ s: +� �z VmClusterNetworkDetails.__init__c C s | j S )a0 **[Required]** Gets the compartment_id of this VmClusterNetworkDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this VmClusterNetworkDetails. :rtype: str �r �r r r r r ^ s z&VmClusterNetworkDetails.compartment_idc C s || _ dS )a. Sets the compartment_id of this VmClusterNetworkDetails. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this VmClusterNetworkDetails. :type: str Nr )r r r r r r l s c C s | j S )a' **[Required]** Gets the display_name of this VmClusterNetworkDetails. The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique. :return: The display_name of this VmClusterNetworkDetails. :rtype: str �r r r r r r z s z$VmClusterNetworkDetails.display_namec C s || _ dS )a# Sets the display_name of this VmClusterNetworkDetails. The user-friendly name for the Exadata Cloud@Customer VM cluster network. The name does not need to be unique. :param display_name: The display_name of this VmClusterNetworkDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the scans of this VmClusterNetworkDetails. The SCAN details. :return: The scans of this VmClusterNetworkDetails. :rtype: list[oci.database.models.ScanDetails] �r r r r r r � s zVmClusterNetworkDetails.scansc C s || _ dS )z� Sets the scans of this VmClusterNetworkDetails. The SCAN details. :param scans: The scans of this VmClusterNetworkDetails. :type: list[oci.database.models.ScanDetails] Nr"