Show / Hide Table of Contents

Class Bucket.IpFilterData.PublicNetworkSourceData

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

Inheritance
object
Bucket.IpFilterData.PublicNetworkSourceData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Storage.v1.Data
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class Bucket.IpFilterData.PublicNetworkSourceData

Properties

AllowedIpCidrRanges

The list of public IPv4, IPv6 cidr ranges that are allowed to access the bucket.

Declaration
[JsonProperty("allowedIpCidrRanges")]
public virtual IList<string> AllowedIpCidrRanges { get; set; }
Property Value
Type Description
IList<string>
In this article
Back to top Generated by DocFX