public final class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy
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 |
---|
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy() |
Modifier and Type | Method and Description |
---|---|
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
clone() |
String |
getDisplayName()
[Output Only] Deprecated, please use short name instead.
|
String |
getName()
[Output Only] The name of the firewall policy.
|
List<FirewallPolicyRule> |
getPacketMirroringRules()
[Output Only] The packet mirroring rules that apply to the network.
|
Integer |
getPriority()
[Output only] Priority of firewall policy association.
|
List<FirewallPolicyRule> |
getRules()
[Output Only] The rules that apply to the network.
|
String |
getShortName()
[Output Only] The short name of the firewall policy.
|
String |
getType()
[Output Only] The type of the firewall policy.
|
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
set(String fieldName,
Object value) |
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
setDisplayName(String displayName)
[Output Only] Deprecated, please use short name instead.
|
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
setName(String name)
[Output Only] The name of the firewall policy.
|
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
setPacketMirroringRules(List<FirewallPolicyRule> packetMirroringRules)
[Output Only] The packet mirroring rules that apply to the network.
|
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
setPriority(Integer priority)
[Output only] Priority of firewall policy association.
|
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
setRules(List<FirewallPolicyRule> rules)
[Output Only] The rules that apply to the network.
|
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
setShortName(String shortName)
[Output Only] The short name of the firewall policy.
|
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
setType(String type)
[Output Only] The type of the firewall policy.
|
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 NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy()
public String getDisplayName()
null
for nonepublic NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy setDisplayName(String displayName)
displayName
- displayName or null
for nonepublic String getName()
null
for nonepublic NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy setName(String name)
name
- name or null
for nonepublic List<FirewallPolicyRule> getPacketMirroringRules()
null
for nonepublic NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy setPacketMirroringRules(List<FirewallPolicyRule> packetMirroringRules)
packetMirroringRules
- packetMirroringRules or null
for nonepublic Integer getPriority()
null
for nonepublic NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy setPriority(Integer priority)
priority
- priority or null
for nonepublic List<FirewallPolicyRule> getRules()
null
for nonepublic NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy setRules(List<FirewallPolicyRule> rules)
rules
- rules or null
for nonepublic String getShortName()
null
for nonepublic NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy setShortName(String shortName)
shortName
- shortName or null
for nonepublic String getType()
null
for nonepublic NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy setType(String type)
type
- type or null
for nonepublic NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.