Module: Google::Cloud::CertificateManager::V1::Certificate::Scope

Defined in:
proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb

Overview

Certificate scope.

Constant Summary collapse

DEFAULT =

Certificates with default scope are served from core Google data centers. If unsure, choose this option.

0
EDGE_CACHE =

Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations.

1
ALL_REGIONS =

Certificates with ALL_REGIONS scope are served from all Google Cloud regions. See https://cloud.google.com/compute/docs/regions-zones.

2