Class SecurityPolicyRuleMatcherConfig
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class SecurityPolicyRuleMatcherConfig : IDirectResponseSchema
Properties
DestIpRanges
CIDR IP address range. This field may only be specified when versioned_expr is set to FIREWALL.
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. This field may only be specified when versioned_expr is set to FIREWALL.
Declaration
[JsonProperty("layer4Configs")]
public virtual IList<SecurityPolicyRuleMatcherConfigLayer4Config> Layer4Configs { get; set; }
Property Value
Type | Description |
---|---|
IList<SecurityPolicyRuleMatcherConfigLayer4Config> |
SrcIpRanges
CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
Declaration
[JsonProperty("srcIpRanges")]
public virtual IList<string> SrcIpRanges { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |