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 is 2.4.0, with previous versions ranging down to 1.0.0 also accessible."],["`NetworkSettings` is a resource container for managing ingress settings for App Engine versions or services."],["The `NetworkSettings` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`NetworkSettings` can be constructed either by default, or by utilizing a pre-existing `NetworkSettings` object as a parameter."],["The `IngressTrafficAllowed` property controls the ingress settings for the version or service, which is of type `NetworkSettings.Types.IngressTrafficAllowed`."]]],[]]