Network class

VM networking options.

Constructors

Network({String? network, String? subnetwork, bool? usePrivateAddress})
Network.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
network String?
The network name to attach the VM's network interface to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetwork String?
If the specified network is configured for custom subnet creation, the name of the subnetwork to attach the instance to must be specified here.
getter/setter pair
usePrivateAddress bool?
If set to true, do not attach a public IP address to the VM.
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