Certificate Manager v1 API - Class CertificateMap (2.6.0)

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

Reference documentation and code samples for the Certificate Manager v1 API class CertificateMap.

Defines a collection of certificate configurations.

Inheritance

object > CertificateMap

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

CertificateMap()

public CertificateMap()

CertificateMap(CertificateMap)

public CertificateMap(CertificateMap other)
Parameter
NameDescription
otherCertificateMap

Properties

CertificateMapName

public CertificateMapName CertificateMapName { get; set; }

CertificateMapName-typed view over the Name resource name property.

Property Value
TypeDescription
CertificateMapName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The creation timestamp of a Certificate Map.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

One or more paragraphs of text description of a certificate map.

Property Value
TypeDescription
string

GclbTargets

public RepeatedField<CertificateMap.Types.GclbTarget> GclbTargets { get; }

Output only. A list of GCLB targets that use this Certificate Map. A Target Proxy is only present on this list if it's attached to a Forwarding Rule.

Property Value
TypeDescription
RepeatedFieldCertificateMapTypesGclbTarget

Labels

public MapField<string, string> Labels { get; }

Set of labels associated with a Certificate Map.

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern projects/*/locations/*/certificateMaps/*.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The update timestamp of a Certificate Map.

Property Value
TypeDescription
Timestamp