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