类 VolumeMount
- java.lang.Object
-
- com.baidubce.services.bci.model.volume.VolumeMount
-
public class VolumeMount extends Object
The volume mount of container
-
-
构造器概要
构造器 构造器 说明 VolumeMount()The constructor of VolumeMountVolumeMount(String name, String type, String mountPath, Boolean readOnly)The constructor of VolumeMount
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetMountPath()StringgetName()BooleangetReadOnly()StringgetType()VolumeMountsetMountPath(String mountPath)VolumeMountsetName(String name)VolumeMountsetReadOnly(Boolean readOnly)VolumeMountsetType(String type)
-
-
-
方法详细资料
-
getName
public String getName()
-
setName
public VolumeMount setName(String name)
-
getType
public String getType()
-
setType
public VolumeMount setType(String type)
-
getMountPath
public String getMountPath()
-
setMountPath
public VolumeMount setMountPath(String mountPath)
-
getReadOnly
public Boolean getReadOnly()
-
setReadOnly
public VolumeMount setReadOnly(Boolean readOnly)
-
-