public sealed class NetworkSettings : IMessage<NetworkSettings>, IEquatable<NetworkSettings>, IDeepCloneable<NetworkSettings>, IBufferMessage, IMessage
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-03-21 UTC."],[[["The latest version available for `Google.Cloud.AppEngine.V1.NetworkSettings` is 2.4.0, while the current page details version 1.3.0."],["`NetworkSettings` is a resource that manages ingress settings for a specific version or service within Google Cloud App Engine."],["The `NetworkSettings` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The class `NetworkSettings` inherits members from the base `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class provides two constructors and a property to manage the settings of traffic allowed : `NetworkSettings()`, `NetworkSettings(NetworkSettings other)` and `IngressTrafficAllowed`."]]],[]]