public final class ResourceUsageExportConfig extends 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 Kubernetes Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ResourceUsageExportConfig() |
| Modifier and Type | Method and Description |
|---|---|
ResourceUsageExportConfig |
clone() |
BigQueryDestination |
getBigqueryDestination()
Configuration to use BigQuery as usage export destination.
|
Boolean |
getEnableNetworkEgressMetering()
Whether to enable network egress metering for this cluster.
|
ResourceUsageExportConfig |
set(String fieldName,
Object value) |
ResourceUsageExportConfig |
setBigqueryDestination(BigQueryDestination bigqueryDestination)
Configuration to use BigQuery as usage export destination.
|
ResourceUsageExportConfig |
setEnableNetworkEgressMetering(Boolean enableNetworkEgressMetering)
Whether to enable network egress metering for this cluster.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic BigQueryDestination getBigqueryDestination()
null for nonepublic ResourceUsageExportConfig setBigqueryDestination(BigQueryDestination bigqueryDestination)
bigqueryDestination - bigqueryDestination or null for nonepublic Boolean getEnableNetworkEgressMetering()
null for nonepublic ResourceUsageExportConfig setEnableNetworkEgressMetering(Boolean enableNetworkEgressMetering)
enableNetworkEgressMetering - enableNetworkEgressMetering or null for nonepublic ResourceUsageExportConfig set(String fieldName, Object value)
set in class GenericJsonpublic ResourceUsageExportConfig clone()
clone in class GenericJson