public sealed class NetworkSettings : IMessage<NetworkSettings>, IEquatable<NetworkSettings>, IDeepCloneable<NetworkSettings>, IBufferMessage, IMessageReference 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.
Implements
IMessageNetworkSettings, IEquatableNetworkSettings, IDeepCloneableNetworkSettings, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
NetworkSettings()
public NetworkSettings()NetworkSettings(NetworkSettings)
public NetworkSettings(NetworkSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
NetworkSettings |
Properties
IngressTrafficAllowed
public NetworkSettings.Types.IngressTrafficAllowed IngressTrafficAllowed { get; set; }The ingress settings for version or service.
| Property Value | |
|---|---|
| Type | Description |
NetworkSettingsTypesIngressTrafficAllowed |
|