Class Bucket.IpFilterData.VpcNetworkSourcesData
The list of VPC network sources of the bucket's IP filter.
Inherited Members
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 |