public final class InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers
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 |
---|
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers() |
Modifier and Type | Method and Description |
---|---|
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers |
clone() |
List<String> |
getAttachments()
[Output Only] URLs of any particular Attachments to explain this blocker in more detail.
|
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> |
getMetros()
[Output Only] Metros used to explain this blocker in more detail.
|
List<String> |
getRegions()
[Output Only] Regions used to explain this blocker in more detail.
|
List<String> |
getZones()
[Output Only] Zones used to explain this blocker in more detail.
|
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers |
set(String fieldName,
Object value) |
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers |
setAttachments(List<String> attachments)
[Output Only] URLs of any particular Attachments to explain this blocker in more detail.
|
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers |
setBlockerType(String blockerType) |
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers |
setDocumentationLink(String documentationLink)
[Output Only] The url of Google Cloud public documentation explaining this requirement.
|
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers |
setExplanation(String explanation)
[Output Only] A human-readable explanation of this requirement and why it's not met.
|
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers |
setMetros(List<String> metros)
[Output Only] Metros used to explain this blocker in more detail.
|
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers |
setRegions(List<String> regions)
[Output Only] Regions used to explain this blocker in more detail.
|
InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers |
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 InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers()
public List<String> getAttachments()
null
for nonepublic InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers setAttachments(List<String> attachments)
attachments
- attachments or null
for nonepublic String getBlockerType()
null
for nonepublic InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers setBlockerType(String blockerType)
blockerType
- blockerType or null
for nonepublic String getDocumentationLink()
null
for nonepublic InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers setDocumentationLink(String documentationLink)
documentationLink
- documentationLink or null
for nonepublic String getExplanation()
null
for nonepublic InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers setExplanation(String explanation)
explanation
- explanation or null
for nonepublic List<String> getMetros()
null
for nonepublic InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers setMetros(List<String> metros)
metros
- metros or null
for nonepublic List<String> getRegions()
null
for nonepublic InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers setRegions(List<String> regions)
regions
- regions or null
for nonepublic List<String> getZones()
null
for nonepublic InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers setZones(List<String> zones)
zones
- zones or null
for nonepublic InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public InterconnectAttachmentGroupConfiguredAvailabilitySLAIntendedSlaBlockers clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.