public sealed class CertificateMap : IMessage<CertificateMap>, IEquatable<CertificateMap>, IDeepCloneable<CertificateMap>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Manager v1 API class CertificateMap.
Defines a collection of certificate configurations.
Implements
IMessageCertificateMap, IEquatableCertificateMap, IDeepCloneableCertificateMap, IBufferMessage, IMessageNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
CertificateMap()
public CertificateMap()CertificateMap(CertificateMap)
public CertificateMap(CertificateMap other)| Parameter | |
|---|---|
| Name | Description |
other |
CertificateMap |
Properties
CertificateMapName
public CertificateMapName CertificateMapName { get; set; }CertificateMapName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
CertificateMapName |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The creation timestamp of a Certificate Map.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }One or more paragraphs of text description of a certificate map.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
RepeatedFieldCertificateMapTypesGclbTarget |
|
Labels
public MapField<string, string> Labels { get; }Set of labels associated with a Certificate Map.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The update timestamp of a Certificate Map.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|