Class InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy : IDirectResponseSchema
Properties
DisplayName
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
[Output Only] The name of the firewall policy.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Priority
[Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.
Declaration
[JsonProperty("priority")]
public virtual int? Priority { get; set; }
Property Value
Type | Description |
---|---|
int? |
Rules
[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.
Declaration
[JsonProperty("rules")]
public virtual IList<FirewallPolicyRule> Rules { get; set; }
Property Value
Type | Description |
---|---|
IList<FirewallPolicyRule> |
ShortName
[Output Only] The short name of the firewall policy.
Declaration
[JsonProperty("shortName")]
public virtual string ShortName { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |