IpRules class
IP rules associated with the finding.
Constructors
Properties
- allowed ↔ Allowed?
- 
  Tuple with allowed rules.
  getter/setter pair
- denied ↔ Denied?
- 
  Tuple with denied rules.
  getter/setter pair
- 
  destinationIpRanges
  ↔ List<String> ?
- 
  If destination IP ranges are specified, the firewall rule applies only to
traffic that has a destination IP address in these ranges.
  getter/setter pair
- direction ↔ String?
- 
  The direction that the rule is applicable to, one of ingress or egress.
Possible string values are:
  getter/setter pair
- 
  exposedServices
  ↔ List<String> ?
- 
  Name of the network protocol service, such as FTP, that is exposed by the
open port.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  sourceIpRanges
  ↔ List<String> ?
- 
  If source IP ranges are specified, the firewall rule applies only to
traffic that has a source IP address in these ranges.
  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