Class AutoMountConfiguration
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cbs.v20170312.models.AutoMountConfiguration
-
public class AutoMountConfiguration extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AutoMountConfiguration()
AutoMountConfiguration(AutoMountConfiguration 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileSystemType()
Get 文件系统类型,支持的有 ext4、xfs。String[]
getInstanceId()
Get 要挂载到的实例ID。String[]
getMountPoint()
Get 子机内的挂载点。void
setFileSystemType(String FileSystemType)
Set 文件系统类型,支持的有 ext4、xfs。void
setInstanceId(String[] InstanceId)
Set 要挂载到的实例ID。void
setMountPoint(String[] MountPoint)
Set 子机内的挂载点。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AutoMountConfiguration
public AutoMountConfiguration()
-
AutoMountConfiguration
public AutoMountConfiguration(AutoMountConfiguration 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
-
getInstanceId
public String[] getInstanceId()
Get 要挂载到的实例ID。- Returns:
- InstanceId 要挂载到的实例ID。
-
setInstanceId
public void setInstanceId(String[] InstanceId)
Set 要挂载到的实例ID。- Parameters:
InstanceId
- 要挂载到的实例ID。
-
getMountPoint
public String[] getMountPoint()
Get 子机内的挂载点。- Returns:
- MountPoint 子机内的挂载点。
-
setMountPoint
public void setMountPoint(String[] MountPoint)
Set 子机内的挂载点。- Parameters:
MountPoint
- 子机内的挂载点。
-
getFileSystemType
public String getFileSystemType()
Get 文件系统类型,支持的有 ext4、xfs。- Returns:
- FileSystemType 文件系统类型,支持的有 ext4、xfs。
-
setFileSystemType
public void setFileSystemType(String FileSystemType)
Set 文件系统类型,支持的有 ext4、xfs。- Parameters:
FileSystemType
- 文件系统类型,支持的有 ext4、xfs。
-
-