Network class

Extra network settings.

Only applicable in the App Engine flexible environment.

Constructors

Network({List<String>? forwardedPorts, String? instanceIpMode, String? instanceTag, String? name, bool? sessionAffinity, String? subnetworkName})
Network.fromJson(Map json_)

Properties

forwardedPorts List<String>?
List of ports, or port pairs, to forward from the virtual machine to the application container.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceIpMode String?
The IP mode for instances.
getter/setter pair
instanceTag String?
Tag to apply to the instance during creation.
getter/setter pair
name String?
Google Compute Engine network where the virtual machines are created.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionAffinity bool?
Enable session affinity.
getter/setter pair
subnetworkName String?
Google Cloud Platform sub-network where the virtual machines are created.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited