Class NetworkSettings
A NetworkSettings resource is a container for ingress settings for a version or service.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class NetworkSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IngressTrafficAllowed
The ingress settings for version or service.
Declaration
[JsonProperty("ingressTrafficAllowed")]
public virtual string IngressTrafficAllowed { get; set; }
Property Value
Type | Description |
---|---|
string |