Show / Hide Table of Contents

Class ListAddressGroupReferencesResponseAddressGroupReference

The Reference of AddressGroup.

Inheritance
object
ListAddressGroupReferencesResponseAddressGroupReference
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class ListAddressGroupReferencesResponseAddressGroupReference : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FirewallPolicy

FirewallPolicy that is using the Address Group.

Declaration
[JsonProperty("firewallPolicy")]
public virtual string FirewallPolicy { get; set; }
Property Value
Type Description
string

RulePriority

Rule priority of the FirewallPolicy that is using the Address Group.

Declaration
[JsonProperty("rulePriority")]
public virtual int? RulePriority { get; set; }
Property Value
Type Description
int?

SecurityPolicy

Cloud Armor SecurityPolicy that is using the Address Group.

Declaration
[JsonProperty("securityPolicy")]
public virtual string SecurityPolicy { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX