RangeReservation class

Represents a range reservation.

Constructors

RangeReservation({int? ipPrefixLength, List<String>? requestedRanges, List<int>? secondaryRangeIpPrefixLengths, List<Subnetwork>? subnetworkCandidates})
RangeReservation.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
ipPrefixLength int?
The size of the desired subnet.
getter/setter pair
requestedRanges List<String>?
The name of one or more allocated IP address ranges associated with this private service access connection.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryRangeIpPrefixLengths List<int>?
The size of the desired secondary ranges for the subnet.
getter/setter pair
subnetworkCandidates List<Subnetwork>?
List of subnetwork candidates to validate.
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