public interface InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
[Output Only] Deprecated, please use short name instead.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
[Output Only] Deprecated, please use short name instead.
|
String |
getName()
[Output Only] The name of the firewall policy.
|
com.google.protobuf.ByteString |
getNameBytes()
[Output Only] The name of the firewall policy.
|
FirewallPolicyRule |
getPacketMirroringRules(int index)
[Output Only] The packet mirroring rules that apply to the instance.
|
int |
getPacketMirroringRulesCount()
[Output Only] The packet mirroring rules that apply to the instance.
|
List<FirewallPolicyRule> |
getPacketMirroringRulesList()
[Output Only] The packet mirroring rules that apply to the instance.
|
FirewallPolicyRuleOrBuilder |
getPacketMirroringRulesOrBuilder(int index)
[Output Only] The packet mirroring rules that apply to the instance.
|
List<? extends FirewallPolicyRuleOrBuilder> |
getPacketMirroringRulesOrBuilderList()
[Output Only] The packet mirroring rules that apply to the instance.
|
int |
getPriority()
[Output only] Priority of firewall policy association.
|
FirewallPolicyRule |
getRules(int index)
[Output Only] The rules that apply to the instance.
|
int |
getRulesCount()
[Output Only] The rules that apply to the instance.
|
List<FirewallPolicyRule> |
getRulesList()
[Output Only] The rules that apply to the instance.
|
FirewallPolicyRuleOrBuilder |
getRulesOrBuilder(int index)
[Output Only] The rules that apply to the instance.
|
List<? extends FirewallPolicyRuleOrBuilder> |
getRulesOrBuilderList()
[Output Only] The rules that apply to the instance.
|
String |
getShortName()
[Output Only] The short name of the firewall policy.
|
com.google.protobuf.ByteString |
getShortNameBytes()
[Output Only] The short name of the firewall policy.
|
String |
getType()
[Output Only] The type of the firewall policy.
|
com.google.protobuf.ByteString |
getTypeBytes()
[Output Only] The type of the firewall policy.
|
boolean |
hasDisplayName()
[Output Only] Deprecated, please use short name instead.
|
boolean |
hasName()
[Output Only] The name of the firewall policy.
|
boolean |
hasPriority()
[Output only] Priority of firewall policy association.
|
boolean |
hasShortName()
[Output Only] The short name of the firewall policy.
|
boolean |
hasType()
[Output Only] The type of the firewall policy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDisplayName()
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
optional string display_name = 4473832;String getDisplayName()
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
optional string display_name = 4473832;com.google.protobuf.ByteString getDisplayNameBytes()
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
optional string display_name = 4473832;boolean hasName()
[Output Only] The name of the firewall policy.
optional string name = 3373707;String getName()
[Output Only] The name of the firewall policy.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
[Output Only] The name of the firewall policy.
optional string name = 3373707;List<FirewallPolicyRule> getPacketMirroringRulesList()
[Output Only] The packet mirroring rules that apply to the instance.
repeated .google.cloud.compute.v1.FirewallPolicyRule packet_mirroring_rules = 531644356;
FirewallPolicyRule getPacketMirroringRules(int index)
[Output Only] The packet mirroring rules that apply to the instance.
repeated .google.cloud.compute.v1.FirewallPolicyRule packet_mirroring_rules = 531644356;
int getPacketMirroringRulesCount()
[Output Only] The packet mirroring rules that apply to the instance.
repeated .google.cloud.compute.v1.FirewallPolicyRule packet_mirroring_rules = 531644356;
List<? extends FirewallPolicyRuleOrBuilder> getPacketMirroringRulesOrBuilderList()
[Output Only] The packet mirroring rules that apply to the instance.
repeated .google.cloud.compute.v1.FirewallPolicyRule packet_mirroring_rules = 531644356;
FirewallPolicyRuleOrBuilder getPacketMirroringRulesOrBuilder(int index)
[Output Only] The packet mirroring rules that apply to the instance.
repeated .google.cloud.compute.v1.FirewallPolicyRule packet_mirroring_rules = 531644356;
boolean hasPriority()
[Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.
optional int32 priority = 445151652;int getPriority()
[Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.
optional int32 priority = 445151652;List<FirewallPolicyRule> getRulesList()
[Output Only] The rules that apply to the instance. Only rules that target the specific VM instance are returned if target service accounts or target secure tags are specified in the rules.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;FirewallPolicyRule getRules(int index)
[Output Only] The rules that apply to the instance. Only rules that target the specific VM instance are returned if target service accounts or target secure tags are specified in the rules.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;int getRulesCount()
[Output Only] The rules that apply to the instance. Only rules that target the specific VM instance are returned if target service accounts or target secure tags are specified in the rules.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;List<? extends FirewallPolicyRuleOrBuilder> getRulesOrBuilderList()
[Output Only] The rules that apply to the instance. Only rules that target the specific VM instance are returned if target service accounts or target secure tags are specified in the rules.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;FirewallPolicyRuleOrBuilder getRulesOrBuilder(int index)
[Output Only] The rules that apply to the instance. Only rules that target the specific VM instance are returned if target service accounts or target secure tags are specified in the rules.
repeated .google.cloud.compute.v1.FirewallPolicyRule rules = 108873975;boolean hasShortName()
[Output Only] The short name of the firewall policy.
optional string short_name = 492051566;String getShortName()
[Output Only] The short name of the firewall policy.
optional string short_name = 492051566;com.google.protobuf.ByteString getShortNameBytes()
[Output Only] The short name of the firewall policy.
optional string short_name = 492051566;boolean hasType()
[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL. Check the Type enum for the list of possible values.
optional string type = 3575610;String getType()
[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL. Check the Type enum for the list of possible values.
optional string type = 3575610;com.google.protobuf.ByteString getTypeBytes()
[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL. Check the Type enum for the list of possible values.
optional string type = 3575610;Copyright © 2025 Google LLC. All rights reserved.