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

Copy Markdown View Source

Attributes

  • allowed_ip_cidr_ranges (type: list(String.t())) - The list of IPv4, IPv6 cidr ranges subnetworks that are allowed to access the bucket.
  • network (type: String.t()) - Name of the network. Format: projects/{PROJECT_ID}/global/networks/{NETWORK_NAME}

Summary

Types

t()

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