CertificateMapEntry class

Defines a certificate map entry.

Constructors

CertificateMapEntry({List<String>? certificates, String? createTime, String? description, String? hostname, Map<String, String>? labels, String? matcher, String? name, String? state, String? updateTime})
CertificateMapEntry.fromJson(Map json_)

Properties

certificates List<String>?
A set of Certificates defines for the given hostname.
getter/setter pair
createTime String?
The creation timestamp of a Certificate Map Entry.
getter/setter pair
description String?
One or more paragraphs of text description of a certificate map entry.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostname String?
A Hostname (FQDN, e.g. example.com) or a wildcard hostname expression (*.example.com) for a set of hostnames with common suffix.
getter/setter pair
labels Map<String, String>?
Set of labels associated with a Certificate Map Entry.
getter/setter pair
matcher String?
A predefined matcher for particular cases, other than SNI selection. Possible string values are:
getter/setter pair
name String?
A user-defined name of the Certificate Map Entry.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
A serving state of this Certificate Map Entry.
getter/setter pair
updateTime String?
The update timestamp of a Certificate Map Entry.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited