Class EipOutConfig

    • Constructor Detail

      • EipOutConfig

        public EipOutConfig()
      • EipOutConfig

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

      • getEipFixed

        public String getEipFixed()
        Get 是否是固定IP,["TRUE","FALSE"]
        Returns:
        EipFixed 是否是固定IP,["TRUE","FALSE"]
      • setEipFixed

        public void setEipFixed​(String EipFixed)
        Set 是否是固定IP,["TRUE","FALSE"]
        Parameters:
        EipFixed - 是否是固定IP,["TRUE","FALSE"]
      • getEips

        public String[] getEips()
        Get IP列表
        Returns:
        Eips IP列表
      • setEips

        public void setEips​(String[] Eips)
        Set IP列表
        Parameters:
        Eips - IP列表