AutoCreatedSubnetworkInfo class

Information for the automatically created subnetwork and its associated IR.

Constructors

AutoCreatedSubnetworkInfo.new({String? internalRange, String? internalRangeRef, String? subnetwork, String? subnetworkRef})
AutoCreatedSubnetworkInfo.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
internalRange String?
URI of the automatically created Internal Range.
getter/setter pair
internalRangeRef String?
URI of the automatically created Internal Range reference.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetwork String?
URI of the automatically created subnetwork.
getter/setter pair
subnetworkRef String?
URI of the automatically created subnetwork reference.
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