Uses of Class
com.tencentcloudapi.lighthouse.v20200324.models.CcnAttachedInstance
-
Packages that use CcnAttachedInstance Package Description com.tencentcloudapi.lighthouse.v20200324.models -
-
Uses of CcnAttachedInstance in com.tencentcloudapi.lighthouse.v20200324.models
Methods in com.tencentcloudapi.lighthouse.v20200324.models that return CcnAttachedInstance Modifier and Type Method Description CcnAttachedInstance[]DescribeCcnAttachedInstancesResponse. getCcnAttachedInstanceSet()Get 云联网关联的实例列表。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.lighthouse.v20200324.models with parameters of type CcnAttachedInstance Modifier and Type Method Description voidDescribeCcnAttachedInstancesResponse. setCcnAttachedInstanceSet(CcnAttachedInstance[] CcnAttachedInstanceSet)Set 云联网关联的实例列表。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.lighthouse.v20200324.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.
-