Class EipConfigOut

    • Constructor Detail

      • EipConfigOut

        public EipConfigOut()
      • EipConfigOut

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

      • getEipStatus

        public String getEipStatus()
        Get 是否是固定IP,["ENABLE","DISABLE"]
        Returns:
        EipStatus 是否是固定IP,["ENABLE","DISABLE"]
      • setEipStatus

        public void setEipStatus​(String EipStatus)
        Set 是否是固定IP,["ENABLE","DISABLE"]
        Parameters:
        EipStatus - 是否是固定IP,["ENABLE","DISABLE"]
      • getEipAddress

        public String[] getEipAddress()
        Get IP列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EipAddress IP列表 注意:此字段可能返回 null,表示取不到有效值。
      • setEipAddress

        public void setEipAddress​(String[] EipAddress)
        Set IP列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EipAddress - IP列表 注意:此字段可能返回 null,表示取不到有效值。