GCMCertificateScope
Indicates the Scope for a certificate provisioned to GCP Certificate Manager
enum GCMCertificateScope {
DEFAULT
EDGE_CACHE
ALL_REGIONS
}
Values
GCMCertificateScope.DEFAULT
Certificates with default scope are served from core Google data centers. If unsure, choose this option.
GCMCertificateScope.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.
GCMCertificateScope.ALL_REGIONS
Certificates with ALL_REGIONS scope are served from all Google Cloud regions. See https://cloud.google.com/compute/docs/regions-zones.