ResolverDnssecConfig class

A complex type that contains information about a configuration for DNSSEC validation.

Constructors

ResolverDnssecConfig({String? id, String? ownerId, String? resourceId, ResolverDNSSECValidationStatus? validationStatus})
ResolverDnssecConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The ID for a configuration for DNSSEC validation.
final
ownerId String?
The owner account ID of the virtual private cloud (VPC) for a configuration for DNSSEC validation.
final
resourceId String?
The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationStatus ResolverDNSSECValidationStatus?
The validation status for a DNSSEC configuration. The status can be one of the following:
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