Class: Google::Cloud::Compute::V1::HostRule
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HostRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.
Instance Attribute Summary collapse
-
#description ⇒ ::String
An optional description of this resource.
-
#hosts ⇒ ::Array<::String>
The list of host patterns to match.
-
#path_matcher ⇒ ::String
The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.
Instance Attribute Details
#description ⇒ ::String
9135 9136 9137 9138 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9135 class HostRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#hosts ⇒ ::Array<::String>
9135 9136 9137 9138 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9135 class HostRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#path_matcher ⇒ ::String
9135 9136 9137 9138 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9135 class HostRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |