LogicalNetworkInterface class

Each logical network interface is effectively a network and IP pair.

Constructors

LogicalNetworkInterface({bool? defaultGateway, String? id, String? ipAddress, String? network, String? networkType})
LogicalNetworkInterface.fromJson(Map json_)

Properties

defaultGateway bool?
Whether this interface is the default gateway for the instance.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
An identifier for the Network, generated by the backend.
getter/setter pair
ipAddress String?
IP address in the network
getter/setter pair
network String?
Name of the network
getter/setter pair
networkType String?
Type of network. Possible string values are:
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