Show / Hide Table of Contents

Class Bucket.IpFilterData

The bucket's IP filter configuration. Specifies the network sources that are allowed to access the operations on the bucket, as well as its underlying objects. Only enforced when the mode is set to 'Enabled'.

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

Properties

Mode

The mode of the IP filter. Valid values are 'Enabled' and 'Disabled'.

Declaration
[JsonProperty("mode")]
public virtual string Mode { get; set; }
Property Value
Type Description
string

PublicNetworkSource

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

Declaration
[JsonProperty("publicNetworkSource")]
public virtual Bucket.IpFilterData.PublicNetworkSourceData PublicNetworkSource { get; set; }
Property Value
Type Description
Bucket.IpFilterData.PublicNetworkSourceData

VpcNetworkSources

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

Declaration
[JsonProperty("vpcNetworkSources")]
public virtual IList<Bucket.IpFilterData.VpcNetworkSourcesData> VpcNetworkSources { get; set; }
Property Value
Type Description
IList<Bucket.IpFilterData.VpcNetworkSourcesData>
In this article
Back to top Generated by DocFX