NetworkConfig class
Network configuration for the instance.
Constructors
-
NetworkConfig({String? connectMode, List<
String> ? ipAddresses, List<String> ? modes, String? network, String? reservedIpRange}) - NetworkConfig.fromJson(Map json_)
Properties
- connectMode ↔ String?
-
The network connect mode of the Filestore instance.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ipAddresses
↔ List<
String> ? -
IPv4 addresses in the format
{octet1}.{octet2}.{octet3}.{octet4}
or IPv6 addresses in the format{block1}:{block2}:{block3}:{block4}:{block5}:{block6}:{block7}:{block8}
.getter/setter pair -
modes
↔ List<
String> ? -
Internet protocol versions for which the instance has IP addresses
assigned.
getter/setter pair
- network ↔ String?
-
The name of the Google Compute Engine
VPC network to which the instance
is connected.
getter/setter pair
- reservedIpRange ↔ String?
-
Optional, reserved_ip_range can have one of the following two types of
values.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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