Uses of Class
com.tencentcloudapi.tcb.v20180608.models.CloudBaseRunServiceVolumeMount
-
Packages that use CloudBaseRunServiceVolumeMount Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of CloudBaseRunServiceVolumeMount in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return CloudBaseRunServiceVolumeMount Modifier and Type Method Description CloudBaseRunServiceVolumeMount[]CreateCloudBaseRunServerVersionRequest. getServiceVolumeMounts()Get 数据卷挂载参数Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type CloudBaseRunServiceVolumeMount Modifier and Type Method Description voidCreateCloudBaseRunServerVersionRequest. setServiceVolumeMounts(CloudBaseRunServiceVolumeMount[] ServiceVolumeMounts)Set 数据卷挂载参数Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type CloudBaseRunServiceVolumeMount Constructor Description CloudBaseRunServiceVolumeMount(CloudBaseRunServiceVolumeMount 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.
-