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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�UpdateBackupDestinationDetailsa For a RECOVERY_APPLIANCE backup destination, used to update the connection string and/or the list of VPC users. For an NFS backup destination, there are 2 mount types - Self mount used for non-autonomous ExaCC and automated mount used for autonomous on ExaCC. � SELF_MOUNT�AUTOMATED_MOUNTc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new UpdateBackupDestinationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param vpc_users: The value to assign to the vpc_users property of this UpdateBackupDestinationDetails. :type vpc_users: list[str] :param connection_string: The value to assign to the connection_string property of this UpdateBackupDestinationDetails. :type connection_string: str :param local_mount_point_path: The value to assign to the local_mount_point_path property of this UpdateBackupDestinationDetails. :type local_mount_point_path: str :param nfs_mount_type: The value to assign to the nfs_mount_type property of this UpdateBackupDestinationDetails. Allowed values for this property are: "SELF_MOUNT", "AUTOMATED_MOUNT" :type nfs_mount_type: str :param nfs_server: The value to assign to the nfs_server property of this UpdateBackupDestinationDetails. :type nfs_server: list[str] :param nfs_server_export: The value to assign to the nfs_server_export property of this UpdateBackupDestinationDetails. :type nfs_server_export: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateBackupDestinationDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateBackupDestinationDetails. :type defined_tags: dict(str, dict(str, object)) z list[str]�strzdict(str, str)zdict(str, dict(str, object)))� vpc_users�connection_string�local_mount_point_path�nfs_mount_type� nfs_server�nfs_server_export� freeform_tags�defined_tagsZvpcUsersZconnectionStringZlocalMountPointPathZnfsMountTypeZ nfsServerZnfsServerExportZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _vpc_users�_connection_string�_local_mount_point_path�_nfs_mount_type�_nfs_server�_nfs_server_export�_freeform_tags� _defined_tags)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/database/models/update_backup_destination_details.py�__init__ s4 (��z'UpdateBackupDestinationDetails.__init__c C s | j S )a< Gets the vpc_users of this UpdateBackupDestinationDetails. For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) users that are used to access the Recovery Appliance. :return: The vpc_users of this UpdateBackupDestinationDetails. :rtype: list[str] �r �r r r r r a s z(UpdateBackupDestinationDetails.vpc_usersc C s || _ dS )aD Sets the vpc_users of this UpdateBackupDestinationDetails. For a RECOVERY_APPLIANCE backup destination, the Virtual Private Catalog (VPC) users that are used to access the Recovery Appliance. :param vpc_users: The vpc_users of this UpdateBackupDestinationDetails. :type: list[str] Nr )r r r r r r m s c C s | j S )a. Gets the connection_string of this UpdateBackupDestinationDetails. For a RECOVERY_APPLIANCE backup destination, the connection string for connecting to the Recovery Appliance. :return: The connection_string of this UpdateBackupDestinationDetails. :rtype: str �r r r r r r y s z0UpdateBackupDestinationDetails.connection_stringc C s || _ dS )a> Sets the connection_string of this UpdateBackupDestinationDetails. For a RECOVERY_APPLIANCE backup destination, the connection string for connecting to the Recovery Appliance. :param connection_string: The connection_string of this UpdateBackupDestinationDetails. :type: str Nr! )r r r r r r � s c C s | j S )a� Gets the local_mount_point_path of this UpdateBackupDestinationDetails. The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes. :return: The local_mount_point_path of this UpdateBackupDestinationDetails. :rtype: str �r r r r r r � s z5UpdateBackupDestinationDetails.local_mount_point_pathc C s || _ dS )a� Sets the local_mount_point_path of this UpdateBackupDestinationDetails. The local directory path on each VM cluster node where the NFS server location is mounted. The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes. :param local_mount_point_path: The local_mount_point_path of this UpdateBackupDestinationDetails. :type: str Nr"