Reference documentation and code samples for the Compute V1 Client class SecurityPolicyRuleNetworkMatcher.
Represents a match condition that incoming network traffic is evaluated against.
Generated from protobuf message google.cloud.compute.v1.SecurityPolicyRuleNetworkMatcher
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dest_ip_ranges
array
Destination IPv4/IPv6 addresses or CIDR prefixes, in standard text format.
↳ dest_ports
array
Destination port numbers for TCP/UDP/SCTP. Each element can be a 16-bit unsigned decimal number (e.g. "80") or range (e.g. "0-1023").
↳ ip_protocols
array
IPv4 protocol / IPv6 next header (after extension headers). Each element can be an 8-bit unsigned decimal number (e.g. "6"), range (e.g. "253-254"), or one of the following protocol names: "tcp", "udp", "icmp", "esp", "ah", "ipip", or "sctp".
↳ src_asns
array
BGP Autonomous System Number associated with the source IP address.
↳ src_ip_ranges
array
Source IPv4/IPv6 addresses or CIDR prefixes, in standard text format.
↳ src_ports
array
Source port numbers for TCP/UDP/SCTP. Each element can be a 16-bit unsigned decimal number (e.g. "80") or range (e.g. "0-1023").
↳ src_region_codes
array
Two-letter ISO 3166-1 alpha-2 country code associated with the source IP address.
↳ user_defined_fields
array< SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch
>
User-defined fields. Each element names a defined field and lists the matching values for that field.
getDestIpRanges
Destination IPv4/IPv6 addresses or CIDR prefixes, in standard text format.
setDestIpRanges
Destination IPv4/IPv6 addresses or CIDR prefixes, in standard text format.
var
string[]
$this
getDestPorts
Destination port numbers for TCP/UDP/SCTP. Each element can be a 16-bit unsigned decimal number (e.g. "80") or range (e.g. "0-1023").
setDestPorts
Destination port numbers for TCP/UDP/SCTP. Each element can be a 16-bit unsigned decimal number (e.g. "80") or range (e.g. "0-1023").
var
string[]
$this
getIpProtocols
IPv4 protocol / IPv6 next header (after extension headers). Each element can be an 8-bit unsigned decimal number (e.g. "6"), range (e.g. "253-254"), or one of the following protocol names: "tcp", "udp", "icmp", "esp", "ah", "ipip", or "sctp".
setIpProtocols
IPv4 protocol / IPv6 next header (after extension headers). Each element can be an 8-bit unsigned decimal number (e.g. "6"), range (e.g. "253-254"), or one of the following protocol names: "tcp", "udp", "icmp", "esp", "ah", "ipip", or "sctp".
var
string[]
$this
getSrcAsns
BGP Autonomous System Number associated with the source IP address.
setSrcAsns
BGP Autonomous System Number associated with the source IP address.
var
int[]
$this
getSrcIpRanges
Source IPv4/IPv6 addresses or CIDR prefixes, in standard text format.
setSrcIpRanges
Source IPv4/IPv6 addresses or CIDR prefixes, in standard text format.
var
string[]
$this
getSrcPorts
Source port numbers for TCP/UDP/SCTP. Each element can be a 16-bit unsigned decimal number (e.g. "80") or range (e.g. "0-1023").
setSrcPorts
Source port numbers for TCP/UDP/SCTP. Each element can be a 16-bit unsigned decimal number (e.g. "80") or range (e.g. "0-1023").
var
string[]
$this
getSrcRegionCodes
Two-letter ISO 3166-1 alpha-2 country code associated with the source IP address.
setSrcRegionCodes
Two-letter ISO 3166-1 alpha-2 country code associated with the source IP address.
var
string[]
$this
getUserDefinedFields
User-defined fields. Each element names a defined field and lists the matching values for that field.
setUserDefinedFields
User-defined fields. Each element names a defined field and lists the matching values for that field.
$this