GoogleCloudFunctionsServiceConfigurationIngressSettings
No description
enum GoogleCloudFunctionsServiceConfigurationIngressSettings {
INGRESS_SETTINGS_UNSPECIFIED
ALLOW_ALL
ALLOW_INTERNAL_ONLY
ALLOW_INTERNAL_AND_GCLB
}
Values
GoogleCloudFunctionsServiceConfigurationIngressSettings.INGRESS_SETTINGS_UNSPECIFIED
Unspecified
GoogleCloudFunctionsServiceConfigurationIngressSettings.ALLOW_ALL
Allow HTTP traffic from public and private sources
GoogleCloudFunctionsServiceConfigurationIngressSettings.ALLOW_INTERNAL_ONLY
Allow HTTP traffic from only private VPC sources
GoogleCloudFunctionsServiceConfigurationIngressSettings.ALLOW_INTERNAL_AND_GCLB
Allow HTTP traffic from private VPC sources and through GCLB