Resource: CertificateMap
Defines a collection of certificate configurations.
JSON representation |
---|
{
"name": string,
"description": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"gclbTargets": [
{
object ( |
Fields | |
---|---|
name |
Identifier. A user-defined name of the Certificate Map. Certificate Map names must be unique globally and match pattern |
description |
Optional. One or more paragraphs of text description of a certificate map. |
createTime |
Output only. The creation timestamp of a Certificate Map. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The update timestamp of a Certificate Map. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. Set of labels associated with a Certificate Map. An object containing a list of |
gclbTargets[] |
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. |
GclbTarget
Describes a Target Proxy that uses this Certificate Map.
JSON representation |
---|
{ "ipConfigs": [ { object ( |
Fields | |
---|---|
ipConfigs[] |
Output only. IP configurations for this Target Proxy where the Certificate Map is serving. |
Union field target_proxy . A Target Proxy to which this map is attached to. target_proxy can be only one of the following: |
|
targetHttpsProxy |
Output only. This field returns the resource name in the following format: |
targetSslProxy |
Output only. This field returns the resource name in the following format: |
IpConfig
Defines IP configuration where this Certificate Map is serving.
JSON representation |
---|
{ "ipAddress": string, "ports": [ integer ] } |
Fields | |
---|---|
ipAddress |
Output only. An external IP address. |
ports[] |
Output only. Ports. |
Methods |
|
---|---|
|
Creates a new CertificateMap in a given project and location. |
|
Deletes a single CertificateMap. |
|
Gets details of a single CertificateMap. |
|
Lists CertificateMaps in a given project and location. |
|
Updates a CertificateMap. |