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.
Implements
IMessage<NetworkSettings>, IEquatable<NetworkSettings>, IDeepCloneable<NetworkSettings>, 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 |
NetworkSettings.Types.IngressTrafficAllowed |