Compute Engine v1 API - Class GetRegionSslCertificateRequest (2.15.0)

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

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

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

Inheritance

object > GetRegionSslCertificateRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

GetRegionSslCertificateRequest()

public GetRegionSslCertificateRequest()

GetRegionSslCertificateRequest(GetRegionSslCertificateRequest)

public GetRegionSslCertificateRequest(GetRegionSslCertificateRequest other)
Parameter
Name Description
other GetRegionSslCertificateRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
Type Description
string

Region

public string Region { get; set; }

Name of the region scoping 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