Package google.registry.proxy
Class ProxyConfig
java.lang.Object
google.registry.proxy.ProxyConfig
The POJO that YAML config files are deserialized into.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Configuration options that apply to EPP protocol.static class
Configuration options that apply to GCS.static class
Configuration options that apply to GCP load balancer health check protocol.static class
Configuration options that apply to HTTPS relay protocol.static class
Configuration options that apply to Cloud KMS.static class
Configuration options that apply to Stackdriver monitoring metrics.static class
Configuration options that apply to quota management.static class
Configuration options that apply to web WHOIS redirects.static class
Configuration options that apply to WHOIS protocol. -
Field Summary
Modifier and TypeFieldDescriptionboolean
int
-
Constructor Summary
-
Method Summary
-
Field Details
-
projectId
-
oauthClientId
-
canary
public boolean canary -
gcpScopes
-
serverCertificateCacheSeconds
public int serverCertificateCacheSeconds -
gcs
-
kms
-
epp
-
whois
-
healthCheck
-
webWhois
-
httpsRelay
-
metrics
-
-
Constructor Details
-
ProxyConfig
public ProxyConfig()
-