Show / Hide Table of Contents

Class Bucket.IpFilterData.VpcNetworkSourcesData

The list of VPC network sources of the bucket's IP filter.

Inheritance
object
Bucket.IpFilterData.VpcNetworkSourcesData
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.VpcNetworkSourcesData

Properties

AllowedIpCidrRanges

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

Declaration
[JsonProperty("allowedIpCidrRanges")]
public virtual IList<string> AllowedIpCidrRanges { get; set; }
Property Value
Type Description
IList<string>

Network

Name of the network. Format: projects/{PROJECT_ID}/global/networks/{NETWORK_NAME}

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