Resource Type: gcompute_global_address
- Defined in:
- lib/puppet/type/gcompute_global_address.rb
- Providers:
-
google
Overview
Represents a Global Address resource. Global addresses are used for HTTP(S) load balancing.
Properties
-
address
The static external IP address represented by this resource. (output only)
-
creation_timestamp
Creation timestamp in RFC3339 text format. (output only)
-
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
-
id
The unique identifier for the resource. This identifier is defined by the server. (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.
-
region
A reference to Region resource (output only)
Parameters
-
credential
A gauth_credential name to be used to authenticate with Google Cloud Platform.
-
name
The name of the GlobalAddress.
-
project
A Google Cloud Platform project to manage.
-
provider
The specific backend to use for this ‘gcompute_global_address` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.