public sealed class GetSecurityPolicyRequest : IMessage<GetSecurityPolicyRequest>, IEquatable<GetSecurityPolicyRequest>, IDeepCloneable<GetSecurityPolicyRequest>, IBufferMessage, IMessage
Reference 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
IMessage<GetSecurityPolicyRequest>, IEquatable<GetSecurityPolicyRequest>, IDeepCloneable<GetSecurityPolicyRequest>, 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 |