public sealed class GetSecurityPolicyRequest : IMessage<GetSecurityPolicyRequest>, IEquatable<GetSecurityPolicyRequest>, IDeepCloneable<GetSecurityPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetSecurityPolicyRequest.
A request message for SecurityPolicies.Get. See the method description for details.
Implements
IMessageGetSecurityPolicyRequest, IEquatableGetSecurityPolicyRequest, IDeepCloneableGetSecurityPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetSecurityPolicyRequest()
public GetSecurityPolicyRequest()GetSecurityPolicyRequest(GetSecurityPolicyRequest)
public GetSecurityPolicyRequest(GetSecurityPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSecurityPolicyRequest |
Properties
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SecurityPolicy
public string SecurityPolicy { get; set; }Name of the security policy to get.
| Property Value | |
|---|---|
| Type | Description |
string |
|