Uses of Class
com.tencentcloudapi.gse.v20191112.models.CcnInstanceSets
-
Packages that use CcnInstanceSets Package Description com.tencentcloudapi.gse.v20191112.models -
-
Uses of CcnInstanceSets in com.tencentcloudapi.gse.v20191112.models
Methods in com.tencentcloudapi.gse.v20191112.models that return CcnInstanceSets Modifier and Type Method Description CcnInstanceSets[]DescribeCcnInstancesResponse. getCcnInstanceSets()Get 云联网实例信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.gse.v20191112.models with parameters of type CcnInstanceSets Modifier and Type Method Description voidDescribeCcnInstancesResponse. setCcnInstanceSets(CcnInstanceSets[] CcnInstanceSets)Set 云联网实例信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.gse.v20191112.models with parameters of type CcnInstanceSets Constructor Description CcnInstanceSets(CcnInstanceSets 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.
-