Class ClustersZone

    • Constructor Detail

      • ClustersZone

        public ClustersZone()
      • ClustersZone

        public ClustersZone​(ClustersZone 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.
    • Method Detail

      • getMasterZone

        public String[] getMasterZone()
        Get 集群所在的主可用区。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MasterZone 集群所在的主可用区。 注意:此字段可能返回 null,表示取不到有效值。
      • setMasterZone

        public void setMasterZone​(String[] MasterZone)
        Set 集群所在的主可用区。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MasterZone - 集群所在的主可用区。 注意:此字段可能返回 null,表示取不到有效值。
      • getSlaveZone

        public String[] getSlaveZone()
        Get 集群所在的备可用区。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SlaveZone 集群所在的备可用区。 注意:此字段可能返回 null,表示取不到有效值。
      • setSlaveZone

        public void setSlaveZone​(String[] SlaveZone)
        Set 集群所在的备可用区。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SlaveZone - 集群所在的备可用区。 注意:此字段可能返回 null,表示取不到有效值。