Uses of Class
com.tencentcloudapi.tcb.v20180608.models.CloudBaseRunImageInfo
-
Packages that use CloudBaseRunImageInfo Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of CloudBaseRunImageInfo in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return CloudBaseRunImageInfo Modifier and Type Method Description CloudBaseRunImageInfoCloudRunServiceSimpleVersionSnapshot. getImageInfo()Get 镜像信息 注意:此字段可能返回 null,表示取不到有效值。CloudBaseRunImageInfoCreateCloudBaseRunServerVersionRequest. getImageInfo()Get Image的详情CloudBaseRunImageInfoRollUpdateCloudBaseRunServerVersionRequest. getImageInfo()Get Image的详情Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type CloudBaseRunImageInfo Modifier and Type Method Description voidCloudRunServiceSimpleVersionSnapshot. setImageInfo(CloudBaseRunImageInfo ImageInfo)Set 镜像信息 注意:此字段可能返回 null,表示取不到有效值。voidCreateCloudBaseRunServerVersionRequest. setImageInfo(CloudBaseRunImageInfo ImageInfo)Set Image的详情voidRollUpdateCloudBaseRunServerVersionRequest. setImageInfo(CloudBaseRunImageInfo ImageInfo)Set Image的详情Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type CloudBaseRunImageInfo Constructor Description CloudBaseRunImageInfo(CloudBaseRunImageInfo 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.
-