Class: Google::Apis::ComputeV1::RegionUrlMapsValidateRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::RegionUrlMapsValidateRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#resource ⇒ Google::Apis::ComputeV1::UrlMap
Represents a URL Map resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RegionUrlMapsValidateRequest
constructor
A new instance of RegionUrlMapsValidateRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RegionUrlMapsValidateRequest
Returns a new instance of RegionUrlMapsValidateRequest.
32679 32680 32681 |
# File 'lib/google/apis/compute_v1/classes.rb', line 32679 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource ⇒ Google::Apis::ComputeV1::UrlMap
Represents a URL Map resource. Compute Engine has two URL Map resources: *
Global * Regional A URL map resource is a component of certain
types of cloud load balancers and Traffic Director: * urlMaps are used by
global external Application Load Balancers, classic Application Load Balancers,
and cross-region internal Application Load Balancers. * regionUrlMaps are
used by internal Application Load Balancers, regional external Application
Load Balancers and regional internal Application 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, EXTERNAL_MANAGED, 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
32677 32678 32679 |
# File 'lib/google/apis/compute_v1/classes.rb', line 32677 def resource @resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
32684 32685 32686 |
# File 'lib/google/apis/compute_v1/classes.rb', line 32684 def update!(**args) @resource = args[:resource] if args.key?(:resource) end |