Resource Type: gcompute_backend_bucket

Defined in:
lib/puppet/type/gcompute_backend_bucket.rb
Providers:
google

Overview

Backend buckets allow you to use Google Cloud Storage buckets with HTTP(S) load balancing. An HTTP(S) load balancing can direct traffic to specified URLs to a backend bucket rather than a backend service. It can send requests for static content to a Cloud Storage bucket and requests for dynamic content a virtual machine instance.

Properties

  • bucket_name

    Cloud Storage bucket name.

  • creation_timestamp

    Creation timestamp in RFC3339 text format. (output only)

  • description

    An optional textual description of the resource; provided by the client when the resource is created.

  • enable_cdn

    If true, enable Cloud CDN for this BackendBucket.

    Supported values:
    • true
    • false
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Unique identifier for the resource.

  • 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.

Parameters

  • credential

    A gauth_credential name to be used to authenticate with Google Cloud Platform.

  • name

    The name of the BackendBucket.

  • project

    A Google Cloud Platform project to manage.

  • provider

    The specific backend to use for this ‘gcompute_backend_bucket` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.