Information about the IP or IP range override.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.IpOverrideData
Methods |
public __construct( $data = NULL) Constructor.
|
public getIp() Required. The IP address to override (can be IPv4, IPv6 or CIDR). The IP override must be a valid IPv4 or IPv6 address, or a CIDR range. The IP override must be a public IP address. Example of IPv4: 168.192.5.6 Example of IPv6: 2001:0000:130F:0000:0000:09C0:876A:130B Example of IPv4 with CIDR: 168.192.5.0/24 Example of IPv6 with CIDR: 2001:0DB8:1234::/48 Generated from protobuf field string ip = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_info) = {
|
public getOverrideType() Required. Describes the type of IP override. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.IpOverrideData.OverrideType override_type = 3 [(.google.api.field_behavior) = REQUIRED];
|
public setIp( $var) Required. The IP address to override (can be IPv4, IPv6 or CIDR). The IP override must be a valid IPv4 or IPv6 address, or a CIDR range. The IP override must be a public IP address. Example of IPv4: 168.192.5.6 Example of IPv6: 2001:0000:130F:0000:0000:09C0:876A:130B Example of IPv4 with CIDR: 168.192.5.0/24 Example of IPv6 with CIDR: 2001:0DB8:1234::/48 Generated from protobuf field string ip = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_info) = {
|
public setOverrideType( $var) Required. Describes the type of IP override. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.IpOverrideData.OverrideType override_type = 3 [(.google.api.field_behavior) = REQUIRED];
|
Properties |
protected $ip = '' Required. The IP address to override (can be IPv4, IPv6 or CIDR). The IP override must be a valid IPv4 or IPv6 address, or a CIDR range. The IP override must be a public IP address. Example of IPv4: 168.192.5.6 Example of IPv6: 2001:0000:130F:0000:0000:09C0:876A:130B Example of IPv4 with CIDR: 168.192.5.0/24 Example of IPv6 with CIDR: 2001:0DB8:1234::/48 Generated from protobuf field string ip = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_info) = { |
protected $override_type = 0 Required. Describes the type of IP override. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.IpOverrideData.OverrideType override_type = 3 [(.google.api.field_behavior) = REQUIRED]; |
Methods |