Class SetNatFwEipRequest

    • Constructor Detail

      • SetNatFwEipRequest

        public SetNatFwEipRequest()
      • SetNatFwEipRequest

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

      • getOperationType

        public String getOperationType()
        Get bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ip
        Returns:
        OperationType bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ip
      • setOperationType

        public void setOperationType​(String OperationType)
        Set bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ip
        Parameters:
        OperationType - bind:绑定eip;unbind:解绑eip;newAdd:新增防火墙弹性公网ip
      • getCfwInstance

        public String getCfwInstance()
        Get 防火墙实例id
        Returns:
        CfwInstance 防火墙实例id
      • setCfwInstance

        public void setCfwInstance​(String CfwInstance)
        Set 防火墙实例id
        Parameters:
        CfwInstance - 防火墙实例id
      • getEipList

        public String[] getEipList()
        Get 当OperationType 为bind或unbind操作时,使用该字段。
        Returns:
        EipList 当OperationType 为bind或unbind操作时,使用该字段。
      • setEipList

        public void setEipList​(String[] EipList)
        Set 当OperationType 为bind或unbind操作时,使用该字段。
        Parameters:
        EipList - 当OperationType 为bind或unbind操作时,使用该字段。