Uses of Class
com.oracle.bmc.database.model.FileSystemConfigurationDetail
-
Packages that use FileSystemConfigurationDetail Package Description com.oracle.bmc.database.model -
-
Uses of FileSystemConfigurationDetail in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return FileSystemConfigurationDetail Modifier and Type Method Description FileSystemConfigurationDetail
FileSystemConfigurationDetail.Builder. build()
Methods in com.oracle.bmc.database.model that return types with arguments of type FileSystemConfigurationDetail Modifier and Type Method Description List<FileSystemConfigurationDetail>
CloudVmCluster. getFileSystemConfigurationDetails()
Details of the file system configuration of the VM cluster.List<FileSystemConfigurationDetail>
CloudVmClusterSummary. getFileSystemConfigurationDetails()
Details of the file system configuration of the VM cluster.List<FileSystemConfigurationDetail>
CreateCloudVmClusterDetails. getFileSystemConfigurationDetails()
Details of the file system configuration of the VM cluster.List<FileSystemConfigurationDetail>
CreateVmClusterDetails. getFileSystemConfigurationDetails()
Details of the file system configuration of the VM cluster.List<FileSystemConfigurationDetail>
UpdateCloudVmClusterDetails. getFileSystemConfigurationDetails()
Details of the file system configuration of the VM cluster.List<FileSystemConfigurationDetail>
UpdateVmClusterDetails. getFileSystemConfigurationDetails()
Details of the file system configuration of the VM cluster.List<FileSystemConfigurationDetail>
VmCluster. getFileSystemConfigurationDetails()
Details of the file system configuration of the VM cluster.List<FileSystemConfigurationDetail>
VmClusterSummary. getFileSystemConfigurationDetails()
Details of the file system configuration of the VM cluster.Methods in com.oracle.bmc.database.model with parameters of type FileSystemConfigurationDetail Modifier and Type Method Description FileSystemConfigurationDetail.Builder
FileSystemConfigurationDetail.Builder. copy(FileSystemConfigurationDetail model)
Method parameters in com.oracle.bmc.database.model with type arguments of type FileSystemConfigurationDetail Modifier and Type Method Description CloudVmCluster.Builder
CloudVmCluster.Builder. fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.CloudVmClusterSummary.Builder
CloudVmClusterSummary.Builder. fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.CreateCloudVmClusterDetails.Builder
CreateCloudVmClusterDetails.Builder. fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.CreateVmClusterDetails.Builder
CreateVmClusterDetails.Builder. fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.UpdateCloudVmClusterDetails.Builder
UpdateCloudVmClusterDetails.Builder. fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.UpdateVmClusterDetails.Builder
UpdateVmClusterDetails.Builder. fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.VmCluster.Builder
VmCluster.Builder. fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.VmClusterSummary.Builder
VmClusterSummary.Builder. fileSystemConfigurationDetails(List<FileSystemConfigurationDetail> fileSystemConfigurationDetails)
Details of the file system configuration of the VM cluster.
-