public sealed class NetworkSettings : IMessage<NetworkSettings>, IEquatable<NetworkSettings>, IDeepCloneable<NetworkSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class NetworkSettings.
A NetworkSettings resource is a container for ingress settings for a version
or service.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `NetworkSettings` class in the Google Cloud App Engine v1 API is a container for managing ingress traffic settings for a specific version or service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration within the .NET ecosystem."],["The `NetworkSettings` class offers a property named `IngressTrafficAllowed` to allow users to set and get the ingress traffic settings for a given version or service."],["The latest version for this class is `2.4.0`, while the current documentation is referencing version `2.3.0`, with multiple previous versions available, from `1.0.0` to `2.2.0`."]]],[]]