Compute Engine v1 API - Class GetRegionSslCertificateRequest (2.5.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
NameDescription
otherGetRegionSslCertificateRequest

Properties

Project

public string Project { get; set; }

Project ID for this request.

Property Value
TypeDescription
String

Region

public string Region { get; set; }

Name of the region scoping this request.

Property Value
TypeDescription
String

SslCertificate

public string SslCertificate { get; set; }

Name of the SslCertificate resource to return.

Property Value
TypeDescription
String