Compute Engine v1 API - Class GetSslCertificateRequest (2.16.0)

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

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

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

Inheritance

object > GetSslCertificateRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetSslCertificateRequest()

public GetSslCertificateRequest()

GetSslCertificateRequest(GetSslCertificateRequest)

public GetSslCertificateRequest(GetSslCertificateRequest other)
Parameter
Name Description
other GetSslCertificateRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

SslCertificate

public string SslCertificate { get; set; }

Name of the SslCertificate resource to return.

Property Value
Type Description
string