ForwardingRuleServiceDirectoryRegistration class

Describes the auto-registration of the forwarding rule to Service Directory.

The region and project of the Service Directory resource generated from this registration will be the same as this forwarding rule.

Constructors

ForwardingRuleServiceDirectoryRegistration({String? namespace, String? service, String? serviceDirectoryRegion})
ForwardingRuleServiceDirectoryRegistration.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
namespace String?
Service Directory namespace to register the forwarding rule under.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service String?
Service Directory service to register the forwarding rule under.
getter/setter pair
serviceDirectoryRegion String?
Service Directory region to register this global forwarding rule under.
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