NetworkInterface class
NetworkInterface represents a NIC of a VM.
Constructors
- NetworkInterface({String? externalIp, String? internalIp, String? network, String? networkTier, String? subnetwork})
- NetworkInterface.fromJson(Map json_)
Properties
- externalIp ↔ String?
- 
  The external IP to define in the NIC.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- internalIp ↔ String?
- 
  The internal IP to define in the NIC.
  getter/setter pair
- network ↔ String?
- 
  The network to connect the NIC to.
  getter/setter pair
- networkTier ↔ String?
- 
  The networking tier used for optimizing connectivity between instances and
systems on the internet.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- subnetwork ↔ String?
- 
  The subnetwork to connect the NIC to.
  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