Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.NodeProperty
-
Packages that use NodeProperty Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of NodeProperty in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return NodeProperty Modifier and Type Method Description NodeProperty[]DescribeDBInstanceNodePropertyResponse. getMongos()Get Mongos节点属性。 注意:此字段可能返回 null,表示取不到有效值。NodeProperty[]ReplicateSetInfo. getNodes()Get 节点属性 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type NodeProperty Modifier and Type Method Description voidDescribeDBInstanceNodePropertyResponse. setMongos(NodeProperty[] Mongos)Set Mongos节点属性。 注意:此字段可能返回 null,表示取不到有效值。voidReplicateSetInfo. setNodes(NodeProperty[] Nodes)Set 节点属性 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type NodeProperty Constructor Description NodeProperty(NodeProperty 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.
-