Skip navigation links
com.tencentcloudapi.teo.v20220901.models

Class ModifySecurityIPGroupRequest

Returns:
Mode Operation type. valid values:
  • `append`: add new IP addresses or set scheduled expiration time to `IPGroup`;
  • `remove`: delete specified IP addresses or their scheduled expiration time from `IPGroup`;
  • `update`: replace all Content of `Content` or `ExpireInfo` in `IPGroup` and modify the IPGroup name.
  • notes for `append` operation:
  • when adding a scheduled expiration time for an IP or range, it must be later than the current time. if the IP or range does not exist in the group, it must be added to the `Content` parameter simultaneously. if the IP or range already has an expiration time, the new time will overwrite the original one.
  • notes for `remove` operation:
  • when deleting an IP or range, related unexpired scheduled expiration times will also be deleted;
  • when deleting a scheduled expiration time, only currently unexpired times can be removed.
  • notes for `update` operation:
  • when replacing `Content`, unexpired times of ips or ranges not in `Content` will be deleted;
  • when replacing `IPExpireInfo`, the ips or ranges in `IPExpireInfo` must exist in `Content` or the IP group.
  • .
    Parameters:
    Mode - Operation type. valid values:
  • `append`: add new IP addresses or set scheduled expiration time to `IPGroup`;
  • `remove`: delete specified IP addresses or their scheduled expiration time from `IPGroup`;
  • `update`: replace all Content of `Content` or `ExpireInfo` in `IPGroup` and modify the IPGroup name.
  • notes for `append` operation:
  • when adding a scheduled expiration time for an IP or range, it must be later than the current time. if the IP or range does not exist in the group, it must be added to the `Content` parameter simultaneously. if the IP or range already has an expiration time, the new time will overwrite the original one.
  • notes for `remove` operation:
  • when deleting an IP or range, related unexpired scheduled expiration times will also be deleted;
  • when deleting a scheduled expiration time, only currently unexpired times can be removed.
  • notes for `update` operation:
  • when replacing `Content`, unexpired times of ips or ranges not in `Content` will be deleted;
  • when replacing `IPExpireInfo`, the ips or ranges in `IPExpireInfo` must exist in `Content` or the IP group.
  • .
    Skip navigation links

    Copyright © 2025. All rights reserved.