public final class NetworkProfile
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 |
|---|
NetworkProfile() |
| Modifier and Type | Method and Description |
|---|---|
NetworkProfile |
clone() |
String |
getCreationTimestamp()
[Output Only] Creation timestamp inRFC3339 text format.
|
String |
getDescription()
[Output Only] An optional description of this resource.
|
NetworkProfileNetworkFeatures |
getFeatures()
[Output Only] Features supported by the network.
|
BigInteger |
getId()
[Output Only] The unique identifier for the resource.
|
String |
getKind()
[Output Only] Type of the resource.
|
NetworkProfileLocation |
getLocation()
[Output Only] Location to which the network is restricted.
|
String |
getName()
[Output Only] Name of the resource.
|
NetworkProfileProfileType |
getProfileType()
[Output Only] Type of the network profile.
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
String |
getSelfLinkWithId()
[Output Only] Server-defined URL for this resource with the resource id.
|
NetworkProfile |
set(String fieldName,
Object value) |
NetworkProfile |
setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp inRFC3339 text format.
|
NetworkProfile |
setDescription(String description)
[Output Only] An optional description of this resource.
|
NetworkProfile |
setFeatures(NetworkProfileNetworkFeatures features)
[Output Only] Features supported by the network.
|
NetworkProfile |
setId(BigInteger id)
[Output Only] The unique identifier for the resource.
|
NetworkProfile |
setKind(String kind)
[Output Only] Type of the resource.
|
NetworkProfile |
setLocation(NetworkProfileLocation location)
[Output Only] Location to which the network is restricted.
|
NetworkProfile |
setName(String name)
[Output Only] Name of the resource.
|
NetworkProfile |
setProfileType(NetworkProfileProfileType profileType)
[Output Only] Type of the network profile.
|
NetworkProfile |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
NetworkProfile |
setSelfLinkWithId(String selfLinkWithId)
[Output Only] Server-defined URL for this resource with the resource id.
|
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 String getCreationTimestamp()
null for nonepublic NetworkProfile setCreationTimestamp(String creationTimestamp)
creationTimestamp - creationTimestamp or null for nonepublic String getDescription()
null for nonepublic NetworkProfile setDescription(String description)
description - description or null for nonepublic NetworkProfileNetworkFeatures getFeatures()
null for nonepublic NetworkProfile setFeatures(NetworkProfileNetworkFeatures features)
features - features or null for nonepublic BigInteger getId()
null for nonepublic NetworkProfile setId(BigInteger id)
id - id or null for nonepublic String getKind()
null for nonepublic NetworkProfile setKind(String kind)
kind - kind or null for nonepublic NetworkProfileLocation getLocation()
null for nonepublic NetworkProfile setLocation(NetworkProfileLocation location)
location - location or null for nonepublic String getName()
null for nonepublic NetworkProfile setName(String name)
name - name or null for nonepublic NetworkProfileProfileType getProfileType()
null for nonepublic NetworkProfile setProfileType(NetworkProfileProfileType profileType)
profileType - profileType or null for nonepublic String getSelfLink()
null for nonepublic NetworkProfile setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic String getSelfLinkWithId()
null for nonepublic NetworkProfile setSelfLinkWithId(String selfLinkWithId)
selfLinkWithId - selfLinkWithId or null for nonepublic NetworkProfile set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic NetworkProfile clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.