Compute Engine v1 API - Class GetSslPolicyRequest (2.13.0)

public sealed class GetSslPolicyRequest : IMessage<GetSslPolicyRequest>, IEquatable<GetSslPolicyRequest>, IDeepCloneable<GetSslPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class GetSslPolicyRequest.

A request message for SslPolicies.Get. See the method description for details.

Inheritance

object > GetSslPolicyRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetSslPolicyRequest()

public GetSslPolicyRequest()

GetSslPolicyRequest(GetSslPolicyRequest)

public GetSslPolicyRequest(GetSslPolicyRequest other)
Parameter
NameDescription
otherGetSslPolicyRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
string

SslPolicy

public string SslPolicy { get; set; }

Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.

Property Value
TypeDescription
string