Uses of Class
com.tencentcloudapi.cis.v20180408.models.DeleteContainerInstanceRequest
-
Packages that use DeleteContainerInstanceRequest Package Description com.tencentcloudapi.cis.v20180408 com.tencentcloudapi.cis.v20180408.models -
-
Uses of DeleteContainerInstanceRequest in com.tencentcloudapi.cis.v20180408
Methods in com.tencentcloudapi.cis.v20180408 with parameters of type DeleteContainerInstanceRequest Modifier and Type Method Description DeleteContainerInstanceResponseCisClient. DeleteContainerInstance(DeleteContainerInstanceRequest req)此接口(DeleteContainerInstance)用于删除容器实例 -
Uses of DeleteContainerInstanceRequest in com.tencentcloudapi.cis.v20180408.models
Constructors in com.tencentcloudapi.cis.v20180408.models with parameters of type DeleteContainerInstanceRequest Constructor Description DeleteContainerInstanceRequest(DeleteContainerInstanceRequest 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.
-