Uses of Class
com.tencentcloudapi.cwp.v20180228.models.Machine
-
Packages that use Machine Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of Machine in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return Machine Modifier and Type Method Description Machine[]
DescribeMachineListResponse. getMachines()
Get 主机列表Machine[]
DescribeMachinesResponse. getMachines()
Get 主机列表Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type Machine Modifier and Type Method Description void
DescribeMachineListResponse. setMachines(Machine[] Machines)
Set 主机列表void
DescribeMachinesResponse. setMachines(Machine[] Machines)
Set 主机列表Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type Machine Constructor Description Machine(Machine 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.
-