Compute Engine v1 API - Class SecurityPolicyRuleMatcherConfig (2.4.0)

public sealed class SecurityPolicyRuleMatcherConfig : IMessage<SecurityPolicyRuleMatcherConfig>, IEquatable<SecurityPolicyRuleMatcherConfig>, IDeepCloneable<SecurityPolicyRuleMatcherConfig>, IBufferMessage, IMessage

Inheritance

Object > SecurityPolicyRuleMatcherConfig

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SecurityPolicyRuleMatcherConfig()

public SecurityPolicyRuleMatcherConfig()

SecurityPolicyRuleMatcherConfig(SecurityPolicyRuleMatcherConfig)

public SecurityPolicyRuleMatcherConfig(SecurityPolicyRuleMatcherConfig other)
Parameter
NameDescription
otherSecurityPolicyRuleMatcherConfig

Properties

SrcIpRanges

public RepeatedField<string> SrcIpRanges { get; }

CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.

Property Value
TypeDescription
RepeatedField<String>