public final class GoogleCloudServicenetworkingV1betaConnection
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 Service Networking 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 |
|---|
GoogleCloudServicenetworkingV1betaConnection() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudServicenetworkingV1betaConnection |
clone() |
String |
getNetwork()
The name of service consumer's VPC network that's connected with service producer network, in
the following format: `projects/{project}/global/networks/{network}`.
|
String |
getPeering()
Output only.
|
List<String> |
getReservedPeeringRanges()
The name of one or more allocated IP address ranges for this service producer of type
`PEERING`.
|
String |
getService()
Output only.
|
GoogleCloudServicenetworkingV1betaConnection |
set(String fieldName,
Object value) |
GoogleCloudServicenetworkingV1betaConnection |
setNetwork(String network)
The name of service consumer's VPC network that's connected with service producer network, in
the following format: `projects/{project}/global/networks/{network}`.
|
GoogleCloudServicenetworkingV1betaConnection |
setPeering(String peering)
Output only.
|
GoogleCloudServicenetworkingV1betaConnection |
setReservedPeeringRanges(List<String> reservedPeeringRanges)
The name of one or more allocated IP address ranges for this service producer of type
`PEERING`.
|
GoogleCloudServicenetworkingV1betaConnection |
setService(String service)
Output only.
|
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 GoogleCloudServicenetworkingV1betaConnection()
public String getNetwork()
null for nonepublic GoogleCloudServicenetworkingV1betaConnection setNetwork(String network)
network - network or null for nonepublic String getPeering()
null for nonepublic GoogleCloudServicenetworkingV1betaConnection setPeering(String peering)
peering - peering or null for nonepublic List<String> getReservedPeeringRanges()
null for nonepublic GoogleCloudServicenetworkingV1betaConnection setReservedPeeringRanges(List<String> reservedPeeringRanges)
reservedPeeringRanges - reservedPeeringRanges or null for nonepublic String getService()
null for nonepublic GoogleCloudServicenetworkingV1betaConnection setService(String service)
service - service or null for nonepublic GoogleCloudServicenetworkingV1betaConnection set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleCloudServicenetworkingV1betaConnection clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.