Uses of Class
com.tencentcloudapi.batch.v20170312.models.Instance
-
Packages that use Instance Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of Instance in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return Instance Modifier and Type Method Description Instance[]AttachInstancesRequest. getInstances()Get 加入计算环境实例列表Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type Instance Modifier and Type Method Description voidAttachInstancesRequest. setInstances(Instance[] Instances)Set 加入计算环境实例列表Constructors in com.tencentcloudapi.batch.v20170312.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.
-