Class BucketInfo.IpFilter.PublicNetworkSource (2.64.0)

public static final class BucketInfo.IpFilter.PublicNetworkSource implements Serializable

The public network IP address ranges that can access the bucket and its data.

Inheritance

Object > BucketInfo.IpFilter.PublicNetworkSource

Implements

Serializable

Static Methods

of(List<String> allowedIpCidrRanges)

public static BucketInfo.IpFilter.PublicNetworkSource of(List<String> allowedIpCidrRanges)
Parameter
Name Description
allowedIpCidrRanges List<String>
Returns
Type Description
BucketInfo.IpFilter.PublicNetworkSource

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getAllowedIpCidrRanges()

public List<String> getAllowedIpCidrRanges()

Optional. The list of IPv4 and IPv6 cidr blocks that are allowed to operate or access the bucket and its underlying objects.

Returns
Type Description
List<String>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides