LoadBalancerTlsCertificateDomainValidationRecord class
Describes the validation record of each domain name in the SSL/TLS certificate.
Constructors
- LoadBalancerTlsCertificateDomainValidationRecord({String? domainName, String? name, String? type, LoadBalancerTlsCertificateDomainStatus? validationStatus, String? value})
-
LoadBalancerTlsCertificateDomainValidationRecord.fromJson(Map<
String, dynamic> json) -
factory
Properties
- domainName → String?
-
The domain name against which your SSL/TLS certificate was validated.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
A fully qualified domain name in the certificate. For example,
example.com
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
The type of validation record. For example,
CNAME
for domain validation.final - validationStatus → LoadBalancerTlsCertificateDomainStatus?
-
The validation status. Valid values are listed below.
final
- value → String?
-
The value for that type.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited