SecondaryIpRangeSpec class

Constructors

SecondaryIpRangeSpec({int? ipPrefixLength, String? outsideAllocationPublicIpRange, String? rangeName, String? requestedAddress})
SecondaryIpRangeSpec.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
ipPrefixLength int?
The prefix length of the secondary IP range.
getter/setter pair
outsideAllocationPublicIpRange String?
Enable outside allocation using public IP addresses.
getter/setter pair
rangeName String?
A name for the secondary IP range.
getter/setter pair
requestedAddress String?
The starting address of a range.
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