Class InstancesGetEffectiveFirewallsResponse
Inheritance
System.Object
InstancesGetEffectiveFirewallsResponse
Implements
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 InstancesGetEffectiveFirewallsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FirewallPolicys
Effective firewalls from firewall policies.
Declaration
[JsonProperty("firewallPolicys")]
public virtual IList<InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy> FirewallPolicys { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy> |
Firewalls
Effective firewalls on the instance.
Declaration
[JsonProperty("firewalls")]
public virtual IList<Firewall> Firewalls { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Firewall> |