public class Volume extends Object
| Constructor and Description |
|---|
Volume()
The constructor of Volume
|
Volume(List<NfsVolume> nfs,
List<EmptyDirVolume> emptyDir,
List<ConfigFileVolume> configFile)
The constructor of Volume
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfigFileVolume> |
getConfigFile() |
List<EmptyDirVolume> |
getEmptyDir() |
List<NfsVolume> |
getNfs() |
Volume |
setConfigFile(List<ConfigFileVolume> configFile) |
Volume |
setEmptyDir(List<EmptyDirVolume> emptyDir) |
Volume |
setNfs(List<NfsVolume> nfs) |
public Volume()
public Volume(List<NfsVolume> nfs, List<EmptyDirVolume> emptyDir, List<ConfigFileVolume> configFile)
nfs - The nfs of volumeemptyDir - The empty dir of volumeconfigFile - The config file of volumepublic List<EmptyDirVolume> getEmptyDir()
public Volume setEmptyDir(List<EmptyDirVolume> emptyDir)
public List<ConfigFileVolume> getConfigFile()
public Volume setConfigFile(List<ConfigFileVolume> configFile)
Copyright © 2023. All rights reserved.