public sealed class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy : IMessage<RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>, IEquatable<RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>, IDeepCloneable<RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>, IBufferMessage, IMessageInheritance
object > RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicyImplements
IMessageRegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy, IEquatableRegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy, IDeepCloneableRegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy()
public RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy()RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy(RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy)
public RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy(RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy other)| Parameter | |
|---|---|
| Name | Description |
other |
RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
Properties
DisplayName
public string DisplayName { get; set; }[Output Only] The display name of the firewall policy.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasDisplayName
public bool HasDisplayName { get; }Gets whether the "display_name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPriority
public bool HasPriority { get; }Gets whether the "priority" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasType
public bool HasType { get; }Gets whether the "type" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }[Output Only] The name of the firewall policy.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PacketMirroringRules
public RepeatedField<FirewallPolicyRule> PacketMirroringRules { get; }[Output only] The packet mirroring rules that apply to the network.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFirewallPolicyRule |
|
Priority
public int Priority { get; set; }[Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Rules
public RepeatedField<FirewallPolicyRule> Rules { get; }[Output only] The rules that apply to the network.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFirewallPolicyRule |
|
Type
public string Type { get; set; }[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.
| Property Value | |
|---|---|
| Type | Description |
string |
|