在 innodb 集群中获取 ipallowlist

get ipallowlist in innodb cluster

我是 innodb 集群的新手,在设置 innodb 集群时,有一个设置步骤 ipAllowlist

c.addInstance("cluster_admin@service_name_of_new_node:3306",{ipAllowlist: "node1_service_name,new_node_service_name,...all_existing_service_names_in_this_cluster", recoveryMethod:"clone"});

如何检索当前的 ipAllowlist?

您可以使用

 cluster = dba.getCluster()
 cluster.options()