Class VolumeMount

    • Constructor Detail

      • VolumeMount

        public VolumeMount()
      • VolumeMount

        public VolumeMount​(VolumeMount 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 名称
        Returns:
        Name 名称
      • setName

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

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

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

        public String getSubPath()
        Get 子路径 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SubPath 子路径 注意:此字段可能返回 null,表示取不到有效值。
      • setSubPath

        public void setSubPath​(String SubPath)
        Set 子路径 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SubPath - 子路径 注意:此字段可能返回 null,表示取不到有效值。
      • getReadOnly

        public Boolean getReadOnly()
        Get 是否只读 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ReadOnly 是否只读 注意:此字段可能返回 null,表示取不到有效值。
      • setReadOnly

        public void setReadOnly​(Boolean ReadOnly)
        Set 是否只读 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ReadOnly - 是否只读 注意:此字段可能返回 null,表示取不到有效值。