Class: Google::Cloud::Compute::V1::HostRule

Inherits:
Object
  • Object
show all
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

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