Class CloudBaseRunServiceVolumeMount


  • public class CloudBaseRunServiceVolumeMount
    extends AbstractModel
    • Constructor Detail

      • CloudBaseRunServiceVolumeMount

        public CloudBaseRunServiceVolumeMount()
      • CloudBaseRunServiceVolumeMount

        public CloudBaseRunServiceVolumeMount​(CloudBaseRunServiceVolumeMount source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getName

        public String getName()
        Get Volume 名称
        Returns:
        Name Volume 名称
      • setName

        public void setName​(String Name)
        Set Volume 名称
        Parameters:
        Name - Volume 名称
      • getMountPath

        public String getMountPath()
        Get 挂载路径
        Returns:
        MountPath 挂载路径
      • setMountPath

        public void setMountPath​(String MountPath)
        Set 挂载路径
        Parameters:
        MountPath - 挂载路径
      • getReadOnly

        public Boolean getReadOnly()
        Get 是否只读
        Returns:
        ReadOnly 是否只读
      • setReadOnly

        public void setReadOnly​(Boolean ReadOnly)
        Set 是否只读
        Parameters:
        ReadOnly - 是否只读
      • getSubPath

        public String getSubPath()
        Get 子路径
        Returns:
        SubPath 子路径
      • setSubPath

        public void setSubPath​(String SubPath)
        Set 子路径
        Parameters:
        SubPath - 子路径
      • getMountPropagation

        public String getMountPropagation()
        Get 传播挂载方式
        Returns:
        MountPropagation 传播挂载方式
      • setMountPropagation

        public void setMountPropagation​(String MountPropagation)
        Set 传播挂载方式
        Parameters:
        MountPropagation - 传播挂载方式