GetCertificateMapResult

data class GetCertificateMapResult(val createTime: String, val description: String, val gclbTargets: List<GclbTargetResponse>, val labels: Map<String, String>, val name: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, gclbTargets: List<GclbTargetResponse>, labels: Map<String, String>, name: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation timestamp of a Certificate Map.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Set of labels associated with a Certificate Map.

Link copied to clipboard

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

Link copied to clipboard

The update timestamp of a Certificate Map. //*/