SelfMountDetails¶
-
class
oci.database.models.
SelfMountDetails
(**kwargs)¶ Bases:
oci.database.models.mount_type_details.MountTypeDetails
Used for creating NFS Self mount backup destinations for non-autonomous ExaCC.
Attributes
MOUNT_TYPE_AUTOMATED_MOUNT
str(object=’’) -> str MOUNT_TYPE_SELF_MOUNT
str(object=’’) -> str local_mount_point_path
[Required] Gets the local_mount_point_path of this SelfMountDetails. mount_type
[Required] Gets the mount_type of this MountTypeDetails. Methods
__init__
(**kwargs)Initializes a new SelfMountDetails 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'¶
-
MOUNT_TYPE_SELF_MOUNT
= 'SELF_MOUNT'¶
-
__init__
(**kwargs)¶ Initializes a new SelfMountDetails object with values from keyword arguments. The default value of the
mount_type
attribute of this class isSELF_MOUNT
and it should not be changed. 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 SelfMountDetails. Allowed values for this property are: “SELF_MOUNT”, “AUTOMATED_MOUNT”
- local_mount_point_path (str) – The value to assign to the local_mount_point_path property of this SelfMountDetails.
-
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.
-
local_mount_point_path
¶ [Required] Gets the local_mount_point_path of this SelfMountDetails. 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 SelfMountDetails. Return type: str
-
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
-