public sealed class SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch : IMessage<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch>, IEquatable<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch>, IDeepCloneable<SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch>, IBufferMessage, IMessage
Implements
IMessageSecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch, IEquatableSecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch, IDeepCloneableSecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch()
public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch()
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch(SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch)
public SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch(SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch other)
Parameter | |
---|---|
Name | Description |
other |
SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch |
Properties
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Name of the user-defined field, as given in the definition.
Property Value | |
---|---|
Type | Description |
string |
Values
public RepeatedField<string> Values { get; }
Matching values of the field. Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |