public final class InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers() |
Modifier and Type | Method and Description |
---|---|
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
clone() |
String |
getBlockerType() |
String |
getDocumentationLink()
[Output Only] The url of Google Cloud public documentation explaining this requirement.
|
String |
getExplanation()
[Output Only] A human-readable explanation of this requirement and why it's not met.
|
List<String> |
getFacilities()
[Output Only] Facilities used to explain this blocker in more detail.
|
List<String> |
getInterconnects()
[Output Only] Interconnects used to explain this blocker in more detail.
|
List<String> |
getMetros()
[Output Only] Metros used to explain this blocker in more detail.
|
List<String> |
getZones()
[Output Only] Zones used to explain this blocker in more detail.
|
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
set(String fieldName,
Object value) |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
setBlockerType(String blockerType) |
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
setDocumentationLink(String documentationLink)
[Output Only] The url of Google Cloud public documentation explaining this requirement.
|
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
setExplanation(String explanation)
[Output Only] A human-readable explanation of this requirement and why it's not met.
|
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
setFacilities(List<String> facilities)
[Output Only] Facilities used to explain this blocker in more detail.
|
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
setInterconnects(List<String> interconnects)
[Output Only] Interconnects used to explain this blocker in more detail.
|
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
setMetros(List<String> metros)
[Output Only] Metros used to explain this blocker in more detail.
|
InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers |
setZones(List<String> zones)
[Output Only] Zones used to explain this blocker in more detail.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers()
public String getBlockerType()
null
for nonepublic InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers setBlockerType(String blockerType)
blockerType
- blockerType or null
for nonepublic String getDocumentationLink()
null
for nonepublic InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers setDocumentationLink(String documentationLink)
documentationLink
- documentationLink or null
for nonepublic String getExplanation()
null
for nonepublic InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers setExplanation(String explanation)
explanation
- explanation or null
for nonepublic List<String> getFacilities()
null
for nonepublic InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers setFacilities(List<String> facilities)
facilities
- facilities or null
for nonepublic List<String> getInterconnects()
null
for nonepublic InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers setInterconnects(List<String> interconnects)
interconnects
- interconnects or null
for nonepublic List<String> getMetros()
null
for nonepublic InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers setMetros(List<String> metros)
metros
- metros or null
for nonepublic List<String> getZones()
null
for nonepublic InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers setZones(List<String> zones)
zones
- zones or null
for nonepublic InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.