public class CloudBaseRunNfsVolumeSource extends AbstractModel
header, skipSign
Constructor and Description |
---|
CloudBaseRunNfsVolumeSource() |
CloudBaseRunNfsVolumeSource(CloudBaseRunNfsVolumeSource 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 |
---|---|
Boolean |
getEnableEmptyDirVolume()
Get 临时目录
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPath()
Get Server路径
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getReadOnly()
Get 是否只读
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSecretName()
Get secret名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServer()
Get NFS挂载Server
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnableEmptyDirVolume(Boolean EnableEmptyDirVolume)
Set 临时目录
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPath(String Path)
Set Server路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setReadOnly(Boolean ReadOnly)
Set 是否只读
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSecretName(String SecretName)
Set secret名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServer(String Server)
Set NFS挂载Server
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public CloudBaseRunNfsVolumeSource()
public CloudBaseRunNfsVolumeSource(CloudBaseRunNfsVolumeSource source)
public String getServer()
public void setServer(String Server)
Server
- NFS挂载Server
注意:此字段可能返回 null,表示取不到有效值。public String getPath()
public void setPath(String Path)
Path
- Server路径
注意:此字段可能返回 null,表示取不到有效值。public Boolean getReadOnly()
public void setReadOnly(Boolean ReadOnly)
ReadOnly
- 是否只读
注意:此字段可能返回 null,表示取不到有效值。public String getSecretName()
public void setSecretName(String SecretName)
SecretName
- secret名称
注意:此字段可能返回 null,表示取不到有效值。public Boolean getEnableEmptyDirVolume()
public void setEnableEmptyDirVolume(Boolean EnableEmptyDirVolume)
EnableEmptyDirVolume
- 临时目录
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.