public static class DefinedFileSystemConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public DefinedFileSystemConfiguration.Builder mountPoint(String mountPoint)
The mount point of file system.
mountPoint
- the value to setpublic DefinedFileSystemConfiguration.Builder minSizeGb(Integer minSizeGb)
The minimum size of file system.
minSizeGb
- the value to setpublic 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.
isResizable
- the value to setpublic DefinedFileSystemConfiguration.Builder isBackupPartition(Boolean isBackupPartition)
If true, the file system is used to create a backup prior to Exadata VM OS update.
isBackupPartition
- the value to setpublic DefinedFileSystemConfiguration build()
public DefinedFileSystemConfiguration.Builder copy(DefinedFileSystemConfiguration model)
Copyright © 2016–2024. All rights reserved.