LoadBalancerTlsCertificateDomainValidationOption class
Contains information about the domain names on an SSL/TLS certificate that you will use to validate domain ownership.
Constructors
- LoadBalancerTlsCertificateDomainValidationOption({String? domainName, LoadBalancerTlsCertificateDomainStatus? validationStatus})
-
LoadBalancerTlsCertificateDomainValidationOption.fromJson(Map<
String, dynamic> json) -
factory
Properties
- domainName → String?
-
The fully qualified domain name in the certificate request.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationStatus → LoadBalancerTlsCertificateDomainStatus?
-
The status of the domain validation. Valid values are listed below.
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