DnsForwarding class

DNS forwarding config.

This config defines a list of domain to name server mappings, and is attached to the private cloud for custom domain resolution.

Constructors

DnsForwarding({String? createTime, List<ForwardingRule>? forwardingRules, String? name, String? updateTime})
DnsForwarding.fromJson(Map json_)

Properties

createTime String?
Creation time of this resource.
getter/setter pair
forwardingRules List<ForwardingRule>?
List of domain mappings to configure
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of this DNS profile.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Last update time of this resource.
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