Class NodeInfo

    • Constructor Detail

      • NodeInfo

        public NodeInfo()
      • NodeInfo

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

      • getName

        public String getName()
        Get node名字
        Returns:
        Name node名字
      • setName

        public void setName​(String Name)
        Set node名字
        Parameters:
        Name - node名字
      • getZone

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

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

        public String getSubnetId()
        Get node子网ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SubnetId node子网ID 注意:此字段可能返回 null,表示取不到有效值。
      • setSubnetId

        public void setSubnetId​(String SubnetId)
        Set node子网ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SubnetId - node子网ID 注意:此字段可能返回 null,表示取不到有效值。
      • getAvailableIpCount

        public String getAvailableIpCount()
        Get 可用IP数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AvailableIpCount 可用IP数 注意:此字段可能返回 null,表示取不到有效值。
      • setAvailableIpCount

        public void setAvailableIpCount​(String AvailableIpCount)
        Set 可用IP数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AvailableIpCount - 可用IP数 注意:此字段可能返回 null,表示取不到有效值。
      • getCidr

        public String getCidr()
        Get cidr块 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Cidr cidr块 注意:此字段可能返回 null,表示取不到有效值。
      • setCidr

        public void setCidr​(String Cidr)
        Set cidr块 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Cidr - cidr块 注意:此字段可能返回 null,表示取不到有效值。