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