public final class WebServerNetworkAccessControl
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Composer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
WebServerNetworkAccessControl() |
Modifier and Type | Method and Description |
---|---|
WebServerNetworkAccessControl |
clone() |
java.util.List<AllowedIpRange> |
getAllowedIpRanges()
A collection of allowed IP ranges with descriptions.
|
WebServerNetworkAccessControl |
set(java.lang.String fieldName,
java.lang.Object value) |
WebServerNetworkAccessControl |
setAllowedIpRanges(java.util.List<AllowedIpRange> allowedIpRanges)
A collection of allowed IP ranges with descriptions.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<AllowedIpRange> getAllowedIpRanges()
null
for nonepublic WebServerNetworkAccessControl setAllowedIpRanges(java.util.List<AllowedIpRange> allowedIpRanges)
allowedIpRanges
- allowedIpRanges or null
for nonepublic WebServerNetworkAccessControl set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public WebServerNetworkAccessControl clone()
clone
in class com.google.api.client.json.GenericJson