public sealed class GetAssociationRegionNetworkFirewallPolicyRequest : IMessage<GetAssociationRegionNetworkFirewallPolicyRequest>, IEquatable<GetAssociationRegionNetworkFirewallPolicyRequest>, IDeepCloneable<GetAssociationRegionNetworkFirewallPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetAssociationRegionNetworkFirewallPolicyRequest.
A request message for RegionNetworkFirewallPolicies.GetAssociation. See the method description for details.
Implements
IMessageGetAssociationRegionNetworkFirewallPolicyRequest, IEquatableGetAssociationRegionNetworkFirewallPolicyRequest, IDeepCloneableGetAssociationRegionNetworkFirewallPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetAssociationRegionNetworkFirewallPolicyRequest()
public GetAssociationRegionNetworkFirewallPolicyRequest()GetAssociationRegionNetworkFirewallPolicyRequest(GetAssociationRegionNetworkFirewallPolicyRequest)
public GetAssociationRegionNetworkFirewallPolicyRequest(GetAssociationRegionNetworkFirewallPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetAssociationRegionNetworkFirewallPolicyRequest |
Properties
FirewallPolicy
public string FirewallPolicy { get; set; }Name of the firewall policy to which the queried association 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 |
|
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Region
public string Region { get; set; }Name of the region scoping this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|