FileSystemConfigurationDetail¶
-
class
oci.database.models.
FileSystemConfigurationDetail
(**kwargs)¶ Bases:
object
Details of the file system configuration of the VM cluster.
Methods
__init__
(**kwargs)Initializes a new FileSystemConfigurationDetail object with values from keyword arguments. Attributes
file_system_size_gb
Gets the file_system_size_gb of this FileSystemConfigurationDetail. mount_point
Gets the mount_point of this FileSystemConfigurationDetail. -
__init__
(**kwargs)¶ Initializes a new FileSystemConfigurationDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - mount_point (str) – The value to assign to the mount_point property of this FileSystemConfigurationDetail.
- file_system_size_gb (int) – The value to assign to the file_system_size_gb property of this FileSystemConfigurationDetail.
-
file_system_size_gb
¶ Gets the file_system_size_gb of this FileSystemConfigurationDetail. The file system size to be allocated in GBs.
Returns: The file_system_size_gb of this FileSystemConfigurationDetail. Return type: int
-
mount_point
¶ Gets the mount_point of this FileSystemConfigurationDetail. The mount point of file system.
Returns: The mount_point of this FileSystemConfigurationDetail. Return type: str
-