public class CloudRunServiceVolume extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CloudRunServiceVolume() | 
| CloudRunServiceVolume(CloudRunServiceVolume 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| CloudBaseRunEmptyDirVolumeSource | getEmptyDir()Get emptydir数据卷详细信息 | 
| Boolean | getEnableEmptyDirVolume()Get 是否开启临时目录逐步废弃,请使用 EmptyDir | 
| CloudBaseRunServiceVolumeHostPath | getHostPath()Get 主机路径挂载信息 | 
| String | getName()Get 名称 | 
| CloudBaseRunNfsVolumeSource | getNFS()Get NFS的挂载方式 | 
| String | getSecretName()Get secret名称 | 
| void | setEmptyDir(CloudBaseRunEmptyDirVolumeSource EmptyDir)Set emptydir数据卷详细信息 | 
| void | setEnableEmptyDirVolume(Boolean EnableEmptyDirVolume)Set 是否开启临时目录逐步废弃,请使用 EmptyDir | 
| void | setHostPath(CloudBaseRunServiceVolumeHostPath HostPath)Set 主机路径挂载信息 | 
| void | setName(String Name)Set 名称 | 
| void | setNFS(CloudBaseRunNfsVolumeSource NFS)Set NFS的挂载方式 | 
| void | setSecretName(String SecretName)Set secret名称 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CloudRunServiceVolume()
public CloudRunServiceVolume(CloudRunServiceVolume source)
public String getName()
public void setName(String Name)
Name - 名称public CloudBaseRunNfsVolumeSource getNFS()
public void setNFS(CloudBaseRunNfsVolumeSource NFS)
NFS - NFS的挂载方式public String getSecretName()
public void setSecretName(String SecretName)
SecretName - secret名称public Boolean getEnableEmptyDirVolume()
public void setEnableEmptyDirVolume(Boolean EnableEmptyDirVolume)
EnableEmptyDirVolume - 是否开启临时目录逐步废弃,请使用 EmptyDirpublic CloudBaseRunEmptyDirVolumeSource getEmptyDir()
public void setEmptyDir(CloudBaseRunEmptyDirVolumeSource EmptyDir)
EmptyDir - emptydir数据卷详细信息public CloudBaseRunServiceVolumeHostPath getHostPath()
public void setHostPath(CloudBaseRunServiceVolumeHostPath HostPath)
HostPath - 主机路径挂载信息Copyright © 2025. All rights reserved.