DefinedFileSystemConfiguration interface   
Predefined configurations for the file system
Properties
| is | 
	Checks if the data can be backed up  | 
| is | 
	Checks if the mount path is resizable  | 
| min | 
	Minimum size of mount path in Gb  | 
| mount | 
	Mount path for the file system  | 
Property Details
		isBackupPartition
	  
	Checks if the data can be backed up
isBackupPartition?: boolean
				Property Value
boolean
		isResizable
	 
	Checks if the mount path is resizable
isResizable?: boolean
				Property Value
boolean
		minSizeGb
	  
	Minimum size of mount path in Gb
minSizeGb?: number
				Property Value
number
		mountPoint
	 
	Mount path for the file system
mountPoint?: string
				Property Value
string