public static class HostFilesystemConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HostFilesystemConfiguration |
build() |
HostFilesystemConfiguration.Builder |
copy(HostFilesystemConfiguration model) |
HostFilesystemConfiguration.Builder |
fileSystemName(String fileSystemName)
Name of filesystem
|
HostFilesystemConfiguration.Builder |
fileSystemSizeInGB(Double fileSystemSizeInGB)
Size of filesystem
|
HostFilesystemConfiguration.Builder |
mountPoint(String mountPoint)
Mount points are specialized NTFS filesystem objects
|
HostFilesystemConfiguration.Builder |
timeCollected(Date timeCollected) |
public HostFilesystemConfiguration.Builder timeCollected(Date timeCollected)
public HostFilesystemConfiguration.Builder fileSystemName(String fileSystemName)
Name of filesystem
fileSystemName
- the value to setpublic HostFilesystemConfiguration.Builder mountPoint(String mountPoint)
Mount points are specialized NTFS filesystem objects
mountPoint
- the value to setpublic HostFilesystemConfiguration.Builder fileSystemSizeInGB(Double fileSystemSizeInGB)
Size of filesystem
fileSystemSizeInGB
- the value to setpublic HostFilesystemConfiguration build()
public HostFilesystemConfiguration.Builder copy(HostFilesystemConfiguration model)
Copyright © 2016–2024. All rights reserved.