Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::SecurityPolicyRuleNetworkMatcherUserDefinedFieldMatch.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Name of the user-defined field, as given in the definition.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Name of the user-defined field, as given in the definition.
Returns
- (::String) — Name of the user-defined field, as given in the definition.
#values
def values() -> ::Array<::String>
Returns
- (::Array<::String>) — 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").
#values=
def values=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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").
Returns
- (::Array<::String>) — 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").