public static final class Bucket.IpFilter.VpcNetworkSources
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
VpcNetworkSources() |
| Modifier and Type | Method and Description |
|---|---|
Bucket.IpFilter.VpcNetworkSources |
clone() |
List<String> |
getAllowedIpCidrRanges()
The list of IPv4, IPv6 cidr ranges subnetworks that are allowed to access the bucket.
|
String |
getNetwork()
Name of the network.
|
Bucket.IpFilter.VpcNetworkSources |
set(String fieldName,
Object value) |
Bucket.IpFilter.VpcNetworkSources |
setAllowedIpCidrRanges(List<String> allowedIpCidrRanges)
The list of IPv4, IPv6 cidr ranges subnetworks that are allowed to access the bucket.
|
Bucket.IpFilter.VpcNetworkSources |
setNetwork(String network)
Name of the network.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getAllowedIpCidrRanges()
null for nonepublic Bucket.IpFilter.VpcNetworkSources setAllowedIpCidrRanges(List<String> allowedIpCidrRanges)
allowedIpCidrRanges - allowedIpCidrRanges or null for nonepublic String getNetwork()
null for nonepublic Bucket.IpFilter.VpcNetworkSources setNetwork(String network)
network - network or null for nonepublic Bucket.IpFilter.VpcNetworkSources set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Bucket.IpFilter.VpcNetworkSources clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.