public final class WireGroup
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 |
|---|
WireGroup() |
| Modifier and Type | Method and Description |
|---|---|
WireGroup |
clone() |
Boolean |
getAdminEnabled()
Indicates whether the wires in the wire group are enabled.
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp inRFC3339 text format.
|
String |
getDescription()
An optional description of the wire group.
|
Map<String,WireGroupEndpoint> |
getEndpoints()
A map that contains the logical endpoints of the wire group.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource type.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
Boolean |
getReconciling()
[Output Only] Indicates whether there are wire changes yet to be processed.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
WireGroupTopology |
getTopology()
Topology details for the wire group configuration.
|
WireProperties |
getWireProperties()
Properties for all wires in the wire group.
|
List<Wire> |
getWires()
The single/redundant wire(s) managed by the wire group.
|
WireGroup |
set(String fieldName,
Object value) |
WireGroup |
setAdminEnabled(Boolean adminEnabled)
Indicates whether the wires in the wire group are enabled.
|
WireGroup |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp inRFC3339 text format.
|
WireGroup |
setDescription(String description)
An optional description of the wire group.
|
WireGroup |
setEndpoints(Map<String,WireGroupEndpoint> endpoints)
A map that contains the logical endpoints of the wire group.
|
WireGroup |
setId(BigInteger id)
[Output Only] The unique identifier for the resource type.
|
WireGroup |
setKind(String kind)
[Output Only] Type of the resource.
|
WireGroup |
setName(String name)
Name of the resource.
|
WireGroup |
setReconciling(Boolean reconciling)
[Output Only] Indicates whether there are wire changes yet to be processed.
|
WireGroup |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
WireGroup |
setTopology(WireGroupTopology topology)
Topology details for the wire group configuration.
|
WireGroup |
setWireProperties(WireProperties wireProperties)
Properties for all wires in the wire group.
|
WireGroup |
setWires(List<Wire> wires)
The single/redundant wire(s) managed by the wire group.
|
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 Boolean getAdminEnabled()
null for nonepublic WireGroup setAdminEnabled(Boolean adminEnabled)
adminEnabled - adminEnabled or null for nonepublic String getCreationTimestamp()
null for nonepublic WireGroup setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic WireGroup setDescription(String description)
description - description or null for nonepublic Map<String,WireGroupEndpoint> getEndpoints()
null for nonepublic WireGroup setEndpoints(Map<String,WireGroupEndpoint> endpoints)
endpoints - endpoints or null for nonepublic BigInteger getId()
null for nonepublic WireGroup setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic WireGroup setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic WireGroup setName(String name)
name - name or null for nonepublic Boolean getReconciling()
null for nonepublic WireGroup setReconciling(Boolean reconciling)
reconciling - reconciling or null for nonepublic String getSelfLink()
null for nonepublic WireGroup setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic WireGroupTopology getTopology()
null for nonepublic WireGroup setTopology(WireGroupTopology topology)
topology - topology or null for nonepublic WireProperties getWireProperties()
null for nonepublic WireGroup setWireProperties(WireProperties wireProperties)
wireProperties - wireProperties or null for nonepublic List<Wire> getWires()
null for nonepublic WireGroup setWires(List<Wire> wires)
wires - wires or null for nonepublic WireGroup set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic WireGroup clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.