Resource Type: gcompute_url_map
- Defined in:
- lib/puppet/type/gcompute_url_map.rb
- Providers:
-
google
Overview
UrlMaps are used to route requests to a backend service based on rules that you define for the host and path of an incoming URL.
Properties
-
creation_timestamp
Creation timestamp in RFC3339 text format. (output only)
-
default_service
A reference to BackendService resource
-
description
An optional description of this resource. Provide this property when you create the resource.
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
host_rules
The list of HostRules to use against the URL.
-
id
The unique identifier for the resource. (output only)
-
name (namevar)
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z](*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
-
path_matchers
The list of named PathMatchers to use against the URL.
-
tests
The list of expected URL mappings. Request to update this UrlMap will succeed only if all of the test cases pass.
Parameters
-
credential
A gauth_credential name to be used to authenticate with Google Cloud Platform.
-
name
The name of the UrlMap.
-
project
A Google Cloud Platform project to manage.
-
provider
The specific backend to use for this ‘gcompute_url_map` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.