Compute Engine v1 API - Class GetSecurityPolicyRequest (2.15.0)

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.

Inheritance

object > GetSecurityPolicyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetSecurityPolicyRequest()

public GetSecurityPolicyRequest()

GetSecurityPolicyRequest(GetSecurityPolicyRequest)

public GetSecurityPolicyRequest(GetSecurityPolicyRequest other)
Parameter
NameDescription
otherGetSecurityPolicyRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

SecurityPolicy

public string SecurityPolicy { get; set; }

Name of the security policy to get.

Property Value
TypeDescription
string