AliasIpRange class
An alias IP range attached to an instance's network interface.
Constructors
- AliasIpRange({String? ipCidrRange, String? subnetworkRangeName})
- AliasIpRange.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ipCidrRange ↔ String?
-
The IP alias ranges to allocate for this interface.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subnetworkRangeName ↔ String?
-
The name of a subnetwork secondary IP range from which to allocate an IP
alias range.
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