Uses of Class
com.tencentcloudapi.tcb.v20180608.models.CloudRunServiceVolume
-
Packages that use CloudRunServiceVolume Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of CloudRunServiceVolume in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return CloudRunServiceVolume Modifier and Type Method Description CloudRunServiceVolume[]CreateCloudBaseRunServerVersionRequest. getServiceVolumes()Get 服务磁盘挂载Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type CloudRunServiceVolume Modifier and Type Method Description voidCreateCloudBaseRunServerVersionRequest. setServiceVolumes(CloudRunServiceVolume[] ServiceVolumes)Set 服务磁盘挂载Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type CloudRunServiceVolume Constructor Description 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.
-