public final class InstanceWithNamedPorts 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 Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| InstanceWithNamedPorts() | 
| Modifier and Type | Method and Description | 
|---|---|
| InstanceWithNamedPorts | clone() | 
| String | getInstance()[Output Only] The URL of the instance. | 
| List<NamedPort> | getNamedPorts()[Output Only] The named ports that belong to this instance group. | 
| String | getStatus()[Output Only] The status of the instance. | 
| InstanceWithNamedPorts | set(String fieldName,
   Object value) | 
| InstanceWithNamedPorts | setInstance(String instance)[Output Only] The URL of the instance. | 
| InstanceWithNamedPorts | setNamedPorts(List<NamedPort> namedPorts)[Output Only] The named ports that belong to this instance group. | 
| InstanceWithNamedPorts | setStatus(String status)[Output Only] The status of the instance. | 
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 getInstance()
null for nonepublic InstanceWithNamedPorts setInstance(String instance)
instance - instance or null for nonepublic List<NamedPort> getNamedPorts()
null for nonepublic InstanceWithNamedPorts setNamedPorts(List<NamedPort> namedPorts)
namedPorts - namedPorts or null for nonepublic String getStatus()
null for nonepublic InstanceWithNamedPorts setStatus(String status)
status - status or null for nonepublic InstanceWithNamedPorts set(String fieldName, Object value)
set in class GenericJsonpublic InstanceWithNamedPorts clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.