IpBlockInfo
An IpBlock criterion used for IP exclusions. We allow: - IPv4 and IPv6 addresses - individual addresses (192.168.0.1) - masks for individual addresses (192.168.0.1/32) - masks for Class C networks (192.168.0.1/24)
Fields |
ip_address
|
string
The IP address of this IP block.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["IpBlock criterion is used for excluding IP addresses, supporting both IPv4 and IPv6."],["Supported formats include individual addresses, masks for individual addresses, and masks for Class C networks."],["The `ip_address` field is a string containing the IP address of the IP block."]]],[]]