Class Network
Extra network settings. Only applicable in the App Engine flexible environment.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1.Data
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class Network : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ForwardedPorts
List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
Declaration
[JsonProperty("forwardedPorts")]
public virtual IList<string> ForwardedPorts { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
InstanceIpMode
The IP mode for instances. Only applicable in the App Engine flexible environment.
Declaration
[JsonProperty("instanceIpMode")]
public virtual string InstanceIpMode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceTag
Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
Declaration
[JsonProperty("instanceTag")]
public virtual string InstanceTag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SessionAffinity
Enable session affinity. Only applicable in the App Engine flexible environment.
Declaration
[JsonProperty("sessionAffinity")]
public virtual bool? SessionAffinity { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SubnetworkName
Google Cloud Platform sub-network where the virtual machines are created. Specify the short name, not the resource path.If a subnetwork name is specified, a network name will also be required unless it is for the default network. If the network that the instance is being created in is a Legacy network, then the IP address is allocated from the IPv4Range. If the network that the instance is being created in is an auto Subnet Mode Network, then only network name should be specified (not the subnetwork_name) and the IP address is created from the IPCidrRange of the subnetwork that exists in that zone for that network. If the network that the instance is being created in is a custom Subnet Mode Network, then the subnetwork_name must be specified and the IP address is created from the IPCidrRange of the subnetwork.If specified, the subnetwork must exist in the same region as the App Engine flexible environment application.
Declaration
[JsonProperty("subnetworkName")]
public virtual string SubnetworkName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |