App Engine v1 API - Class NetworkSettings (2.3.0)

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.

Inheritance

object > NetworkSettings

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

NetworkSettings()

public NetworkSettings()

NetworkSettings(NetworkSettings)

public NetworkSettings(NetworkSettings other)
Parameter
NameDescription
otherNetworkSettings

Properties

IngressTrafficAllowed

public NetworkSettings.Types.IngressTrafficAllowed IngressTrafficAllowed { get; set; }

The ingress settings for version or service.

Property Value
TypeDescription
NetworkSettingsTypesIngressTrafficAllowed