Class NetworkPolicyTrafficClassificationRuleMatcher
Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class NetworkPolicyTrafficClassificationRuleMatcher : IDirectResponseSchema
Properties
DestIpRanges
CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
Declaration
[JsonProperty("destIpRanges")]
public virtual IList<string> DestIpRanges { 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 |
Layer4Configs
Pairs of IP protocols and ports that the rule should match.
Declaration
[JsonProperty("layer4Configs")]
public virtual IList<NetworkPolicyTrafficClassificationRuleMatcherLayer4Config> Layer4Configs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<NetworkPolicyTrafficClassificationRuleMatcherLayer4Config> |
SrcIpRanges
CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
Declaration
[JsonProperty("srcIpRanges")]
public virtual IList<string> SrcIpRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |