$AddressPool class
Used by:
- gkeonprem:v1 : BareMetalLoadBalancerAddressPool
- gkeonprem:v1 : VmwareAddressPool
Constructors
- 
          $AddressPool({List<String> ? addresses, bool? avoidBuggyIps, bool? manualAssign, String? pool})
- $AddressPool.fromJson(Map json_)
Properties
- 
  addresses
  ↔ List<String> ?
- 
  The addresses that are part of this pool.
  getter/setter pair
- avoidBuggyIps ↔ bool?
- 
  If true, avoid using IPs ending in .0 or .255.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- manualAssign ↔ bool?
- 
  If true, prevent IP addresses from being automatically assigned.
  getter/setter pair
- pool ↔ String?
- 
  The name of the address pool.
  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