Show / Hide Table of Contents

Class SecurityPolicyRuleMatcherConfig

Inheritance
object
SecurityPolicyRuleMatcherConfig
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 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>

DestPorts

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("destPorts")]
public virtual IList<SecurityPolicyRuleMatcherConfigDestinationPort> DestPorts { get; set; }
Property Value
Type Description
IList<SecurityPolicyRuleMatcherConfigDestinationPort>

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX