Class DescribeCfwEipsRequest

    • Constructor Detail

      • DescribeCfwEipsRequest

        public DescribeCfwEipsRequest()
      • DescribeCfwEipsRequest

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

      • getMode

        public Long getMode()
        Get 1:cfw接入模式,目前仅支持接入模式实例
        Returns:
        Mode 1:cfw接入模式,目前仅支持接入模式实例
      • setMode

        public void setMode​(Long Mode)
        Set 1:cfw接入模式,目前仅支持接入模式实例
        Parameters:
        Mode - 1:cfw接入模式,目前仅支持接入模式实例
      • getNatGatewayId

        public String getNatGatewayId()
        Get ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
        Returns:
        NatGatewayId ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
      • setNatGatewayId

        public void setNatGatewayId​(String NatGatewayId)
        Set ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
        Parameters:
        NatGatewayId - ALL:查询所有弹性公网ip; nat-xxxxx:接入模式场景指定网关的弹性公网ip
      • getCfwInstance

        public String getCfwInstance()
        Get 防火墙实例id,当前仅支持接入模式的实例
        Returns:
        CfwInstance 防火墙实例id,当前仅支持接入模式的实例
      • setCfwInstance

        public void setCfwInstance​(String CfwInstance)
        Set 防火墙实例id,当前仅支持接入模式的实例
        Parameters:
        CfwInstance - 防火墙实例id,当前仅支持接入模式的实例