Show / Hide Table of Contents

Class InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy

Inheritance
System.Object
InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

[Output Only] The name of the firewall policy.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Rules

The rules that apply to the network.

Declaration
[JsonProperty("rules")]
public virtual IList<FirewallPolicyRule> Rules { get; set; }
Property Value
Type Description
System.Collections.Generic.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
System.String

Type

[Output Only] The type of the firewall policy.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top