ListAddressGroupReferencesResponseAddressGroupReference class
The Reference of AddressGroup.
Constructors
- ListAddressGroupReferencesResponseAddressGroupReference({String? firewallPolicy, int? rulePriority, String? securityPolicy})
- ListAddressGroupReferencesResponseAddressGroupReference.fromJson(Map json_)
Properties
- firewallPolicy ↔ String?
-
FirewallPolicy that is using the Address Group.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- rulePriority ↔ int?
-
Rule priority of the FirewallPolicy that is using the Address Group.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityPolicy ↔ String?
-
Cloud Armor SecurityPolicy that is using the Address Group.
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