Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.Instance
-
Packages that use Instance Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of Instance in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return Instance Modifier and Type Method Description Instance[]DescribeInstancesResponse. getInstanceSet()Get 实例详细信息列表。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type Instance Modifier and Type Method Description voidDescribeInstancesResponse. setInstanceSet(Instance[] InstanceSet)Set 实例详细信息列表。Constructors in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type Instance Constructor Description Instance(Instance 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.
-