Class ModifyDDoSBlackWhiteIpListRequest


  • public class ModifyDDoSBlackWhiteIpListRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyDDoSBlackWhiteIpListRequest

        public ModifyDDoSBlackWhiteIpListRequest()
      • ModifyDDoSBlackWhiteIpListRequest

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

      • getInstanceId

        public String getInstanceId()
        Get 资源Id
        Returns:
        InstanceId 资源Id
      • setInstanceId

        public void setInstanceId​(String InstanceId)
        Set 资源Id
        Parameters:
        InstanceId - 资源Id
      • getOldIpType

        public String getOldIpType()
        Get 当前配置的黑白名单类型,取值black时表示黑名单;取值white时表示白名单
        Returns:
        OldIpType 当前配置的黑白名单类型,取值black时表示黑名单;取值white时表示白名单
      • setOldIpType

        public void setOldIpType​(String OldIpType)
        Set 当前配置的黑白名单类型,取值black时表示黑名单;取值white时表示白名单
        Parameters:
        OldIpType - 当前配置的黑白名单类型,取值black时表示黑名单;取值white时表示白名单
      • getOldIp

        public IpSegment getOldIp()
        Get 当前配置的Ip段,包含ip与掩码
        Returns:
        OldIp 当前配置的Ip段,包含ip与掩码
      • setOldIp

        public void setOldIp​(IpSegment OldIp)
        Set 当前配置的Ip段,包含ip与掩码
        Parameters:
        OldIp - 当前配置的Ip段,包含ip与掩码
      • getNewIpType

        public String getNewIpType()
        Get 修改后黑白名单类型,取值black时黑名单,取值white时白名单
        Returns:
        NewIpType 修改后黑白名单类型,取值black时黑名单,取值white时白名单
      • setNewIpType

        public void setNewIpType​(String NewIpType)
        Set 修改后黑白名单类型,取值black时黑名单,取值white时白名单
        Parameters:
        NewIpType - 修改后黑白名单类型,取值black时黑名单,取值white时白名单
      • getNewIp

        public IpSegment getNewIp()
        Get 当前配置的Ip段,包含ip与掩码
        Returns:
        NewIp 当前配置的Ip段,包含ip与掩码
      • setNewIp

        public void setNewIp​(IpSegment NewIp)
        Set 当前配置的Ip段,包含ip与掩码
        Parameters:
        NewIp - 当前配置的Ip段,包含ip与掩码