public sealed class NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy : IMessage<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>, IEquatable<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>, IDeepCloneable<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>, IBufferMessage, IMessage
Implements
IMessage<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>, IEquatable<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>, IDeepCloneable<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy()
public NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy()
NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy(NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy)
public NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy(NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy other)
Parameter | |
---|---|
Name | Description |
other | NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy |
Properties
DisplayName
public string DisplayName { get; set; }
[Output Only] Deprecated, please use short name instead. 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 |
Boolean |
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasShortName
public bool HasShortName { get; }
Gets whether the "short_name" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasType
public bool HasType { get; }
Gets whether the "type" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
Name
public string Name { get; set; }
[Output Only] The name of the firewall policy.
Property Value | |
---|---|
Type | Description |
String |
Rules
public RepeatedField<FirewallPolicyRule> Rules { get; }
The rules that apply to the network.
Property Value | |
---|---|
Type | Description |
RepeatedField<FirewallPolicyRule> |
ShortName
public string ShortName { get; set; }
[Output Only] The short name of the firewall policy.
Property Value | |
---|---|
Type | Description |
String |
Type
public string Type { get; set; }
[Output Only] The type of the firewall policy. Check the Type enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
String |