public final class FirewallPolicyAssociation 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 |
|---|
FirewallPolicyAssociation() |
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyAssociation |
clone() |
String |
getAttachmentTarget()
The target that the firewall policy is attached to.
|
String |
getDisplayName()
[Output Only] Deprecated, please use short name instead.
|
String |
getFirewallPolicyId()
[Output Only] The firewall policy ID of the association.
|
String |
getName()
The name for an association.
|
String |
getShortName()
[Output Only] The short name of the firewall policy of the association.
|
FirewallPolicyAssociation |
set(String fieldName,
Object value) |
FirewallPolicyAssociation |
setAttachmentTarget(String attachmentTarget)
The target that the firewall policy is attached to.
|
FirewallPolicyAssociation |
setDisplayName(String displayName)
[Output Only] Deprecated, please use short name instead.
|
FirewallPolicyAssociation |
setFirewallPolicyId(String firewallPolicyId)
[Output Only] The firewall policy ID of the association.
|
FirewallPolicyAssociation |
setName(String name)
The name for an association.
|
FirewallPolicyAssociation |
setShortName(String shortName)
[Output Only] The short name of the firewall policy of the association.
|
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 getAttachmentTarget()
null for nonepublic FirewallPolicyAssociation setAttachmentTarget(String attachmentTarget)
attachmentTarget - attachmentTarget or null for nonepublic String getDisplayName()
null for nonepublic FirewallPolicyAssociation setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getFirewallPolicyId()
null for nonepublic FirewallPolicyAssociation setFirewallPolicyId(String firewallPolicyId)
firewallPolicyId - firewallPolicyId or null for nonepublic String getName()
null for nonepublic FirewallPolicyAssociation setName(String name)
name - name or null for nonepublic String getShortName()
null for nonepublic FirewallPolicyAssociation setShortName(String shortName)
shortName - shortName or null for nonepublic FirewallPolicyAssociation set(String fieldName, Object value)
set in class GenericJsonpublic FirewallPolicyAssociation clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.