Uses of Class
com.tencentcloudapi.vpc.v20170312.models.CvmInstance
-
Packages that use CvmInstance Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of CvmInstance in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return CvmInstance Modifier and Type Method Description CvmInstance[]DescribeVpcInstancesResponse. getInstanceSet()Get 云主机实例列表。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type CvmInstance Modifier and Type Method Description voidDescribeVpcInstancesResponse. setInstanceSet(CvmInstance[] InstanceSet)Set 云主机实例列表。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type CvmInstance Constructor Description CvmInstance(CvmInstance 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.
-