public sealed class GetAssociationFirewallPolicyRequest : IMessage<GetAssociationFirewallPolicyRequest>, IEquatable<GetAssociationFirewallPolicyRequest>, IDeepCloneable<GetAssociationFirewallPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetAssociationFirewallPolicyRequest.
A request message for FirewallPolicies.GetAssociation. See the method description for details.
Implements
IMessageGetAssociationFirewallPolicyRequest, IEquatableGetAssociationFirewallPolicyRequest, IDeepCloneableGetAssociationFirewallPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetAssociationFirewallPolicyRequest()
public GetAssociationFirewallPolicyRequest()GetAssociationFirewallPolicyRequest(GetAssociationFirewallPolicyRequest)
public GetAssociationFirewallPolicyRequest(GetAssociationFirewallPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAssociationFirewallPolicyRequest |
Properties
FirewallPolicy
public string FirewallPolicy { get; set; }Name of the firewall policy to which the queried rule belongs.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasName
public bool HasName { get; }Gets whether the "name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }The name of the association to get from the firewall policy.
| Property Value | |
|---|---|
| Type | Description |
string |
|