Memorystore v1 API - Class GetCertificateAuthorityRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Memorystore v1 API class GetCertificateAuthorityRequest.

Request message for [GetCertificateAuthority][].

Inheritance

object > GetCertificateAuthorityRequest

Namespace

Google.Cloud.Memorystore.V1

Assembly

Google.Cloud.Memorystore.V1.dll

Constructors

GetCertificateAuthorityRequest()

public GetCertificateAuthorityRequest()

GetCertificateAuthorityRequest(GetCertificateAuthorityRequest)

public GetCertificateAuthorityRequest(GetCertificateAuthorityRequest other)
Parameter
Name Description
other GetCertificateAuthorityRequest

Properties

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
Type Description
InstanceName

Name

public string Name { get; set; }

Required. The name of the certificate authority. Format: projects/{project}/locations/{location}/instances/{instance}/certificateAuthority

Property Value
Type Description
string