public final class NetworkAttachmentConnectedEndpoint
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 Compute Engine 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 |
|---|
NetworkAttachmentConnectedEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
NetworkAttachmentConnectedEndpoint |
clone() |
String |
getIpAddress()
The IP address assigned to the producer instance network interface.
|
String |
getProjectIdOrNum()
The project id or number of the interface to which the IP was assigned.
|
List<String> |
getSecondaryIpCidrRanges()
Alias IP ranges from the same subnetwork.
|
String |
getStatus()
The status of a connected endpoint to this network attachment.
|
String |
getSubnetwork()
The subnetwork used to assign the IP to the producer instance network interface.
|
NetworkAttachmentConnectedEndpoint |
set(String fieldName,
Object value) |
NetworkAttachmentConnectedEndpoint |
setIpAddress(String ipAddress)
The IP address assigned to the producer instance network interface.
|
NetworkAttachmentConnectedEndpoint |
setProjectIdOrNum(String projectIdOrNum)
The project id or number of the interface to which the IP was assigned.
|
NetworkAttachmentConnectedEndpoint |
setSecondaryIpCidrRanges(List<String> secondaryIpCidrRanges)
Alias IP ranges from the same subnetwork.
|
NetworkAttachmentConnectedEndpoint |
setStatus(String status)
The status of a connected endpoint to this network attachment.
|
NetworkAttachmentConnectedEndpoint |
setSubnetwork(String subnetwork)
The subnetwork used to assign the IP to the producer instance network interface.
|
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 getIpAddress()
null for nonepublic NetworkAttachmentConnectedEndpoint setIpAddress(String ipAddress)
ipAddress - ipAddress or null for nonepublic String getProjectIdOrNum()
null for nonepublic NetworkAttachmentConnectedEndpoint setProjectIdOrNum(String projectIdOrNum)
projectIdOrNum - projectIdOrNum or null for nonepublic List<String> getSecondaryIpCidrRanges()
null for nonepublic NetworkAttachmentConnectedEndpoint setSecondaryIpCidrRanges(List<String> secondaryIpCidrRanges)
secondaryIpCidrRanges - secondaryIpCidrRanges or null for nonepublic String getStatus()
null for nonepublic NetworkAttachmentConnectedEndpoint setStatus(String status)
status - status or null for nonepublic String getSubnetwork()
null for nonepublic NetworkAttachmentConnectedEndpoint setSubnetwork(String subnetwork)
subnetwork - subnetwork or null for nonepublic NetworkAttachmentConnectedEndpoint set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic NetworkAttachmentConnectedEndpoint clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.