AddressGroup class

AddressGroup is a resource that specifies how a collection of IP/DNS used in Firewall Policy.

Constructors

AddressGroup({int? capacity, String? createTime, String? description, List<String>? items, Map<String, String>? labels, String? name, String? selfLink, String? type, String? updateTime})
AddressGroup.fromJson(Map json_)

Properties

capacity int?
Capacity of the Address Group
getter/setter pair
createTime String?
The timestamp when the resource was created.
getter/setter pair
description String?
Free-text description of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
items List<String>?
List of items.
getter/setter pair
labels Map<String, String>?
Set of label tags associated with the AddressGroup resource.
getter/setter pair
name String?
Name of the AddressGroup resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined fully-qualified URL for this resource.
getter/setter pair
type String?
The type of the Address Group.
getter/setter pair
updateTime String?
The timestamp when the resource was updated.
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