Class FirewallPoliciesResource.ListAssociationsRequest
Lists associations of a specified target, i.e., organization or folder.
Inheritance
System.Object
FirewallPoliciesResource.ListAssociationsRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class 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 |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.FirewallPoliciesListAssociationsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.FirewallPoliciesListAssociationsResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Compute.v1.Data.FirewallPoliciesListAssociationsResponse>.RestPath
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 |
|---|---|
| System.String |
Methods
InitParameters()
Initializes ListAssociations parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Compute.v1.ComputeBaseServiceRequest<Google.Apis.Compute.v1.Data.FirewallPoliciesListAssociationsResponse>.InitParameters()