Compute Engine v1 API - Class ListAssociationsFirewallPolicyRequest (3.26.0)

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

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

A request message for FirewallPolicies.ListAssociations. See the method description for details.

Inheritance

object > ListAssociationsFirewallPolicyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

ListAssociationsFirewallPolicyRequest()

public ListAssociationsFirewallPolicyRequest()

ListAssociationsFirewallPolicyRequest(ListAssociationsFirewallPolicyRequest)

public ListAssociationsFirewallPolicyRequest(ListAssociationsFirewallPolicyRequest other)
Parameter
Name Description
other ListAssociationsFirewallPolicyRequest

Properties

HasIncludeInheritedPolicies

public bool HasIncludeInheritedPolicies { get; }

Gets whether the "include_inherited_policies" field is set

Property Value
Type Description
bool

HasTargetResource

public bool HasTargetResource { get; }

Gets whether the "target_resource" field is set

Property Value
Type Description
bool

IncludeInheritedPolicies

public bool IncludeInheritedPolicies { get; set; }

If set to "true", the response will contain a list of all associations for the containing folders and the containing organization of the target. The parameter has no effect if the target is an organization.

Property Value
Type Description
bool

TargetResource

public string TargetResource { get; set; }

The target resource to list associations. It is an organization, or a folder.

Property Value
Type Description
string