public sealed class GetSslPolicyRequest : IMessage<GetSslPolicyRequest>, IEquatable<GetSslPolicyRequest>, IDeepCloneable<GetSslPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class GetSslPolicyRequest.
A request message for SslPolicies.Get. See the method description for details.
Implements
IMessageGetSslPolicyRequest, IEquatableGetSslPolicyRequest, IDeepCloneableGetSslPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
GetSslPolicyRequest()
public GetSslPolicyRequest()GetSslPolicyRequest(GetSslPolicyRequest)
public GetSslPolicyRequest(GetSslPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSslPolicyRequest |
Properties
Project
public string Project { get; set; }Project ID for this request.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|