public final class InterconnectAttachmentPartnerMetadata 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 | 
|---|
| InterconnectAttachmentPartnerMetadata() | 
| Modifier and Type | Method and Description | 
|---|---|
| InterconnectAttachmentPartnerMetadata | clone() | 
| String | getInterconnectName()Plain text name of the Interconnect this attachment is connected to, as displayed in the
 Partner's portal. | 
| String | getPartnerName()Plain text name of the Partner providing this attachment. | 
| String | getPortalUrl()URL of the Partner's portal for this Attachment. | 
| InterconnectAttachmentPartnerMetadata | set(String fieldName,
   Object value) | 
| InterconnectAttachmentPartnerMetadata | setInterconnectName(String interconnectName)Plain text name of the Interconnect this attachment is connected to, as displayed in the
 Partner's portal. | 
| InterconnectAttachmentPartnerMetadata | setPartnerName(String partnerName)Plain text name of the Partner providing this attachment. | 
| InterconnectAttachmentPartnerMetadata | setPortalUrl(String portalUrl)URL of the Partner's portal for this Attachment. | 
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 InterconnectAttachmentPartnerMetadata()
public String getInterconnectName()
null for nonepublic InterconnectAttachmentPartnerMetadata setInterconnectName(String interconnectName)
interconnectName - interconnectName or null for nonepublic String getPartnerName()
null for nonepublic InterconnectAttachmentPartnerMetadata setPartnerName(String partnerName)
partnerName - partnerName or null for nonepublic String getPortalUrl()
null for nonepublic InterconnectAttachmentPartnerMetadata setPortalUrl(String portalUrl)
portalUrl - portalUrl or null for nonepublic InterconnectAttachmentPartnerMetadata set(String fieldName, Object value)
set in class GenericJsonpublic InterconnectAttachmentPartnerMetadata clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.