public sealed class GetEffectiveSecurityPoliciesBackendServiceRequest : IMessage<GetEffectiveSecurityPoliciesBackendServiceRequest>, IEquatable<GetEffectiveSecurityPoliciesBackendServiceRequest>, IDeepCloneable<GetEffectiveSecurityPoliciesBackendServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetEffectiveSecurityPoliciesBackendServiceRequest.
A request message for BackendServices.GetEffectiveSecurityPolicies. See the method description for details.
Implements
IMessageGetEffectiveSecurityPoliciesBackendServiceRequest, IEquatableGetEffectiveSecurityPoliciesBackendServiceRequest, IDeepCloneableGetEffectiveSecurityPoliciesBackendServiceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetEffectiveSecurityPoliciesBackendServiceRequest()
public GetEffectiveSecurityPoliciesBackendServiceRequest()
GetEffectiveSecurityPoliciesBackendServiceRequest(GetEffectiveSecurityPoliciesBackendServiceRequest)
public GetEffectiveSecurityPoliciesBackendServiceRequest(GetEffectiveSecurityPoliciesBackendServiceRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetEffectiveSecurityPoliciesBackendServiceRequest |
Properties
BackendService
public string BackendService { get; set; }
Name of the Backend Service for this request.
Property Value | |
---|---|
Type | Description |
string |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |