class Google::Apis::ComputeV1::RegionUrlMapsValidateRequest
Attributes
Represents a URL Map resource. Compute Engine has two URL Map resources: * [ Global](/compute/docs/reference/rest/v1/urlMaps) * [Regional](/compute/docs/ reference/rest/v1/regionUrlMaps) A URL map resource is a component of certain types of cloud load balancers and Traffic Director: * urlMaps are used by external HTTP(S) load balancers and Traffic Director. * regionUrlMaps are used by internal HTTP(S) load balancers. For a list of supported URL map features by the load balancer type, see the Load balancing features: Routing and traffic management table. For a list of supported URL map features for Traffic Director, see the Traffic Director features: Routing and traffic management table. This resource defines mappings from hostnames and URL paths to either a backend service or a backend bucket. To use the global urlMaps resource, the backend service must have a loadBalancingScheme of either EXTERNAL or INTERNAL_SELF_MANAGED. To use the regionUrlMaps resource, the backend service must have a loadBalancingScheme of INTERNAL_MANAGED. For more information, read URL Map Concepts. Corresponds to the JSON property `resource` @return [Google::Apis::ComputeV1::UrlMap]
Public Class Methods
# File lib/google/apis/compute_v1/classes.rb, line 28074 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 28079 def update!(**args) @resource = args[:resource] if args.key?(:resource) end