MountTypeDetails

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

Bases: object

Mount type details for backup destination.

Attributes

MOUNT_TYPE_AUTOMATED_MOUNT A constant which can be used with the mount_type property of a MountTypeDetails.
MOUNT_TYPE_SELF_MOUNT A constant which can be used with the mount_type property of a MountTypeDetails.
mount_type [Required] Gets the mount_type of this MountTypeDetails.

Methods

__init__(**kwargs) Initializes a new MountTypeDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
MOUNT_TYPE_AUTOMATED_MOUNT = 'AUTOMATED_MOUNT'

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

MOUNT_TYPE_SELF_MOUNT = 'SELF_MOUNT'

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

__init__(**kwargs)

Initializes a new MountTypeDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:mount_type (str) – The value to assign to the mount_type property of this MountTypeDetails. Allowed values for this property are: “SELF_MOUNT”, “AUTOMATED_MOUNT”
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

mount_type

[Required] Gets the mount_type of this MountTypeDetails. Mount type for backup destination.

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

Returns:The mount_type of this MountTypeDetails.
Return type:str