public final class VlanAttachment
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 Billing 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
VlanAttachment() |
| Modifier and Type | Method and Description |
|---|---|
VlanAttachment |
clone() |
String |
getBandwidth()
Capacities in the [pricing table](https://cloud.google.com/vpc/network-pricing#interconnect-
pricing) Examples of capacity are: 50/100/200/300/400/500-Mbps, 1/2/5/10/20/50-Gbps.
|
Usage |
getVlanCount()
VLAN usage.
|
VlanAttachment |
set(String fieldName,
Object value) |
VlanAttachment |
setBandwidth(String bandwidth)
Capacities in the [pricing table](https://cloud.google.com/vpc/network-pricing#interconnect-
pricing) Examples of capacity are: 50/100/200/300/400/500-Mbps, 1/2/5/10/20/50-Gbps.
|
VlanAttachment |
setVlanCount(Usage vlanCount)
VLAN usage.
|
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 String getBandwidth()
null for nonepublic VlanAttachment setBandwidth(String bandwidth)
bandwidth - bandwidth or null for nonepublic Usage getVlanCount()
null for nonepublic VlanAttachment setVlanCount(Usage vlanCount)
vlanCount - vlanCount or null for nonepublic VlanAttachment set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic VlanAttachment clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.