Compute Engine v1 API - Class GetAssociationNetworkFirewallPolicyRequest (2.15.0)

public sealed class GetAssociationNetworkFirewallPolicyRequest : IMessage<GetAssociationNetworkFirewallPolicyRequest>, IEquatable<GetAssociationNetworkFirewallPolicyRequest>, IDeepCloneable<GetAssociationNetworkFirewallPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetAssociationNetworkFirewallPolicyRequest.

A request message for NetworkFirewallPolicies.GetAssociation. See the method description for details.

Inheritance

object > GetAssociationNetworkFirewallPolicyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetAssociationNetworkFirewallPolicyRequest()

public GetAssociationNetworkFirewallPolicyRequest()

GetAssociationNetworkFirewallPolicyRequest(GetAssociationNetworkFirewallPolicyRequest)

public GetAssociationNetworkFirewallPolicyRequest(GetAssociationNetworkFirewallPolicyRequest other)
Parameter
NameDescription
otherGetAssociationNetworkFirewallPolicyRequest

Properties

FirewallPolicy

public string FirewallPolicy { get; set; }

Name of the firewall policy to which the queried association belongs.

Property Value
TypeDescription
string

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

The name of the association to get from the firewall policy.

Property Value
TypeDescription
string

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string