Show / Hide Table of Contents

Class SecurityPolicyRuleNetworkMatcher

Represents a match condition that incoming network traffic is evaluated against.

Inheritance
object
SecurityPolicyRuleNetworkMatcher
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class SecurityPolicyRuleNetworkMatcher : IDirectResponseSchema

Properties

DestIpRanges

Destination IPv4/IPv6 addresses or CIDR prefixes, in standard text format.

Declaration
[JsonProperty("destIpRanges")]
public virtual IList<string> DestIpRanges { get; set; }
Property Value
Type Description
IList<string>

DestPorts

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").

Declaration
[JsonProperty("destPorts")]
public virtual IList<string> DestPorts { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IpProtocols

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".

Declaration
[JsonProperty("ipProtocols")]
public virtual IList<string> IpProtocols { get; set; }
Property Value
Type Description
IList<string>

SrcAsns

BGP Autonomous System Number associated with the source IP address.

Declaration
[JsonProperty("srcAsns")]
public virtual IList<long?> SrcAsns { get; set; }
Property Value
Type Description
IList<long?>

SrcIpRanges

Source IPv4/IPv6 addresses or CIDR prefixes, in standard text format.

Declaration
[JsonProperty("srcIpRanges")]
public virtual IList<string> SrcIpRanges { get; set; }
Property Value
Type Description
IList<string>

SrcPorts

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").

Declaration
[JsonProperty("srcPorts")]
public virtual IList<string> SrcPorts { get; set; }
Property Value
Type Description
IList<string>

SrcRegionCodes

Two-letter ISO 3166-1 alpha-2 country code associated with the source IP address.

Declaration
[JsonProperty("srcRegionCodes")]
public virtual IList<string> SrcRegionCodes { get; set; }
Property Value
Type Description
IList<string>

UserDefinedFields

User-defined fields. Each element names a defined field and lists the matching values for that field.

Declaration
[JsonProperty("userDefinedFields")]
public virtual IList<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch> UserDefinedFields { get; set; }
Property Value
Type Description
IList<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX