Uses of Class
com.tencentcloudapi.cbs.v20170312.models.AutoMountConfiguration
-
Packages that use AutoMountConfiguration Package Description com.tencentcloudapi.cbs.v20170312.models -
-
Uses of AutoMountConfiguration in com.tencentcloudapi.cbs.v20170312.models
Methods in com.tencentcloudapi.cbs.v20170312.models that return AutoMountConfiguration Modifier and Type Method Description AutoMountConfiguration
CreateDisksRequest. getAutoMountConfiguration()
Get 创建云盘时指定自动挂载并初始化该数据盘。Methods in com.tencentcloudapi.cbs.v20170312.models with parameters of type AutoMountConfiguration Modifier and Type Method Description void
CreateDisksRequest. setAutoMountConfiguration(AutoMountConfiguration AutoMountConfiguration)
Set 创建云盘时指定自动挂载并初始化该数据盘。Constructors in com.tencentcloudapi.cbs.v20170312.models with parameters of type AutoMountConfiguration Constructor Description 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.
-