Class FirewallPolicyAssociation
Implements
Inherited Members
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class FirewallPolicyAssociation : IDirectResponseSchema
Properties
AttachmentTarget
The target that the firewall policy is attached to.
Declaration
[JsonProperty("attachmentTarget")]
public virtual string AttachmentTarget { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.
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 |
FirewallPolicyId
[Output Only] The firewall policy ID of the association.
Declaration
[JsonProperty("firewallPolicyId")]
public virtual string FirewallPolicyId { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The name for an association.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ShortName
[Output Only] The short name of the firewall policy of the association.
Declaration
[JsonProperty("shortName")]
public virtual string ShortName { get; set; }
Property Value
Type | Description |
---|---|
string |