UpdateBackupDestinationDetails

class oci.database.models.UpdateBackupDestinationDetails(**kwargs)

Bases: object

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.

Attributes

NFS_MOUNT_TYPE_AUTOMATED_MOUNT A constant which can be used with the nfs_mount_type property of a UpdateBackupDestinationDetails.
NFS_MOUNT_TYPE_SELF_MOUNT A constant which can be used with the nfs_mount_type property of a UpdateBackupDestinationDetails.
connection_string Gets the connection_string of this UpdateBackupDestinationDetails.
defined_tags Gets the defined_tags of this UpdateBackupDestinationDetails.
freeform_tags Gets the freeform_tags of this UpdateBackupDestinationDetails.
local_mount_point_path Gets the local_mount_point_path of this UpdateBackupDestinationDetails.
nfs_mount_type Gets the nfs_mount_type of this UpdateBackupDestinationDetails.
nfs_server Gets the nfs_server of this UpdateBackupDestinationDetails.
nfs_server_export Gets the nfs_server_export of this UpdateBackupDestinationDetails.
vpc_users Gets the vpc_users of this UpdateBackupDestinationDetails.

Methods

__init__(**kwargs) Initializes a new UpdateBackupDestinationDetails object with values from keyword arguments.
NFS_MOUNT_TYPE_AUTOMATED_MOUNT = 'AUTOMATED_MOUNT'

A constant which can be used with the nfs_mount_type property of a UpdateBackupDestinationDetails. This constant has a value of “AUTOMATED_MOUNT”

NFS_MOUNT_TYPE_SELF_MOUNT = 'SELF_MOUNT'

A constant which can be used with the nfs_mount_type property of a UpdateBackupDestinationDetails. This constant has a value of “SELF_MOUNT”

__init__(**kwargs)

Initializes a new UpdateBackupDestinationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • vpc_users (list[str]) – The value to assign to the vpc_users property of this UpdateBackupDestinationDetails.
  • connection_string (str) – The value to assign to the connection_string property of this UpdateBackupDestinationDetails.
  • local_mount_point_path (str) – The value to assign to the local_mount_point_path property of this UpdateBackupDestinationDetails.
  • nfs_mount_type (str) – The value to assign to the nfs_mount_type property of this UpdateBackupDestinationDetails. Allowed values for this property are: “SELF_MOUNT”, “AUTOMATED_MOUNT”
  • nfs_server (list[str]) – The value to assign to the nfs_server property of this UpdateBackupDestinationDetails.
  • nfs_server_export (str) – The value to assign to the nfs_server_export property of this UpdateBackupDestinationDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateBackupDestinationDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateBackupDestinationDetails.
connection_string

Gets the connection_string of this UpdateBackupDestinationDetails. For a RECOVERY_APPLIANCE backup destination, the connection string for connecting to the Recovery Appliance.

Returns:The connection_string of this UpdateBackupDestinationDetails.
Return type:str
defined_tags

Gets the defined_tags of this UpdateBackupDestinationDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Returns:The defined_tags of this UpdateBackupDestinationDetails.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this UpdateBackupDestinationDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateBackupDestinationDetails.
Return type:dict(str, str)
local_mount_point_path

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.

Returns:The local_mount_point_path of this UpdateBackupDestinationDetails.
Return type:str
nfs_mount_type

Gets the nfs_mount_type of this UpdateBackupDestinationDetails. NFS Mount type for backup destination.

Allowed values for this property are: “SELF_MOUNT”, “AUTOMATED_MOUNT”

Returns:The nfs_mount_type of this UpdateBackupDestinationDetails.
Return type:str
nfs_server

Gets the nfs_server of this UpdateBackupDestinationDetails. IP addresses for NFS Auto mount.

Returns:The nfs_server of this UpdateBackupDestinationDetails.
Return type:list[str]
nfs_server_export

Gets the nfs_server_export of this UpdateBackupDestinationDetails. Specifies the directory on which to mount the file system

Returns:The nfs_server_export of this UpdateBackupDestinationDetails.
Return type:str
vpc_users

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.

Returns:The vpc_users of this UpdateBackupDestinationDetails.
Return type:list[str]