View Source GoogleApi.NetworkSecurity.V1.Model.AddressGroup (google_api_network_security v0.6.0)
AddressGroup is a resource that specifies how a collection of IP/DNS used in Firewall Policy.
Attributes
-
capacity(type:integer(), default:nil) - Required. Capacity of the Address Group -
createTime(type:DateTime.t, default:nil) - Output only. The timestamp when the resource was created. -
description(type:String.t, default:nil) - Optional. Free-text description of the resource. -
items(type:list(String.t), default:nil) - Optional. List of items. -
labels(type:map(), default:nil) - Optional. Set of label tags associated with the AddressGroup resource. -
name(type:String.t, default:nil) - Required. Name of the AddressGroup resource. It matches patternprojects/*/locations/{location}/addressGroups/. -
purpose(type:list(String.t), default:nil) - Optional. List of supported purposes of the Address Group. -
selfLink(type:String.t, default:nil) - Output only. Server-defined fully-qualified URL for this resource. -
type(type:String.t, default:nil) - Required. The type of the Address Group. Possible values are "IPv4" or "IPV6". -
updateTime(type:DateTime.t, default:nil) - Output only. The timestamp when the resource was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkSecurity.V1.Model.AddressGroup{ capacity: integer() | nil, createTime: DateTime.t() | nil, description: String.t() | nil, items: [String.t()] | nil, labels: map() | nil, name: String.t() | nil, purpose: [String.t()] | nil, selfLink: String.t() | nil, type: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.