Class TopologyInfo

    • Constructor Detail

      • TopologyInfo

        public TopologyInfo()
      • TopologyInfo

        public TopologyInfo​(TopologyInfo 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

      • getZoneId

        public Long getZoneId()
        Get 可用区ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ZoneId 可用区ID 注意:此字段可能返回 null,表示取不到有效值。
      • setZoneId

        public void setZoneId​(Long ZoneId)
        Set 可用区ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ZoneId - 可用区ID 注意:此字段可能返回 null,表示取不到有效值。
      • getZone

        public String getZone()
        Get 可用区信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Zone 可用区信息 注意:此字段可能返回 null,表示取不到有效值。
      • setZone

        public void setZone​(String Zone)
        Set 可用区信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Zone - 可用区信息 注意:此字段可能返回 null,表示取不到有效值。
      • getSubnetInfoList

        public SubnetInfo[] getSubnetInfoList()
        Get 子网信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SubnetInfoList 子网信息 注意:此字段可能返回 null,表示取不到有效值。
      • setSubnetInfoList

        public void setSubnetInfoList​(SubnetInfo[] SubnetInfoList)
        Set 子网信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SubnetInfoList - 子网信息 注意:此字段可能返回 null,表示取不到有效值。
      • getNodeInfoList

        public ShortNodeInfo[] getNodeInfoList()
        Get 节点信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NodeInfoList 节点信息 注意:此字段可能返回 null,表示取不到有效值。
      • setNodeInfoList

        public void setNodeInfoList​(ShortNodeInfo[] NodeInfoList)
        Set 节点信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NodeInfoList - 节点信息 注意:此字段可能返回 null,表示取不到有效值。