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 `NetworkSettings` is 2.4.0, while the page is specifically detailing version 1.1.0."],["`NetworkSettings` is a resource in Google.Cloud.AppEngine.V1 that manages ingress settings for a service or version."],["`NetworkSettings` inherits from `Object` and implements `IMessage\u003cNetworkSettings\u003e`, `IEquatable\u003cNetworkSettings\u003e`, `IDeepCloneable\u003cNetworkSettings\u003e`, `IBufferMessage`, and `IMessage`."],["The `NetworkSettings` class includes two constructors: a default constructor and one that takes another `NetworkSettings` object as a parameter for copying."],["The `IngressTrafficAllowed` property, of type `NetworkSettings.Types.IngressTrafficAllowed`, dictates the allowed ingress traffic settings for the version or service."]]],[]]