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, while the current page's content corresponds to version 1.4.0 of the Google.Cloud.AppEngine.V1 library."],["`NetworkSettings` is a class that serves as a container for ingress settings within a version or service."],["The class `NetworkSettings` implements multiple interfaces such as IMessage\u003cNetworkSettings\u003e, IEquatable\u003cNetworkSettings\u003e, IDeepCloneable\u003cNetworkSettings\u003e, IBufferMessage, and IMessage."],["The class `NetworkSettings` contains the property `IngressTrafficAllowed`, which of type `NetworkSettings.Types.IngressTrafficAllowed`, that defines the ingress settings."],["This `NetworkSettings` class provides two constructors, one default constructor and another to create an instance from another `NetworkSettings` object."]]],[]]