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