public final class InterconnectAttachmentGroup
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 |
|---|
InterconnectAttachmentGroup() |
| Modifier and Type | Method and Description |
|---|---|
InterconnectAttachmentGroup |
clone() |
Map<String,InterconnectAttachmentGroupAttachment> |
getAttachments()
Attachments in the AttachmentGroup.
|
InterconnectAttachmentGroupConfigured |
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.
|
InterconnectAttachmentGroupIntent |
getIntent() |
String |
getInterconnectGroup()
The URL of an InterconnectGroup that groups these Attachments' Interconnects.
|
String |
getKind()
[Output Only] Type of the resource.
|
InterconnectAttachmentGroupLogicalStructure |
getLogicalStructure() |
String |
getName()
Name of the resource.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
InterconnectAttachmentGroup |
set(String fieldName,
Object value) |
InterconnectAttachmentGroup |
setAttachments(Map<String,InterconnectAttachmentGroupAttachment> attachments)
Attachments in the AttachmentGroup.
|
InterconnectAttachmentGroup |
setConfigured(InterconnectAttachmentGroupConfigured configured) |
InterconnectAttachmentGroup |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp inRFC3339 text format.
|
InterconnectAttachmentGroup |
setDescription(String description)
An optional description of this resource.
|
InterconnectAttachmentGroup |
setEtag(String etag)
Opaque system-generated token that uniquely identifies the configuration.
|
InterconnectAttachmentGroup |
setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
InterconnectAttachmentGroup |
setIntent(InterconnectAttachmentGroupIntent intent) |
InterconnectAttachmentGroup |
setInterconnectGroup(String interconnectGroup)
The URL of an InterconnectGroup that groups these Attachments' Interconnects.
|
InterconnectAttachmentGroup |
setKind(String kind)
[Output Only] Type of the resource.
|
InterconnectAttachmentGroup |
setLogicalStructure(InterconnectAttachmentGroupLogicalStructure logicalStructure) |
InterconnectAttachmentGroup |
setName(String name)
Name of the resource.
|
InterconnectAttachmentGroup |
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 Map<String,InterconnectAttachmentGroupAttachment> getAttachments()
null for nonepublic InterconnectAttachmentGroup setAttachments(Map<String,InterconnectAttachmentGroupAttachment> attachments)
attachments - attachments or null for nonepublic InterconnectAttachmentGroupConfigured getConfigured()
null for nonepublic InterconnectAttachmentGroup setConfigured(InterconnectAttachmentGroupConfigured configured)
configured - configured or null for nonepublic String getCreationTimestamp()
null for nonepublic InterconnectAttachmentGroup setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic InterconnectAttachmentGroup setDescription(String description)
description - description or null for nonepublic String getEtag()
null for nonepublic InterconnectAttachmentGroup setEtag(String etag)
etag - etag or null for nonepublic BigInteger getId()
null for nonepublic InterconnectAttachmentGroup setId(BigInteger id)
id - id or null for nonepublic InterconnectAttachmentGroupIntent getIntent()
null for nonepublic InterconnectAttachmentGroup setIntent(InterconnectAttachmentGroupIntent intent)
intent - intent or null for nonepublic String getInterconnectGroup()
null for nonepublic InterconnectAttachmentGroup setInterconnectGroup(String interconnectGroup)
interconnectGroup - interconnectGroup or null for nonepublic String getKind()
null for nonepublic InterconnectAttachmentGroup setKind(String kind)
kind - kind or null for nonepublic InterconnectAttachmentGroupLogicalStructure getLogicalStructure()
null for nonepublic InterconnectAttachmentGroup setLogicalStructure(InterconnectAttachmentGroupLogicalStructure logicalStructure)
logicalStructure - logicalStructure or null for nonepublic String getName()
null for nonepublic InterconnectAttachmentGroup setName(String name)
name - name or null for nonepublic String getSelfLink()
null for nonepublic InterconnectAttachmentGroup setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic InterconnectAttachmentGroup set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InterconnectAttachmentGroup clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.