Class BackendServicesResource.GetEffectiveSecurityPoliciesRequest
Returns effective security policies applied to this backend service.
Inheritance
BackendServicesResource.GetEffectiveSecurityPoliciesRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class BackendServicesResource.GetEffectiveSecurityPoliciesRequest : ComputeBaseServiceRequest<BackendServicesGetEffectiveSecurityPoliciesResponse>, IClientServiceRequest<BackendServicesGetEffectiveSecurityPoliciesResponse>, IClientServiceRequest
Constructors
GetEffectiveSecurityPoliciesRequest(IClientService, string, string)
Constructs a new GetEffectiveSecurityPolicies request.
Declaration
public GetEffectiveSecurityPoliciesRequest(IClientService service, string project, string backendService)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | project | |
string | backendService |
Properties
BackendService
Name of the Backend Service for this request.
Declaration
[RequestParameter("backendService", RequestParameterType.Path)]
public virtual string BackendService { get; }
Property Value
Type | Description |
---|---|
string |
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
Project
Project ID for this request.
Declaration
[RequestParameter("project", RequestParameterType.Path)]
public virtual string Project { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetEffectiveSecurityPolicies parameter list.
Declaration
protected override void InitParameters()