ServiceNetworkSettingsNetworkSettings

data class ServiceNetworkSettingsNetworkSettings(val ingressTrafficAllowed: String? = null)

Constructors

Link copied to clipboard
constructor(ingressTrafficAllowed: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ingress settings for version or service. Default value is INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED. Possible values are: INGRESS_TRAFFIC_ALLOWED_UNSPECIFIED, INGRESS_TRAFFIC_ALLOWED_ALL, INGRESS_TRAFFIC_ALLOWED_INTERNAL_ONLY, INGRESS_TRAFFIC_ALLOWED_INTERNAL_AND_LB.