Class CloudBaseRunVolumeMount

    • Constructor Detail

      • CloudBaseRunVolumeMount

        public CloudBaseRunVolumeMount()
      • CloudBaseRunVolumeMount

        public CloudBaseRunVolumeMount​(CloudBaseRunVolumeMount 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 - 挂载路径
      • getReadOnly

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

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

        public void setNfsVolumes​(CloudBaseRunNfsVolumeSource[] NfsVolumes)
        Set Nfs挂载信息
        Parameters:
        NfsVolumes - Nfs挂载信息