Uses of Class
com.tencentcloudapi.cfw.v20190904.models.AssociatedInstanceInfo
-
Packages that use AssociatedInstanceInfo Package Description com.tencentcloudapi.cfw.v20190904.models -
-
Uses of AssociatedInstanceInfo in com.tencentcloudapi.cfw.v20190904.models
Methods in com.tencentcloudapi.cfw.v20190904.models that return AssociatedInstanceInfo Modifier and Type Method Description AssociatedInstanceInfo[]DescribeAssociatedInstanceListResponse. getData()Get 实例列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cfw.v20190904.models with parameters of type AssociatedInstanceInfo Modifier and Type Method Description voidDescribeAssociatedInstanceListResponse. setData(AssociatedInstanceInfo[] Data)Set 实例列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type AssociatedInstanceInfo Constructor Description AssociatedInstanceInfo(AssociatedInstanceInfo 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.
-