ExternalAccessRule class

External access firewall rules for filtering incoming traffic destined to ExternalAddress resources.

Constructors

ExternalAccessRule({String? action, String? createTime, String? description, List<IpRange>? destinationIpRanges, List<String>? destinationPorts, String? ipProtocol, String? name, int? priority, List<IpRange>? sourceIpRanges, List<String>? sourcePorts, String? state, String? uid, String? updateTime})
ExternalAccessRule.fromJson(Map json_)

Properties

action String?
The action that the external access rule performs. Possible string values are:
getter/setter pair
createTime String?
Creation time of this resource.
getter/setter pair
description String?
User-provided description for this external access rule.
getter/setter pair
destinationIpRanges List<IpRange>?
If destination ranges are specified, the external access rule applies only to the traffic that has a destination IP address in these ranges.
getter/setter pair
destinationPorts List<String>?
A list of destination ports to which the external access rule applies.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ipProtocol String?
The IP protocol to which the external access rule applies.
getter/setter pair
name String?
The resource name of this external access rule.
getter/setter pair
priority int?
External access rule priority, which determines the external access rule to use when multiple rules apply.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceIpRanges List<IpRange>?
If source ranges are specified, the external access rule applies only to traffic that has a source IP address in these ranges.
getter/setter pair
sourcePorts List<String>?
A list of source ports to which the external access rule applies.
getter/setter pair
state String?
The state of the resource.
getter/setter pair
uid String?
System-generated unique identifier for the resource.
getter/setter pair
updateTime String?
Last update time of this resource.
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