Class ContainerMount

    • Constructor Detail

      • ContainerMount

        public ContainerMount()
      • ContainerMount

        public ContainerMount​(ContainerMount 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

      • getType

        public String getType()
        Get 挂载类型 bind
        Returns:
        Type 挂载类型 bind
      • setType

        public void setType​(String Type)
        Set 挂载类型 bind
        Parameters:
        Type - 挂载类型 bind
      • getSource

        public String getSource()
        Get 宿主机路径
        Returns:
        Source 宿主机路径
      • setSource

        public void setSource​(String Source)
        Set 宿主机路径
        Parameters:
        Source - 宿主机路径
      • getDestination

        public String getDestination()
        Get 容器内路径
        Returns:
        Destination 容器内路径
      • setDestination

        public void setDestination​(String Destination)
        Set 容器内路径
        Parameters:
        Destination - 容器内路径
      • getMode

        public String getMode()
        Get 模式
        Returns:
        Mode 模式
      • setMode

        public void setMode​(String Mode)
        Set 模式
        Parameters:
        Mode - 模式
      • getRW

        public Boolean getRW()
        Get 读写权限
        Returns:
        RW 读写权限
      • setRW

        public void setRW​(Boolean RW)
        Set 读写权限
        Parameters:
        RW - 读写权限
      • getPropagation

        public String getPropagation()
        Get 传播类型
        Returns:
        Propagation 传播类型
      • setPropagation

        public void setPropagation​(String Propagation)
        Set 传播类型
        Parameters:
        Propagation - 传播类型
      • getName

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

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

        public String getDriver()
        Get 驱动
        Returns:
        Driver 驱动
      • setDriver

        public void setDriver​(String Driver)
        Set 驱动
        Parameters:
        Driver - 驱动