Package com.oracle.bmc.database.model
Class DefinedFileSystemConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.DefinedFileSystemConfiguration.Builder
-
- Enclosing class:
- DefinedFileSystemConfiguration
public static class DefinedFileSystemConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefinedFileSystemConfiguration
build()
DefinedFileSystemConfiguration.Builder
copy(DefinedFileSystemConfiguration model)
DefinedFileSystemConfiguration.Builder
isBackupPartition(Boolean isBackupPartition)
If true, the file system is used to create a backup prior to Exadata VM OS update.DefinedFileSystemConfiguration.Builder
isResizable(Boolean isResizable)
If true, the file system resize is allowed for the Exadata Infrastructure cluster.DefinedFileSystemConfiguration.Builder
minSizeGb(Integer minSizeGb)
The minimum size of file system.DefinedFileSystemConfiguration.Builder
mountPoint(String mountPoint)
The mount point of file system.
-
-
-
Method Detail
-
mountPoint
public DefinedFileSystemConfiguration.Builder mountPoint(String mountPoint)
The mount point of file system.- Parameters:
mountPoint
- the value to set- Returns:
- this builder
-
minSizeGb
public DefinedFileSystemConfiguration.Builder minSizeGb(Integer minSizeGb)
The minimum size of file system.- Parameters:
minSizeGb
- the value to set- Returns:
- this builder
-
isResizable
public DefinedFileSystemConfiguration.Builder isResizable(Boolean isResizable)
If true, the file system resize is allowed for the Exadata Infrastructure cluster.If false, the file system resize is not allowed.
- Parameters:
isResizable
- the value to set- Returns:
- this builder
-
isBackupPartition
public DefinedFileSystemConfiguration.Builder isBackupPartition(Boolean isBackupPartition)
If true, the file system is used to create a backup prior to Exadata VM OS update.- Parameters:
isBackupPartition
- the value to set- Returns:
- this builder
-
build
public DefinedFileSystemConfiguration build()
-
copy
public DefinedFileSystemConfiguration.Builder copy(DefinedFileSystemConfiguration model)
-
-