Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.BlueprintInstance
-
Packages that use BlueprintInstance Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of BlueprintInstance in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return BlueprintInstance Modifier and Type Method Description BlueprintInstance[]DescribeBlueprintInstancesResponse. getBlueprintInstanceSet()Get 镜像实例列表信息。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type BlueprintInstance Modifier and Type Method Description voidDescribeBlueprintInstancesResponse. setBlueprintInstanceSet(BlueprintInstance[] BlueprintInstanceSet)Set 镜像实例列表信息。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type BlueprintInstance Constructor Description BlueprintInstance(BlueprintInstance 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.
-