类 Volume
- java.lang.Object
-
- com.baidubce.services.bci.model.volume.Volume
-
public class Volume extends Object
The volume of container
-
-
构造器概要
构造器 构造器 说明 Volume()The constructor of VolumeVolume(List<NfsVolume> nfs, List<EmptyDirVolume> emptyDir, List<ConfigFileVolume> configFile)The constructor of Volume
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 List<ConfigFileVolume>getConfigFile()List<EmptyDirVolume>getEmptyDir()List<NfsVolume>getNfs()VolumesetConfigFile(List<ConfigFileVolume> configFile)VolumesetEmptyDir(List<EmptyDirVolume> emptyDir)VolumesetNfs(List<NfsVolume> nfs)
-
-
-
构造器详细资料
-
Volume
public Volume()
The constructor of Volume
-
Volume
public Volume(List<NfsVolume> nfs, List<EmptyDirVolume> emptyDir, List<ConfigFileVolume> configFile)
The constructor of Volume- 参数:
nfs- The nfs of volumeemptyDir- The empty dir of volumeconfigFile- The config file of volume
-
-
方法详细资料
-
getEmptyDir
public List<EmptyDirVolume> getEmptyDir()
-
setEmptyDir
public Volume setEmptyDir(List<EmptyDirVolume> emptyDir)
-
getConfigFile
public List<ConfigFileVolume> getConfigFile()
-
setConfigFile
public Volume setConfigFile(List<ConfigFileVolume> configFile)
-
-