Class: Google::Apis::ComputeBeta::RegionUrlMapsValidateRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RegionUrlMapsValidateRequest

Returns a new instance of RegionUrlMapsValidateRequest.



25876
25877
25878
# File 'generated/google/apis/compute_beta/classes.rb', line 25876

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#resourceGoogle::Apis::ComputeBeta::UrlMap

Represents a URL Map resource. Google Compute Engine has two URL Map resources:

  • Global * Regional A URL map resource is a component of certain types of GCP 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 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 host names 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


25874
25875
25876
# File 'generated/google/apis/compute_beta/classes.rb', line 25874

def resource
  @resource
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25881
25882
25883
# File 'generated/google/apis/compute_beta/classes.rb', line 25881

def update!(**args)
  @resource = args[:resource] if args.key?(:resource)
end