Googly.CloudStorage.Model.BucketIpFilterPublicNetworkSource (googly_cloud_storage v0.1.0)

Copy Markdown View Source

The public network source of the bucket's IP filter.

Attributes

  • allowed_ip_cidr_ranges (type: list(String.t())) - The list of public IPv4, IPv6 cidr ranges that are allowed to access the bucket.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.BucketIpFilterPublicNetworkSource{
  allowed_ip_cidr_ranges: [String.t()] | nil
}