public final class InterconnectGroup
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 |
|---|
InterconnectGroup() |
| Modifier and Type | Method and Description |
|---|---|
InterconnectGroup |
clone() |
InterconnectGroupConfigured |
getConfigured() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp inRFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
String |
getEtag()
Opaque system-generated token that uniquely identifies the configuration.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource type.
|
InterconnectGroupIntent |
getIntent() |
Map<String,InterconnectGroupInterconnect> |
getInterconnects()
Interconnects in the InterconnectGroup.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
InterconnectGroupPhysicalStructure |
getPhysicalStructure() |
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
InterconnectGroup |
set(String fieldName,
Object value) |
InterconnectGroup |
setConfigured(InterconnectGroupConfigured configured) |
InterconnectGroup |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp inRFC3339 text format.
|
InterconnectGroup |
setDescription(String description)
An optional description of this resource.
|
InterconnectGroup |
setEtag(String etag)
Opaque system-generated token that uniquely identifies the configuration.
|
InterconnectGroup |
setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
InterconnectGroup |
setIntent(InterconnectGroupIntent intent) |
InterconnectGroup |
setInterconnects(Map<String,InterconnectGroupInterconnect> interconnects)
Interconnects in the InterconnectGroup.
|
InterconnectGroup |
setKind(String kind)
[Output Only] Type of the resource.
|
InterconnectGroup |
setName(String name)
Name of the resource.
|
InterconnectGroup |
setPhysicalStructure(InterconnectGroupPhysicalStructure physicalStructure) |
InterconnectGroup |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
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 InterconnectGroupConfigured getConfigured()
null for nonepublic InterconnectGroup setConfigured(InterconnectGroupConfigured configured)
configured - configured or null for nonepublic String getCreationTimestamp()
null for nonepublic InterconnectGroup setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic InterconnectGroup setDescription(String description)
description - description or null for nonepublic String getEtag()
null for nonepublic InterconnectGroup setEtag(String etag)
etag - etag or null for nonepublic BigInteger getId()
null for nonepublic InterconnectGroup setId(BigInteger id)
id - id or null for nonepublic InterconnectGroupIntent getIntent()
null for nonepublic InterconnectGroup setIntent(InterconnectGroupIntent intent)
intent - intent or null for nonepublic Map<String,InterconnectGroupInterconnect> getInterconnects()
null for nonepublic InterconnectGroup setInterconnects(Map<String,InterconnectGroupInterconnect> interconnects)
interconnects - interconnects or null for nonepublic String getKind()
null for nonepublic InterconnectGroup setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic InterconnectGroup setName(String name)
name - name or null for nonepublic InterconnectGroupPhysicalStructure getPhysicalStructure()
null for nonepublic InterconnectGroup setPhysicalStructure(InterconnectGroupPhysicalStructure physicalStructure)
physicalStructure - physicalStructure or null for nonepublic String getSelfLink()
null for nonepublic InterconnectGroup setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic InterconnectGroup set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InterconnectGroup clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.