Class FirewallPoliciesResource.ListAssociationsRequest
Lists associations of a specified target, i.e., organization or folder.
Inheritance
FirewallPoliciesResource.ListAssociationsRequest
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FirewallPoliciesResource.ListAssociationsRequest : ComputeBaseServiceRequest<FirewallPoliciesListAssociationsResponse>, IClientServiceRequest<FirewallPoliciesListAssociationsResponse>, IClientServiceRequest
Constructors
ListAssociationsRequest(IClientService)
Constructs a new ListAssociations request.
Declaration
public ListAssociationsRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TargetResource
The target resource to list associations. It is an organization, or a folder.
Declaration
[RequestParameter("targetResource", RequestParameterType.Query)]
public virtual string TargetResource { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes ListAssociations parameter list.
Declaration
protected override void InitParameters()