Class ListAddressGroupReferencesResponseAddressGroupReference
The Reference of AddressGroup.
Implements
Inherited Members
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 |