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-03-21 UTC."],[[["The `NetworkSettings` class in the Google.Cloud.AppEngine.V1 API is used to configure ingress settings for a specific App Engine version or service."],["The latest version of the `NetworkSettings` API is 2.4.0, with prior versions available back to 1.0.0 for historical purposes."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities including message handling, equality checks, and deep cloning."],["The `IngressTrafficAllowed` property, of type `NetworkSettings.Types.IngressTrafficAllowed`, allows configuration of the allowed ingress traffic for a given service or version."],["There are two constructors available for creating `NetworkSettings` instances: a default constructor and one that accepts another `NetworkSettings` object as a parameter for copying."]]],[]]