AdditionalIPRangesConfig class
AdditionalIPRangesConfig is the configuration for individual additional subnetwork attached to the cluster
Constructors
-
AdditionalIPRangesConfig.new({List<
String> ? podIpv4RangeNames, String? subnetwork}) - AdditionalIPRangesConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
podIpv4RangeNames
↔ List<
String> ? -
List of secondary ranges names within this subnetwork that can be used for
pod IPs.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subnetwork ↔ String?
-
Name of the subnetwork.
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