Uses of Class
com.tencentcloudapi.postgres.v20170312.models.ParamVersionRelation
-
Packages that use ParamVersionRelation Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of ParamVersionRelation in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return ParamVersionRelation Modifier and Type Method Description ParamVersionRelation[]
ParamInfo. getVersionRelationSet()
Get 参数版本关联信息,存储具体内核版本下的具体参数信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type ParamVersionRelation Modifier and Type Method Description void
ParamInfo. setVersionRelationSet(ParamVersionRelation[] VersionRelationSet)
Set 参数版本关联信息,存储具体内核版本下的具体参数信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type ParamVersionRelation Constructor Description ParamVersionRelation(ParamVersionRelation 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.
-